In this repository you will find some cool and easy to understand NSI script templates with which you can install for example Windows Programs with an additional uninstaller, License that needs to be accepted, use Multilanguage, add a different components chooser and more - all without needing to program any of this, just using one simple NSI script file.
- First you need to download the newest version of the Nullsoft Scriptable Install System program/compiler
- You find it here: http://nsis.sourceforge.net/Download
- Start NSIS
- Click under the section Compiler the entry Compile NSI scripts
- On the new window click File in the menu bar and click Load Script
- Select your written script and click Open
- The
installer.exe(or however you named it) will instantly (after 2-15 seconds) be compiled and ready - Over the button Test Installer you can even instantly test it
(or not because of the repository is in the making)
The NSI script examples (.nsi) are personally tried scripts which you can change however you want (MIT license).
I planned to include a:
- quick and dirty normal UI example (from the original documentation)
- quick and dirty Modern UI example (from the original documentation)
- professional Modern UI example with Multilanguage (made by me)
(nothing is final, I just aim at these for now)
I am not the maker of this thing and just read some websites an learned it.
The official documentation can be found here: