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:
joostverburg 2002-11-24 15:30:13 +00:00
parent 29b3b6d54f
commit 89d0d8735a

View file

@ -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"