mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
setup custom or express label correctly in installer
This commit is contained in:
parent
38606f83c8
commit
9a664f25dc
1 changed files with 3 additions and 2 deletions
|
@ -612,10 +612,11 @@ Function InstallTypesPage
|
|||
|
||||
${If} $CustomInstallTemporaryState == ${BST_UNCHECKED}
|
||||
${NSD_Check} $ExpressInstallRadioButton
|
||||
Call ChangeExpressLabel
|
||||
${Else}
|
||||
Call ChangeCustomLabel
|
||||
${EndIf}
|
||||
|
||||
Call ChangeExpressLabel
|
||||
|
||||
nsDialogs::Show
|
||||
FunctionEnd
|
||||
|
||||
|
|
Loading…
Reference in a new issue