Added /plugin parameter to ReserveFile for our multi-arc. plugin subdirectories.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6290 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
dcddf977b2
commit
9b287fc648
11 changed files with 42 additions and 17 deletions
|
@ -828,7 +828,7 @@ FunctionEnd
|
|||
the INI files before all sections and functions:</p>
|
||||
<pre>
|
||||
ReserveFile "test.ini"
|
||||
ReserveFile "${NSISDIR}\Plugins\InstallOptions.dll"
|
||||
ReserveFile /plugin InstallOptions.dll
|
||||
</pre>
|
||||
</div>
|
||||
<h2>
|
||||
|
|
|
@ -17,7 +17,7 @@ ShowInstDetails show
|
|||
;Only useful for BZIP2 compression
|
||||
;Use ReserveFile for your own InstallOptions INI files too!
|
||||
|
||||
ReserveFile "${NSISDIR}\Plugins\InstallOptions.dll"
|
||||
ReserveFile /plugin InstallOptions.dll
|
||||
ReserveFile "test.ini"
|
||||
|
||||
;Order of pages
|
||||
|
|
|
@ -15,7 +15,7 @@ ShowInstDetails show
|
|||
;Only useful for BZIP2 compression
|
||||
;Use ReserveFile for your own InstallOptions INI files too!
|
||||
|
||||
ReserveFile "${NSISDIR}\Plugins\InstallOptions.dll"
|
||||
ReserveFile /plugin InstallOptions.dll
|
||||
ReserveFile "testimgs.ini"
|
||||
ReserveFile "${NSISDIR}\Contrib\Graphics\Checks\colorful.bmp"
|
||||
ReserveFile "${NSISDIR}\Contrib\Graphics\Checks\modern.bmp"
|
||||
|
|
|
@ -19,7 +19,7 @@ ShowInstDetails show
|
|||
;Only useful for BZIP2 compression
|
||||
;Use ReserveFile for your own InstallOptions INI files too!
|
||||
|
||||
ReserveFile "${NSISDIR}\Plugins\InstallOptions.dll"
|
||||
ReserveFile /plugin InstallOptions.dll
|
||||
ReserveFile "testlink.ini"
|
||||
|
||||
;Order of pages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue