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 | |
| 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')
| -rw-r--r-- | src/ext/Bal/stdbas/Resources/HyperlinkLargeTheme.xml | 4 | ||||
| -rw-r--r-- | src/ext/Bal/stdbas/Resources/HyperlinkSidebarTheme.xml | 4 | ||||
| -rw-r--r-- | src/ext/Bal/stdbas/Resources/HyperlinkTheme.wxl | 2 | ||||
| -rw-r--r-- | src/ext/Bal/stdbas/Resources/HyperlinkTheme.xml | 4 | ||||
| -rw-r--r-- | src/ext/Bal/stdbas/Resources/RtfLargeTheme.xml | 4 | ||||
| -rw-r--r-- | src/ext/Bal/stdbas/Resources/RtfTheme.wxl | 2 | ||||
| -rw-r--r-- | src/ext/Bal/stdbas/Resources/RtfTheme.xml | 4 |
7 files changed, 24 insertions, 0 deletions
diff --git a/src/ext/Bal/stdbas/Resources/HyperlinkLargeTheme.xml b/src/ext/Bal/stdbas/Resources/HyperlinkLargeTheme.xml index 6e7b69ee..dcc1a7c1 100644 --- a/src/ext/Bal/stdbas/Resources/HyperlinkLargeTheme.xml +++ b/src/ext/Bal/stdbas/Resources/HyperlinkLargeTheme.xml | |||
| @@ -51,6 +51,10 @@ | |||
| 51 | <Text>#(loc.OptionsBrowseButton)</Text> | 51 | <Text>#(loc.OptionsBrowseButton)</Text> |
| 52 | <BrowseDirectoryAction VariableName="InstallFolder" /> | 52 | <BrowseDirectoryAction VariableName="InstallFolder" /> |
| 53 | </Button> | 53 | </Button> |
| 54 | <RadioButtons Name="WixStdBAScope"> | ||
| 55 | <RadioButton X="11" Y="180" Height="20" Width="-11" Value="PerUser" EnableCondition="WixBundleAuthoredScope = 2 OR WixBundleAuthoredScope = 3" HideWhenDisabled="yes" FontId="3">#(loc.OptionsPerUserScopeText)</RadioButton> | ||
| 56 | <RadioButton X="11" Y="200" Height="20" Width="-11" Value="PerMachine" EnableCondition="WixBundleAuthoredScope = 2 OR WixBundleAuthoredScope = 3" HideWhenDisabled="yes" FontId="3">#(loc.OptionsPerMachineScopeText)</RadioButton> | ||
| 57 | </RadioButtons> | ||
| 54 | <Button Name="OptionsOkButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0"> | 58 | <Button Name="OptionsOkButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0"> |
| 55 | <Text>#(loc.OptionsOkButton)</Text> | 59 | <Text>#(loc.OptionsOkButton)</Text> |
| 56 | <ChangePageAction Page="Install" /> | 60 | <ChangePageAction Page="Install" /> |
diff --git a/src/ext/Bal/stdbas/Resources/HyperlinkSidebarTheme.xml b/src/ext/Bal/stdbas/Resources/HyperlinkSidebarTheme.xml index 59a03ad0..11eac2de 100644 --- a/src/ext/Bal/stdbas/Resources/HyperlinkSidebarTheme.xml +++ b/src/ext/Bal/stdbas/Resources/HyperlinkSidebarTheme.xml | |||
| @@ -54,6 +54,10 @@ | |||
| 54 | <Text>#(loc.OptionsBrowseButton)</Text> | 54 | <Text>#(loc.OptionsBrowseButton)</Text> |
| 55 | <BrowseDirectoryAction VariableName="InstallFolder" /> | 55 | <BrowseDirectoryAction VariableName="InstallFolder" /> |
| 56 | </Button> | 56 | </Button> |
| 57 | <RadioButtons Name="WixStdBAScope"> | ||
| 58 | <RadioButton X="11" Y="180" Height="20" Width="-11" Value="PerUser" EnableCondition="WixBundleAuthoredScope = 2 OR WixBundleAuthoredScope = 3" HideWhenDisabled="yes" FontId="3">#(loc.OptionsPerUserScopeText)</RadioButton> | ||
| 59 | <RadioButton X="11" Y="200" Height="20" Width="-11" Value="PerMachine" EnableCondition="WixBundleAuthoredScope = 2 OR WixBundleAuthoredScope = 3" HideWhenDisabled="yes" FontId="3">#(loc.OptionsPerMachineScopeText)</RadioButton> | ||
| 60 | </RadioButtons> | ||
| 57 | <Button Name="OptionsOkButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0"> | 61 | <Button Name="OptionsOkButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0"> |
| 58 | <Text>#(loc.OptionsOkButton)</Text> | 62 | <Text>#(loc.OptionsOkButton)</Text> |
| 59 | <ChangePageAction Page="Install" /> | 63 | <ChangePageAction Page="Install" /> |
diff --git a/src/ext/Bal/stdbas/Resources/HyperlinkTheme.wxl b/src/ext/Bal/stdbas/Resources/HyperlinkTheme.wxl index 24e7b728..0a0664dc 100644 --- a/src/ext/Bal/stdbas/Resources/HyperlinkTheme.wxl +++ b/src/ext/Bal/stdbas/Resources/HyperlinkTheme.wxl | |||
| @@ -22,6 +22,8 @@ | |||
| 22 | <String Id="InstallCancelButton" Value="&Cancel" /> | 22 | <String Id="InstallCancelButton" Value="&Cancel" /> |
| 23 | <String Id="OptionsHeader" Value="Setup Options" /> | 23 | <String Id="OptionsHeader" Value="Setup Options" /> |
| 24 | <String Id="OptionsLocationLabel" Value="Install location:" /> | 24 | <String Id="OptionsLocationLabel" Value="Install location:" /> |
| 25 | <String Id="OptionsPerUserScopeText" Value="Install [WixBundleName] just for &me" /> | ||
| 26 | <String Id="OptionsPerMachineScopeText" Value="Install [WixBundleName] for all &users" /> | ||
| 25 | <String Id="OptionsBrowseButton" Value="&Browse" /> | 27 | <String Id="OptionsBrowseButton" Value="&Browse" /> |
| 26 | <String Id="OptionsOkButton" Value="&OK" /> | 28 | <String Id="OptionsOkButton" Value="&OK" /> |
| 27 | <String Id="OptionsCancelButton" Value="&Cancel" /> | 29 | <String Id="OptionsCancelButton" Value="&Cancel" /> |
diff --git a/src/ext/Bal/stdbas/Resources/HyperlinkTheme.xml b/src/ext/Bal/stdbas/Resources/HyperlinkTheme.xml index c82e1b9f..2d33344e 100644 --- a/src/ext/Bal/stdbas/Resources/HyperlinkTheme.xml +++ b/src/ext/Bal/stdbas/Resources/HyperlinkTheme.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" /> |
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" /> |
diff --git a/src/ext/Bal/stdbas/Resources/RtfTheme.wxl b/src/ext/Bal/stdbas/Resources/RtfTheme.wxl index a827d1a9..9969f1f2 100644 --- a/src/ext/Bal/stdbas/Resources/RtfTheme.wxl +++ b/src/ext/Bal/stdbas/Resources/RtfTheme.wxl | |||
| @@ -18,6 +18,8 @@ | |||
| 18 | <String Id="InstallCancelButton" Value="&Cancel" /> | 18 | <String Id="InstallCancelButton" Value="&Cancel" /> |
| 19 | <String Id="OptionsHeader" Value="Setup Options" /> | 19 | <String Id="OptionsHeader" Value="Setup Options" /> |
| 20 | <String Id="OptionsLocationLabel" Value="Install location:" /> | 20 | <String Id="OptionsLocationLabel" Value="Install location:" /> |
| 21 | <String Id="OptionsPerUserScopeText" Value="Install [WixBundleName] just for &me" /> | ||
| 22 | <String Id="OptionsPerMachineScopeText" Value="Install [WixBundleName] for all &users" /> | ||
| 21 | <String Id="OptionsBrowseButton" Value="&Browse" /> | 23 | <String Id="OptionsBrowseButton" Value="&Browse" /> |
| 22 | <String Id="OptionsOkButton" Value="&OK" /> | 24 | <String Id="OptionsOkButton" Value="&OK" /> |
| 23 | <String Id="OptionsCancelButton" Value="&Cancel" /> | 25 | <String Id="OptionsCancelButton" Value="&Cancel" /> |
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" /> |
