Install error: Unable to execute file PPM ShellExecuteEx failed
Posted: 2014-11-27T09:59:17-07:00
When I install I get this error: Unable to execute file PPM ShellExecuteEx failed; code 2 The system cannot find specified file.
After clicking OK the installer finished ok and I can run convert from the commandline.
However, the ImageMagicKObject does not get registered and cannot be seen by VB6. I suspect the Install error and failing to get the ImageMagicKObject registered are related.
I followed several suggestions from earlier posts such as
1 Moving ImageMagicKObject to Windows system32 folder
2. Manually registering using: regsvr32 /c /s ImageMagickObject.dll
3. Moving ImageMagickObject.dll to the modules folder
4. Manually browse to the dll from <Project><References>
5. Reinstalled a dozen times using the windows 64 bit version of ImageMagicK.
Anyone else seen this? Have I missed a solution?
(I am using Win 7, 64 bit, and have installed this on a Windows 8 machine with the same errors.)
thanks
After clicking OK the installer finished ok and I can run convert from the commandline.
However, the ImageMagicKObject does not get registered and cannot be seen by VB6. I suspect the Install error and failing to get the ImageMagicKObject registered are related.
I followed several suggestions from earlier posts such as
1 Moving ImageMagicKObject to Windows system32 folder
2. Manually registering using: regsvr32 /c /s ImageMagickObject.dll
3. Moving ImageMagickObject.dll to the modules folder
4. Manually browse to the dll from <Project><References>
5. Reinstalled a dozen times using the windows 64 bit version of ImageMagicK.
Anyone else seen this? Have I missed a solution?
(I am using Win 7, 64 bit, and have installed this on a Windows 8 machine with the same errors.)
thanks