Search This Blog

Monday, January 12, 2009

Updating NSIS installation

Steps to update installation of NSIS on my development machine

  1. Install latest NSIS, allow install to remove previous version.
  2. Run FontName-0.7.exe
  3. run install from GetVersion.zip
  4. Copy the following files into F:\Program Files\NSIS\Plugins\
  5. Copy GetVersion.dll
  6. Copy version.dll
  7. Copy ZipDLL.dll
  8. In Registry.ZIP, for Desktop, copy files the following files
  9. Include to F:\Program Files\NSIS\Include
  10. Example to F:\Program Files\NSIS\Examples
  11. Plugin to F:\Program Files\NSIS\Plugins

Now DRC install script will compile.

Files can be found here

No comments: