Archive: MUI finish page and reboot...


MUI finish page and reboot...
Hi, here's my problem:

I've defined some params for my MUI finish page

!define MUI_FINISHPAGE_SHOWREADME
!define MUI_FINISHPAGE_SHOWREADME_TEXT $(DesktopShortcut)
!define MUI_FINISHPAGE_SHOWREADME_FUNCTION CreateDesktopShortCut

As you can see, I'm misusing the readme options for creating a desktop shortcut-question. This is working fine, but under special circumstances, my installer sets the reboot flag. Then a different finish page is showing, asking the user to reboot now or later.
The problem is, that on the "reboot"-variant of the MUI Finishpage the SHOWREADME-checkbox is missing.

Help appreciated!
Greez
Jens


You can use the pre function of the finish page to check out the reboot flag and if set you may edit the iospecial.ini at this point to add the required checkbox for the desktop shortcut.