Skip to content
⌘ NSIS Forum Archive

ImageMagick

4 posts

Mr_Visible#

ImageMagick

Hi all,
I have just developed a VB app that uses the ImageMagickObject from www.imagemagick.org.

I need to install the required DLL's for the object and was just wondering if anyone has done this before with NSIS.

Any code would be MUCH appriciated.
Joost Verburg#
I don't think you'll find an example for these files. However, it's easy to update DLL files. See the UpgradeDLL macro.
rjstephens#
detaild insturctions for installing vb runtimes can be found here:


if you're using vb5, just use msvbvm500.dll instead of msvbvm600.dll if your using vb5.

As for Imagemagick, I have never used it. It should have instructions as for what DLLs are needed in its documentation.