Added group box, and made dir request not crash and use Text field

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1989 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-12-21 11:24:42 +00:00
parent 69ef5ba1ab
commit d66016acfe
4 changed files with 50 additions and 38 deletions

View file

@ -18,7 +18,7 @@ InstallDir "$PROGRAMFILES\IOTest"
;Use ReserveFile for your own InstallOptions INI files too!
ReserveFile "${NSISDIR}\Plugins\InstallOptions.dll"
ReserveFile "test.ini"
ReserveFile "Copy of 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 "test.ini"
File /oname=$PLUGINSDIR\test.ini "copy of test.ini"
FunctionEnd