Install to server 2012 fails

ImageMagickObject is a Windows COM+ interface to ImageMagick. COM+, Visual Basic, and Delphi users should post to this discussion group.
Post Reply
JTmag
Posts: 1
Joined: 2014-06-28T04:26:59-07:00
Authentication code: 6789

Install to server 2012 fails

Post by JTmag »

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
spieler
Posts: 47
Joined: 2004-10-08T09:03:16-07:00
Location: Iowa

Re: Install to server 2012 fails

Post by spieler »

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.

Code: Select all

c:\windows\syswow64\wscript.exe "C:\Program Files (x86)\ImageMagick-6.8.4-Q8\ImageMagickObject\Tests\SimpleTest.vbs"
Post Reply