Hi
anybody try to install on windos Server 2012?
The SimpleTest.vbs Returns 424: Object required.
But the Registration with regsvr32 works fine
any hint?
Jürgen
Install to server 2012 fails
Re: Install to server 2012 fails
I'm in the process of installing on 2012 with the ImageMagickObject as well. When I installed the 64 bit version, I received a nice generic -2147215503 error when trying to run SimpleTest.vbs.
In your case, you may have installed the 32 bit version. The default in windows is to use 64 bit wscript. Try the following from the command line to run the 32 bit version. You'll need to put in your particular version in the path.
In your case, you may have installed the 32 bit version. The default in windows is to use 64 bit wscript. Try the following from the command line to run the 32 bit version. You'll need to put in your particular version in the path.
Code: Select all
c:\windows\syswow64\wscript.exe "C:\Program Files (x86)\ImageMagick-6.8.4-Q8\ImageMagickObject\Tests\SimpleTest.vbs"