Archive: A question regarding MUI_INSTALLOPTIONS_INITDIALOG


A question regarding MUI_INSTALLOPTIONS_INITDIALOG
If I call,
!insertmacro MUI_INSTALLOPTIONS_INITDIALOG "test.ini"

Will this statement return the handle of a dialog? I couldn't find any good resource regarding MUI_INSTALLOPTIONS_INITDIALOG from either the web or user's manual. Thanks.


You Pop it off the stack. You shouldn't really use InstallOptions though; nsDialogs is what we use now.

Edit: And use MUI2.nsh not MUI.nsh.

Stu