ReserveFile info
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1827 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
29b3b6d54f
commit
89d0d8735a
1 changed files with 2 additions and 0 deletions
|
@ -13,7 +13,9 @@ OutFile "Test.exe"
|
|||
InstallDir "$PROGRAMFILES\IOTest"
|
||||
|
||||
;Things that need to be extracted on startup (keep these lines before any File command!)
|
||||
;Only useful for BZIP2 compression
|
||||
;Use ReserveFile for your own Install Options ini files too!
|
||||
|
||||
ReserveFile "${NSISDIR}\Plugins\InstallOptions.dll"
|
||||
ReserveFile "test.ini"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue