Made it clear that OutFile can use a fully qualified path and not just an EXE name
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1491 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
abfe56ef18
commit
1ef685f174
1 changed files with 2 additions and 2 deletions
|
@ -182,9 +182,9 @@ Sets the icon of the installer.
|
|||
|
||||
\H{aoutfile} OutFile
|
||||
|
||||
\c install.exe
|
||||
\c [path\]install.exe
|
||||
|
||||
Specifies the output file that the MakeNSIS should write the installer to. This is just the file that MakeNSIS writes, it doesn't effect the contents of the installer.
|
||||
Specifies the output file that the MakeNSIS should write the installer to. This is just the file that MakeNSIS writes, it doesn't affect the contents of the installer.
|
||||
|
||||
\H{aplugindir} PluginDir
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue