'\" t .\" Title: NSIS .\" Author: Paul Wise .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: August 13, 2016 .\" Manual: makensis manual .\" Source: makensis manual .\" Language: English .\" .TH "NSIS" "1" "August 13, 2016" "makensis manual" "makensis manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" makensis \- A program to create Windows installers\&. .SH "SYNOPSIS" .HP \w'\fBmakensis\fR\ 'u \fBmakensis\fR [\fB\fIscript\&.nsi\fR\fR] [\fB\-CMDHELP\ \fR\fB\fIitem\fR\fR] [\fB\-HDRINFO\fR] [\fB\-LICENSE\fR] [\fB\-VERSION\fR] [\fB\-V\fR\fB\fIx\fR\fR] [\fB\-WX\fR] [\fB\-O\fR\fB\fIfile\fR\fR] [\fB\-PAUSE\fR] [\fB\-NOCONFIG\fR] [\fB\-NOCD\fR] [\fB\-INPUTCHARSET\ \fR\fB\fIcharset\fR\fR] [\fB\-PPO\fR] [\fB\-SAFEPPO\fR] [\fB\-D\fR\fB\fIdefine\fR\fR\fB=\fR\fB\fIvalue\fR\fR] [\fB\-X\fR\fB\fIscriptcmd\fR\fR] .SH "DESCRIPTION" .PP This manual page documents briefly the \fBmakensis\fR command\&. .PP This manual page was written for the Debian (TM) distribution because the original program does not have a manual page\&. Instead, it has documentation in the HTML format; see below\&. .PP \fBmakensis\fR is a program that creates installer programs for Windows\&. .SH "OPTIONS" .PP 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\&. .PP \fB\-V\fR\fB\fIx\fR\fR .RS 4 Verbosity where x is 4=all, 3=no script, 2=no info, 1=no warnings, 0=none\&. .RE .PP \fB\-WX\fR .RS 4 Treat warnings as errors .RE .PP \fB\-O\fR\fB\fIfile\fR\fR .RS 4 Specifies a text file to log compiler output (default is stdout)\&. .RE .PP \fB\-PAUSE\fR .RS 4 Pauses after execution\&. .RE .PP \fB\-NOCONFIG\fR .RS 4 Disables inclusion of /etc/nsisconf\&.nsh\&. .RE .PP \fB\-NOCD\fR .RS 4 Disable changing the current directory to that of the \&.nsi file\&. .RE .PP \fB\-INPUTCHARSET \fR\fB\fIcharset\fR\fR .RS 4 Specifies a specific codepage for files without a BOM\&. The following choice of charsets is supported: > .RE .PP \fB\-PPO\fR .RS 4 Run only the preprocessor and print the result to stdout\&. .RE .PP \fB\-SAFEPPO\fR .RS 4 Same as \-PPO but instructions like !appendfile or !system are not executed\&. .RE .PP \fB\-D\fR\fB\fIdefine\fR\fR\fB=\fR\fB\fIvalue\fR\fR .RS 4 Defines the symbol "define" for the script to [value]\&. .RE .PP \fB\-X\fR\fB\fIscriptcmd\fR\fR .RS 4 Executes scriptcmd in the script (i\&.e\&. "\-XOutFile poop\&.exe") .RE .PP \fB\-CMDHELP \fR\fB\fIitem\fR\fR .RS 4 Prints out help for \*(Aqitem\*(Aq, or lists all commands\&. .RE .PP \fB\-HDRINFO\fR .RS 4 Prints information about what options makensis was compiled with\&. .RE .PP \fB\-LICENSE\fR .RS 4 Prints the makensis software license\&. .RE .PP \fB\-VERSION\fR .RS 4 Prints the makensis version and exits\&. .RE .SH "FILES" .PP /etc/nsisconf\&.nsh .RS 4 System wide configuration file\&. .RE .PP ~/\&.nsisconf\&.nsh .RS 4 Per\-user configuration file\&. .RE .SH "SEE ALSO" .PP NSIS is documented more fully in the HTML files in /usr/share/doc/nsis/Docs\&. .SH "AUTHORS" .PP \fBPaul Wise\fR <\&pabs@debian\&.org\&> .RS 4 This manual page was written initially by Paul Wise for the Debian (TM) system\&. .RE .PP \fBThomas Gaugler\fR .RS 4 updated the man page to reflect changes introduced with version 3\&.0\&. .RE .SH "COPYRIGHT" .br Copyright \(co 2005-2016 Paul Wise, Thomas Gaugler .br