I use a .vbs script that works fine on windows xp. Migrating to vista 64 or windows server 2008, my script does what it has to, but after the script is done, cscript.exe crashes.
I use the 32 bit version of cscript located in syswow64 as my script uses 32 bits old com object. Of course, I can't recompile these com objects.
adplus tells me that an access violation c0000005 is done on vista 64, not on xp.
After some search, I tried a registry hack in order to use 32 bit COM object which has failed, I tried to disable DEP which has failed.
Any ideas ?
Thanks.