NSIS Script

From Just Solve the File Format Problem
Jump to: navigation, search
File Format
Name NSIS Script
Ontology
Extension(s) .nsi, .nsh
Released Presumably 2001[1]

NSIS Script is a scripting language used by NullSoft Scriptable Installation System (NSIS), a program that generates Windows installers. Files referenced by the NSIS script are bundled together by a compiler into an Portable Executable file (see NSIS for details on the subset generated by NSIS), which can then be distributed as an installer. The scripts control the behavior of the installer interface, as well as the installation process itself. NSIS notably does not generate files of the MSI format [2], which has in modern (2019) times become a common way to distribute Windows software.

Contents

Extensions

Regular NSIS script files have the extension ".nsi". Those intended for usage as headers have the extension ".nsh".[3]

Software

Links

See Also

References

  1. Wikipedia:Nullsoft Scriptable Install System
  2. https://stackoverflow.com/questions/1858434/build-nsis-script-as-a-msi-package
  3. https://nsis.sourceforge.io/Docs/Chapter2.html#tutscriptfiles
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox