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:
joostverburg 2002-12-21 16:16:57 +00:00
parent d66016acfe
commit 3732dc36a4

View file

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