aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/stdbas/Resources/HyperlinkLargeTheme.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Bal/stdbas/Resources/HyperlinkLargeTheme.xml')
-rw-r--r--src/ext/Bal/stdbas/Resources/HyperlinkLargeTheme.xml4
1 files changed, 4 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" />