Skip to content

mgna7/NsiWindowsInstallerExamples

 
 

Repository files navigation

NsiWindowsInstallerExamples

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.

How to create the installer.exe?

  1. First you need to download the newest version of the Nullsoft Scriptable Install System program/compiler
  2. Start NSIS
  3. Click under the section Compiler the entry Compile NSI scripts
  4. On the new window click File in the menu bar and click Load Script
  5. Select your written script and click Open
  6. The installer.exe (or however you named it) will instantly (after 2-15 seconds) be compiled and ready
  7. Over the button Test Installer you can even instantly test it

What are all these scripts in this repository

(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:

(nothing is final, I just aim at these for now)

Further examples, Documentation?

I am not the maker of this thing and just read some websites an learned it.

The official documentation can be found here:

About

A simple tutorial how you can simply pack for example your Windows program with an NSIS script into an Windows Installer (.exe) with a dialog, different components, license, Windows shortcuts and much more.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • NSIS 100.0%