how do I verify the install folder?
I have a NSIS installer which is using Modern UI.
I am using MUI_PAGE_DIRECTORY to do an installation directory dialog.
I wish to make it so that either the "next" button is greyed out unless the install folder contains <file> or when you press the next button, the installer wont move on unless the install folder contains <file>.
How can I do that?