1
I write script in VBScript for converting images. It use ImageMagic ActiveX. I write this script in Windows XP, it's run normaly, the same with Windows Vista 32bit, but in 64bit I have 800A01AD error when trying to create ActiveX object (both 32bit and 64bit have the same service pack installed)
Set imageMagick = CreateObject("ImageMagickObject.MagickImage.1")
I try to install ImageMagic as Admin (run as Administrator in Context Menu), I also try to run as Administrator:
regsvr32 wshom.ocx
regsvr32 scrrun.dll
with no success. And also try to run
regsvr32 ImageMagickObject.dll
Which run sucessfully but script still return error (the same as test script from ImageMagic)