mirror of
https://github.com/overte-org/overte.git
synced 2025-07-28 16:03:31 +02:00
copy from production for PR builds unchecked for custom and express also over rides deselection
This commit is contained in:
parent
0a64a1e3b0
commit
7ddac54b37
1 changed files with 3 additions and 3 deletions
|
@ -600,7 +600,7 @@ Function PostInstallOptionsPage
|
||||||
${NSD_CreateCheckbox} 0 $CurrentOffset$OffsetUnits 100% 10u "&Copy settings and content from production install"
|
${NSD_CreateCheckbox} 0 $CurrentOffset$OffsetUnits 100% 10u "&Copy settings and content from production install"
|
||||||
Pop $CopyFromProductionCheckbox
|
Pop $CopyFromProductionCheckbox
|
||||||
|
|
||||||
${NSD_SetState} $CopyFromProductionCheckbox ${BST_CHECKED}
|
${NSD_SetState} $CopyFromProductionCheckbox ${BST_UNCHECKED}
|
||||||
${EndIf}
|
${EndIf}
|
||||||
|
|
||||||
; Check if Express is set, if so, abort the post install options page
|
; Check if Express is set, if so, abort the post install options page
|
||||||
|
@ -682,8 +682,8 @@ Function HandleInstallTypes
|
||||||
${NSD_SetState} $LaunchClientNowCheckbox ${BST_CHECKED}
|
${NSD_SetState} $LaunchClientNowCheckbox ${BST_CHECKED}
|
||||||
|
|
||||||
${If} @PR_BUILD@ == 1
|
${If} @PR_BUILD@ == 1
|
||||||
${NSD_SetState} $CopyFromProductionCheckbox ${BST_CHECKED}
|
${NSD_SetState} $CopyFromProductionCheckbox ${BST_UNCHECKED}
|
||||||
${EndIf}
|
${EndIf}
|
||||||
|
|
||||||
; call ReadPostInstallOptions and HandlePostInstallOptions with defaults selected
|
; call ReadPostInstallOptions and HandlePostInstallOptions with defaults selected
|
||||||
Call ReadPostInstallOptions
|
Call ReadPostInstallOptions
|
||||||
|
|
Loading…
Reference in a new issue