diff --git a/Docs/src/usage.but b/Docs/src/usage.but index 03068600..5a96e544 100644 --- a/Docs/src/usage.but +++ b/Docs/src/usage.but @@ -1,6 +1,9 @@ \C{usage} MakeNSIS Usage -NSIS installers are generated by using the 'MakeNSIS' program to compile a NSIS script (.NSI) into an installer executable. The syntax of the makensis command is: +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: \c Makensis [/Vx] [/Olog] [/LICENSE] [/PAUSE] [/NOCONFIG] [/CMDHELP [command]] [/HDRINFO] [/CD] \c [/Ddefine[=value] ...] ["/XCommand parameter" ...] [Script.nsi | - [...]] @@ -27,6 +30,4 @@ NSIS installers are generated by using the 'MakeNSIS' program to compile a NSIS \b Specifying a dash (-) for the script name will tell Makensis to use the standard input as a source. -\b If multiple scripts are specified, they are treated as one concatenated script. - -Note that the NSIS development kit installer may have set up your computer so that you can compile a .nsi file by simply right-clicking on it in explorer, and selecting 'compile'. \ No newline at end of file +\b If multiple scripts are specified, they are treated as one concatenated script. \ No newline at end of file