HOW TO - Nulsoft Scriptable Installer System If your program application, and if you need simple program to complete "Setup" part with advanced options and scripting and if you need FREE software NSIS is the best ! NSIS Quick Setup Script Generator Here i've test differents programs and for me the best is NSIS Quick Setup Script Generator, it generate NSIS source code automaticly. You need also the "CORE" system of NSIS downloadable from http://nsis.sourceforge.net/Main_Page . I've experiment different NSIS program to create my installer for the radiologbook, so i purpose to you a small presentation of one of them, for me it's the most usefull because it purpose to save your application NSIS settings values inside INI files so it's quickly to generate next release : [Page 1] NSIS Quick Setup Script Generator Configuration Settings Follow the differents screen, enter your application name, your settings and licence text file. After generate the script you need to compile it : simply right clic and "generate NSIS" After compilation some warning's can apear but it work very well :)
Here we 've following "Section" : -MainProgram -Icons_Reg Uninstall Also 2 functions are given : .onInit, un.onInit they called before running install and uninstall section, it the same as "handle function" witch is call automaticly by the installer core.
|
||||||||||
| © Bastien Barbe 2008 |