Topic: Cancel button on Finish page
There seems no way to disable the Cancel button on the finish page. As I understand it, the cancel button should be disabled unless MUI_FINISHPAGE_CANCEL_ENABLE is set.
You are not logged in. Please login or register.
There seems no way to disable the Cancel button on the finish page. As I understand it, the cancel button should be disabled unless MUI_FINISHPAGE_CANCEL_ENABLE is set.
There's no way to directly do that, and I will try to add this in for 1.3.2, but in the meantime you can use a custom function:
!define XPUI_PAGE_CUSTOMFUNCTION_SHOW FinishDisableCancel
!insertmacro XPUI_PAGE_FINISH
Function FinishDisableCancel
GetDlgItem $0 $HWNDPARENT 2
EnableWindow $0 0
FunctionEnd--Dan
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 2 official extensions. Copyright © 2003–2009 PunBB.