How can i set the DirText dynamic
Hi all
In my installer,my pages's order like below:
...
Page custom PageSelect doSelect
!insertmacro MUI_PAGE_DIRECTORY
Page custom PageF2 doF2
Page custom PageF3 doF3
Finish
...
In PageSelect ,there are two radiobutton for "Update" or "Fresh install".
If users select "Fresh install", then the order will be:
pageselect -> pagedirectory -> pageF2 ->finish
If users select "Update",the order will be:
pageselect -> pagedirectory -> pageF3 ->finish
and when user leave pagedirectory ,it will check that if the $INSTDIR have an existing file;
and i want to change the DirText too.
what should i do ?
Thanks in advance.
Aricc.