man makensis (Commandes) - A program to create Windows installers.

NAME

makensis - A program to create Windows installers.

SYNOPSIS

makensis [script.nsi] [-CMDHELP item] [-HDRINFO] [-LICENSE] [-VERSION] [-Vx] [-Ofile] [-PAUSE] [-NOCONFIG] [-NOCD] [-Ddefine=value] [-Xscriptcmd]

DESCRIPTION

This manual page documents briefly the makensis command.

This manual page was written for the Debian™ distribution because the original program does not have a manual page. Instead, it has documentation in the HTML format; see below.

makensis is a program that creates installer programs for Windows.

OPTIONS

Parameters are processed by order (-Ddef ins.nsi != ins.nsi -Ddef) for script file name, you can use - to read from the standard input. For a complete description, see the HTML files.

-Vx
Verbosity where x is 4=all, 3=no script, 2=no info, 1=no warnings, 0=none.
-Ofile
Specifies a text file to log compiler output (default is stdout).
-PAUSE
Pauses after execution.
-NOCONFIG
Disables inclusion of /etc/nsisconf.nsh.
-NOCD
Disable changing the current directory to that of the .nsi file.
-Ddefine=value
Defines the symbol "define" for the script [to value].
-Xscriptcmd
Executes scriptcmd in the script (i.e. "-XOutFile poop.exe")
-CMDHELP item
Prints out help for 'item', or lists all commands.
-HDRINFO
Prints information about what options makensis was compiled with.
-LICENSE
Prints the makensis software license.
-VERSION
Prints the makensis version and exits.

FILES

/etc/nsisconf.nsh
System wide configuration file.
~/.nsisconf.nsh
Per-user configuration file.

SEE ALSO

NSIS is documented more fully in the HTML files in /usr/share/doc/nsis/html.

AUTHOR

This manual page was written by Paul Wise <pabs@zip.to> for the Debian&#8482; system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation.

On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.

AUTHOR

Paul Wise.