better info about using MakeNSIS in explorer

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1497 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-10-28 16:32:30 +00:00
parent fc2aae5d50
commit 96306db6ff

View file

@ -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'.
\b If multiple scripts are specified, they are treated as one concatenated script.