3. MakeNSIS Usage

3. MakeNSIS Usage

Browsing

Home: NSIS User Manual

Previous chapter: Tutorial: The Basics
Next chapter: Scripting Reference
MakeNSIS Usage

Chapters

0. Table of Contents
1. Introduction to NSIS
2. Tutorial: The Basics
3. MakeNSIS Usage
4. Scripting Reference
B. Useful Functions
Index
NSIS

Home page:NSIS

Documentation:User Manual
Modern UI
InstallOptions2

NSIS installers are generated by using the 'MakeNSIS' program to compile a NSIS script (.NSI) into an installer executable. The NSIS development kit installer sets up your computer so that you can compile a .nsi file by simply right-clicking on it in explorer, and selecting 'compile'.

If you want to use MakeNSIS on the command line, the syntax of the makensis command is:

Makensis [/Vx] [/Olog] [/LICENSE] [/PAUSE] [/NOCONFIG] [/CMDHELP [command]]
         [/HDRINFO] [/NOCD] [/Ddefine[=value] ...] ["/XCommand parameter" ...]
         [Script.nsi | - [...]]


This page has been generated by
Scribe.
Last update Sat Apr 19 15:03:08 BST 2003