Archive: BUG or a feature?


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


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