Skip to content
⌘ NSIS Forum Archive

InstallOptions - Flag PATH_MUST_EXIST

3 posts

Afrow UK#

InstallOptions - Flag PATH_MUST_EXIST

It doesn't seem to do a thing.
If I enter an invalid directory path and click next it doesn't come up with any message box. I assumed that the flag would bring up a message box?

Otherwise, what does the flag do?


-Stuart
Joost Verburg#
It's a flag for the browse dialog.

From the documentation: This only validates path's selected with the browse button.

You will have to validate it yourself.