From 89d0d8735a6ba6ed7ef6761570e54f49d4c65de4 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sun, 24 Nov 2002 15:30:13 +0000 Subject: [PATCH] ReserveFile info git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1827 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/InstallOptions/test.nsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contrib/InstallOptions/test.nsi b/Contrib/InstallOptions/test.nsi index da6a3469..bfed0ce4 100644 --- a/Contrib/InstallOptions/test.nsi +++ b/Contrib/InstallOptions/test.nsi @@ -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"