InstallationScripts - npackd/npackd GitHub Wiki

Installation scripts

The installation and removal scripts for Npackd are written as Windows batch files (.bat). It is also possible to write the scripts in any other language by calling the appropriate scripting language interpreter or compiled program from simple .bat files.

The "Npackd Installer Helper" package (https://github.com/tim-lebedkov/installer-helper) provides many helper scripts for installing programs created with popular installers like NSIS or InnoSetup. The package also contains many examples for performing common tasks in Npackd packages (https://github.com/tim-lebedkov/installer-helper/blob/master/README.md).