I have the need to exclude some paths in the MUI_PAGE_DIRECTORY when the user choose where to install the application.
How can I do that?
Thank you
How to exclude some path from MUI_PAGE_DIRECTORY
3 posts
Validate the $INSTDIR on page leave (!define MUI_PAGE_CUSTOMFUNCTION_LEAVE DirectoryLeave) or in .onVerifyInstDir.
Stu
Stu
Originally posted by Afrow UKThank you very much!
Validate the $INSTDIR on page leave (!define MUI_PAGE_CUSTOMFUNCTION_LEAVE DirectoryLeave) or in .onVerifyInstDir.
Stu