Mr_Visible
13th April 2004 06:15 UTC
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
13th April 2004 07:39 UTC
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
13th April 2004 14:44 UTC
detaild insturctions for installing vb runtimes can be found here:
http://nsis.sourceforge.net/archive/....php?pageid=47
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.
Mr_Visible
18th April 2004 07:44 UTC
Yeah, it was a long shot. Thanks for the help guys....