if i browse for a folder, e.g. "C:\Program Files\xyz", the folder is valid, and i select it, in the field stands "C:\Program Files\xyz\xyz", and this directory is saved in $INSTDIR.
i'm using the MUI and have defined "MUI_DIRECTORYPAGE_VERIFYONLEAVE".
this is my verify-function:
plz fix that as fast as u can.Function .onVerifyInstDir
IfFileExists "$INSTDIR\xyz.exe" done 0
Abort
done:
FunctionEnd
and i'd like to have a setting for the selection-dialog, to disable the "create new folder"-button.
if u can include this, i'd be very happy.
thx.