Installing on remote server, executing on local pc?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
cleanfacets

Re: Installing on remote server, executing on local pc?

Post by cleanfacets »

I need to do the same thing. Basically, without going through the install process, what is the minimum configuration needed in order to get convert to run?
I have a few remote XP computers that would make it very difficult to actually type on the keyboard, but I do have file transfer capabilities.
1. Can I just copy a few exe and dll files to the remote PC and get convert to properly execute?
2. Are there any required environment variables?
3. Are there any registry changes made during the install?

Thanks,
cleanfacets
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Installing on remote server, executing on local pc?

Post by anthony »

in windows, a "convert" command is provided that conflicts with IM convert. You may be running the wrong executable.

It is recomended you rename IM's convert command to imconvert to avoid this conflict.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
cleanfacets

Re: Installing on remote server, executing on local pc?

Post by cleanfacets »

Thanks for the reply Anthony, :D
This is an error from the ImageMagick convert since I'm in a DOS prompt and in the directory of the IM convert program. The windows executable search is in the current directory, then if the os does not find the requested executable, the os will then look at the path environment variable and search the directories listed from beginning to end.
Just to be sure, I renamed the IM convert.exe to imconvert.exe and the error message specifically noted imconvert.exe.
--------------------------------------
imconvert.exe - Application Error
The application failed to initialize properly (0xc00000fd). Click on OK to terminate the application.
--------------------------------------

Has anyone been able to get any of the IM utilities to function without going through the normal install process? I need to deploy this to a remote pc that I can not run installation packages on, so I can only copy files to the remote pc.

Thanks,
cleanfacets
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Installing on remote server, executing on local pc?

Post by magick »

The binary distribution of ImageMagick for Windows requires an installer to properly set entries in the Windows registry. What you want is an "uninstalled" version of ImageMagick. You will need to build ImageMagick from source which by default permits you to gather the binaries and configuration files into one folder and redistribute them free of dependencies on the Windows registry.
Post Reply