Skip to content
⌘ NSIS Forum Archive

BUG or a feature?

2 posts

sashakir#

BUG or a feature?

I use .onVerifyInstDir callback function in my installer.
It disables OK button in Browse dialog if an installation path is incorrect. Is it OK that first time the dialog is launched (installation path is "My Computer") this button is enabled, even if the path is incorrect?

Thank you
Comm@nder21#
yep, this is normal behaviour, you'll need to run .onVerifyInstDir in the pages show function to do the job 🙂

Function DirectoryShow
Call .onVerifyInstDir
FunctionEnd