mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 06:08:22 +02:00
move forced client selection to apply to all installs
This commit is contained in:
parent
20777bd19a
commit
a8272712bb
1 changed files with 5 additions and 5 deletions
|
@ -129,12 +129,12 @@ Var AR_RegFlags
|
||||||
;Writing modified flags
|
;Writing modified flags
|
||||||
SectionSetFlags ${${SecName}} $AR_SecFlags
|
SectionSetFlags ${${SecName}} $AR_SecFlags
|
||||||
|
|
||||||
; The client is always selected by default
|
|
||||||
${If} ${SecName} == @CLIENT_COMPONENT_NAME@
|
|
||||||
SectionSetFlags ${${SecName}} 17
|
|
||||||
${EndIf}
|
|
||||||
|
|
||||||
"default_${SecName}:"
|
"default_${SecName}:"
|
||||||
|
; The client is always selected by default
|
||||||
|
${If} ${SecName} == @CLIENT_COMPONENT_NAME@
|
||||||
|
SectionSetFlags ${${SecName}} 17
|
||||||
|
${EndIf}
|
||||||
|
|
||||||
!insertmacro LoadSectionSelectedIntoVar ${SecName} ${SecName}_selected
|
!insertmacro LoadSectionSelectedIntoVar ${SecName} ${SecName}_selected
|
||||||
!macroend
|
!macroend
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue