mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 19:52:26 +02: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
|
!define MUI_PAGE_CUSTOMFUNCTION_PRE PageComponentsPre
|
||||||
@CPACK_NSIS_PAGE_COMPONENTS@
|
@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
|
Page custom PostInstallOptionsPage ReadPostInstallOptions
|
||||||
|
|
||||||
!define MUI_PAGE_CUSTOMFUNCTION_PRE PageInstallFilesPre
|
!define MUI_PAGE_CUSTOMFUNCTION_PRE PageInstallFilesPre
|
||||||
|
|
Loading…
Reference in a new issue