Updated readme. Path to makensis.exe is no longer used in the command-line.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1184 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d762e60cd8
commit
75d91da2e6
1 changed files with 3 additions and 4 deletions
|
@ -24,10 +24,9 @@ all that is required is that you choose 'Compile NSI' from the right-
|
||||||
click menu on a NSIS script. This will invoke MakeNSISW.
|
click menu on a NSIS script. This will invoke MakeNSISW.
|
||||||
|
|
||||||
The format of the parameters when calling MakeNSISW from the commandline is:
|
The format of the parameters when calling MakeNSISW from the commandline is:
|
||||||
makensisw full_path_of_makensis.exe [options] [script.nsi | - [...]]
|
makensisw [options] [script.nsi | - [...]]
|
||||||
|
|
||||||
Where full_path_of_makensis.exe is the full name including the path of the
|
For the options, please see the MakeNSIS documentation.
|
||||||
compiler. For the options, please see the MakeNSIS documentation.
|
|
||||||
|
|
||||||
|
|
||||||
Shortcut Keys
|
Shortcut Keys
|
||||||
|
@ -167,7 +166,7 @@ Version History
|
||||||
Copyright Information
|
Copyright Information
|
||||||
---------------------
|
---------------------
|
||||||
Copyright (c) 2002 Robert Rainwater
|
Copyright (c) 2002 Robert Rainwater
|
||||||
Portions Copyright (c) 2002 Justin Frankel and Fritz Elfert
|
Contributors: Justin Frankel, Fritz Elfert, and Amir Szekely
|
||||||
|
|
||||||
This software is provided 'as-is', without any express or implied
|
This software is provided 'as-is', without any express or implied
|
||||||
warranty. In no event will the authors be held liable for any damages
|
warranty. In no event will the authors be held liable for any damages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue