Archive: MUI_FINISHPAGE_RUN & Reboot Option


MUI_FINISHPAGE_RUN & Reboot Option
Okay I have no idea, but the Search feature has come up with absolutely NOTHING when I search for: MUI_FINISHPAGE_RUN. Even if I search for "MUI_FINISHPAGE_RUN" and *MUI_FINISHPAGE_RUN* it comes up with nothing, and I've been looking through threads that use the exact phrase. Bizarre.

Anyway, I have MUI_FINISHPAGE_RUN set, and set the text etc. However my finish page gives reboot options also.

Is there a way to get the "Reboot Now" and "Reboot Later" options to show AND show the "Run program" checkbox as well?


I think the search engine has a limit on the word limit. Try MUI_FINI* or something similar.

Anyway, as to your question, it doesn't make any sense to show a run program checkbox along with the reboot options. Requiring a reboot usually means the program can't run until the computer is rebooted. And when rebooting, it makes no sense to run the program because it'll either close right away or not even start.

But, if you really want to do this, you can always edit the Finish page INI page in its pre callback function.


I understand the logic behind that, however you might want to schedule a program that runs on startup all the time.

So the checkbox could say "Run program at startup", and the MUI_FINISHPAGE_RUN_FUNTION or whatever could set the Registry RunOnce variable so that the program runs on next startup.

I just think the checkbox would be a much cleaner option than having a message box come up asking the user. Plus there is plenty of room on the reboot page, under both options to have the checkbox there.

I'll take a look at editing the finish page ini though. Thanks.


You can have another InstallOptions page that'll present that question with more information on it, or simply another section to show on the components page.

Persoanlly, I don't think the finish page will look good and simple with both a check box and a radio button set. But that's just me.