Is possible to disable the checked checkbox on the MUI_FINISHPAGE?
My app must install in administrator mode and in some installation types needs the first run in admin mode to complete the configuration.
Thx
How to disable the run app checkbox on MUI_FINISHPAGE
3 posts
Thanks, but I found an alternative.
I call a function defined with MUI_WELCOMEFINISHPAGE_CUSTOMFUNCTION_INIT where I disable the state of "Field 4" of ioSpecial.ini.
I haven't found any reference of this Field 4, but it works so the application checkbox is checked but not checkable.
Bye
I call a function defined with MUI_WELCOMEFINISHPAGE_CUSTOMFUNCTION_INIT where I disable the state of "Field 4" of ioSpecial.ini.
I haven't found any reference of this Field 4, but it works so the application checkbox is checked but not checkable.
Bye