Renamed nsisconf.nsi to nsisconf.nsh since it is really a include file. The NSIS installer will rename the nsisconf.nsi file to nsh if present to prevent upgrade issues.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1259 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c9b3214463
commit
0257d4fbc5
5 changed files with 29 additions and 6 deletions
|
@ -32,4 +32,4 @@ A NSIS Script File (.nsi) is just a text file with a series of commands.
|
|||
\c you created that you want to keep, click No)" \
|
||||
\c IDNO NoRemoveLabel
|
||||
|
||||
\b If a file named "nsisconf.nsi" in the same directory as makensis.exe exists, it will be included by default before any scripts (unless the /NOCONFIG command line parameter is used.
|
||||
\b If a file named "nsisconf.nsh" in the same directory as makensis.exe exists, it will be included by default before any scripts (unless the /NOCONFIG command line parameter is used.
|
Loading…
Add table
Add a link
Reference in a new issue