removed debug stuff
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1990 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d66016acfe
commit
3732dc36a4
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ InstallDir "$PROGRAMFILES\IOTest"
|
|||
;Use ReserveFile for your own InstallOptions INI files too!
|
||||
|
||||
ReserveFile "${NSISDIR}\Plugins\InstallOptions.dll"
|
||||
ReserveFile "Copy of test.ini"
|
||||
ReserveFile "test.ini"
|
||||
|
||||
;Texts on the dialogs
|
||||
DirText "Choose a directory"
|
||||
|
@ -56,7 +56,7 @@ Function .onInit
|
|||
;$PLUGINSDIR will automatically be removed when the installer closes
|
||||
|
||||
InitPluginsDir
|
||||
File /oname=$PLUGINSDIR\test.ini "copy of test.ini"
|
||||
File /oname=$PLUGINSDIR\test.ini "test.ini"
|
||||
|
||||
FunctionEnd
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue