diff options
| author | Bob Arnson <bob@firegiant.com> | 2026-02-20 19:18:23 -0500 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2026-02-20 19:18:23 -0500 |
| commit | 8f3c366e9671dc5d4931dd3de28a42a1f1be32a5 (patch) | |
| tree | b9f270a14fe73dc07667cf37ea0232662e7d858b /src/ext/Bal/stdbas/Resources/RtfTheme.xml | |
| parent | 96222b03ccc510027cb4d506fb424961cc351e03 (diff) | |
| download | wix-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/RtfTheme.xml')
| -rw-r--r-- | src/ext/Bal/stdbas/Resources/RtfTheme.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ext/Bal/stdbas/Resources/RtfTheme.xml b/src/ext/Bal/stdbas/Resources/RtfTheme.xml index e1a486c8..1f1c3810 100644 --- a/src/ext/Bal/stdbas/Resources/RtfTheme.xml +++ b/src/ext/Bal/stdbas/Resources/RtfTheme.xml | |||
| @@ -45,6 +45,10 @@ | |||
| 45 | <Text>#(loc.OptionsBrowseButton)</Text> | 45 | <Text>#(loc.OptionsBrowseButton)</Text> |
| 46 | <BrowseDirectoryAction VariableName="InstallFolder" /> | 46 | <BrowseDirectoryAction VariableName="InstallFolder" /> |
| 47 | </Button> | 47 | </Button> |
| 48 | <RadioButtons Name="WixStdBAScope"> | ||
| 49 | <RadioButton X="11" Y="180" Height="20" Width="-11" Value="PerUser" EnableCondition="WixBundleAuthoredScope = 2 OR WixBundleAuthoredScope = 3" HideWhenDisabled="yes" FontId="3">#(loc.OptionsPerUserScopeText)</RadioButton> | ||
| 50 | <RadioButton X="11" Y="200" Height="20" Width="-11" Value="PerMachine" EnableCondition="WixBundleAuthoredScope = 2 OR WixBundleAuthoredScope = 3" HideWhenDisabled="yes" FontId="3">#(loc.OptionsPerMachineScopeText)</RadioButton> | ||
| 51 | </RadioButtons> | ||
| 48 | <Button Name="OptionsOkButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0"> | 52 | <Button Name="OptionsOkButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0"> |
| 49 | <Text>#(loc.OptionsOkButton)</Text> | 53 | <Text>#(loc.OptionsOkButton)</Text> |
| 50 | <ChangePageAction Page="Install" /> | 54 | <ChangePageAction Page="Install" /> |
