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