mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix abort of setup options page for express client
This commit is contained in:
parent
9a664f25dc
commit
45d16731c3
1 changed files with 6 additions and 0 deletions
|
@ -437,6 +437,12 @@ SectionEnd
|
|||
!define MUI_PAGE_CUSTOMFUNCTION_PRE PageComponentsPre
|
||||
@CPACK_NSIS_PAGE_COMPONENTS@
|
||||
|
||||
; the MUI_PAGE_CUSTOMFUNCTION_PRE shouldn't be defined here
|
||||
; which can happen for a component-less (like client only) install
|
||||
!ifdef MUI_PAGE_CUSTOMFUNCTION_PRE
|
||||
!undef MUI_PAGE_CUSTOMFUNCTION_PRE
|
||||
!endif
|
||||
|
||||
Page custom PostInstallOptionsPage ReadPostInstallOptions
|
||||
|
||||
!define MUI_PAGE_CUSTOMFUNCTION_PRE PageInstallFilesPre
|
||||
|
|
Loading…
Reference in a new issue