aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/stdbas/Resources/RtfLargeTheme.xml
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2026-02-20 19:18:23 -0500
committerBob Arnson <bob@firegiant.com>2026-02-20 19:18:23 -0500
commit8f3c366e9671dc5d4931dd3de28a42a1f1be32a5 (patch)
treeb9f270a14fe73dc07667cf37ea0232662e7d858b /src/ext/Bal/stdbas/Resources/RtfLargeTheme.xml
parent96222b03ccc510027cb4d506fb424961cc351e03 (diff)
downloadwix-bob/WixStdBaConfigurableScope.tar.gz
wix-bob/WixStdBaConfigurableScope.tar.bz2
wix-bob/WixStdBaConfigurableScope.zip
Configurable-scope bundles for WixStdBA.bob/WixStdBaConfigurableScope
Fixes https://github.com/wixtoolset/issues/issues/9234 Fixes https://github.com/wixtoolset/issues/issues/9235
Diffstat (limited to 'src/ext/Bal/stdbas/Resources/RtfLargeTheme.xml')
-rw-r--r--src/ext/Bal/stdbas/Resources/RtfLargeTheme.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ext/Bal/stdbas/Resources/RtfLargeTheme.xml b/src/ext/Bal/stdbas/Resources/RtfLargeTheme.xml
index b30fe3cd..a41e4457 100644
--- a/src/ext/Bal/stdbas/Resources/RtfLargeTheme.xml
+++ b/src/ext/Bal/stdbas/Resources/RtfLargeTheme.xml
@@ -47,6 +47,10 @@
47 <Text>#(loc.OptionsBrowseButton)</Text> 47 <Text>#(loc.OptionsBrowseButton)</Text>
48 <BrowseDirectoryAction VariableName="InstallFolder" /> 48 <BrowseDirectoryAction VariableName="InstallFolder" />
49 </Button> 49 </Button>
50 <RadioButtons Name="WixStdBAScope">
51 <RadioButton X="11" Y="180" Height="20" Width="-11" Value="PerUser" EnableCondition="WixBundleAuthoredScope = 2 OR WixBundleAuthoredScope = 3" HideWhenDisabled="yes" FontId="3">#(loc.OptionsPerUserScopeText)</RadioButton>
52 <RadioButton X="11" Y="200" Height="20" Width="-11" Value="PerMachine" EnableCondition="WixBundleAuthoredScope = 2 OR WixBundleAuthoredScope = 3" HideWhenDisabled="yes" FontId="3">#(loc.OptionsPerMachineScopeText)</RadioButton>
53 </RadioButtons>
50 <Button Name="OptionsOkButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0"> 54 <Button Name="OptionsOkButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">
51 <Text>#(loc.OptionsOkButton)</Text> 55 <Text>#(loc.OptionsOkButton)</Text>
52 <ChangePageAction Page="Install" /> 56 <ChangePageAction Page="Install" />