Archive: MUI2 reboot screen?


MUI2 reboot screen?
I'm using the MUI2 dialogs...

When the reboot flag is set, the finish page's radio buttons don't have a default selection. Anyone know of a way to set these?

I've attached a pic,
TIA


BTW this is what my header looks like. I *HAVE* defined MUI_FINISHPAGE_REBOOTLATER_DEFAULT :(

; MUI Configuration ------------------------
!include "MUI2.nsh"

; MUI Settings

!define MUI_ABORTWARNING
!define MUI_COMPONENTSPAGE_NODESC
!define MUI_ICON "${INSTALLER_ASSETS_LOC}\install.ico"
!define MUI_UNICON "${INSTALLER_ASSETS_LOC}\uninstall.ico"
!define MUI_WELCOMEFINISHPAGE_BITMAP "${INSTALLER_ASSETS_LOC}\Install.bmp"
!define MUI_LANGDLL_REGISTRY_ROOT "${PRODUCT_UNINST_ROOT_KEY}"
!define MUI_LANGDLL_REGISTRY_KEY "${PRODUCT_UNINST_KEY}"
!define MUI_LANGDLL_REGISTRY_VALUENAME "NSIS:Language"
!define MUI_FINISHPAGE_REBOOTLATER_DEFAULT 1

!insertmacro MUI_PAGE_WELCOME ;Welcome page

!insertmacro MUI_PAGE_LICENSE "$(MUILicense)"
!insertmacro MUI_PAGE_COMPONENTS ;Compnent page
!insertmacro MUI_PAGE_DIRECTORY ;Choose Install Directory Dialog
!insertmacro MUI_PAGE_INSTFILES ;Actually Install the files
;!define MUI_FINISHPAGE_RUN "${EXE_NAME}" ;FinishPage
!insertmacro MUI_PAGE_FINISH


Already fixed. Download the new Finish.nsh here if you don't want to wait for the next version: http://nsis.svn.sourceforge.net/view...ges/Finish.nsh


much thanks