I have got some problem using NSIS although i think this is some great language. My script uses 2 directory pages and 2 variables for the path.
The first directory-page makes no problem but I am unable to set the default path for the second one. Is there a way to make this?
Do I have to set a value for NEUDIR?
Is this possible without a section?
...
!insertmacro MUI_PAGE_DIRECTORY
Var NEUDIR
PageEx directory
DirVar $NEUDIR
PageExEnd
!insertmacro MUI_PAGE_INSTFILES
...