mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 21:33:48 +02:00
make the post install options read correct
This commit is contained in:
parent
583feddac0
commit
13d6ec0b28
1 changed files with 6 additions and 1 deletions
|
@ -904,7 +904,12 @@ Function PostInstallOptionsPage
|
|||
IntOp $CurrentOffset $CurrentOffset + 15
|
||||
${EndIf}
|
||||
|
||||
${NSD_CreateCheckbox} 0 $CurrentOffset$OffsetUnits 100% 10u "&Launch High Fidelity Now"
|
||||
${If} ${SectionIsSelected} ${@SEVER_COMPONENT_NAME}
|
||||
${NSD_CreateCheckbox} 0 $CurrentOffset$OffsetUnits 100% 10u "&Launch High Fidelity Server Console Now"
|
||||
${Else}
|
||||
${NSD_CreateCheckbox} 0 $CurrentOffset$OffsetUnits 100% 10u "&Launch High Fidelity Now"
|
||||
${EndIf}
|
||||
|
||||
Pop $LaunchNowCheckbox
|
||||
|
||||
; set the checkbox state depending on what is present in the registry
|
||||
|
|
Loading…
Reference in a new issue