summaryrefslogtreecommitdiff
path: root/src/ext/Bal/wixstdba/Resources/RtfLargeTheme.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Bal/wixstdba/Resources/RtfLargeTheme.xml')
-rw-r--r--src/ext/Bal/wixstdba/Resources/RtfLargeTheme.xml18
1 files changed, 12 insertions, 6 deletions
diff --git a/src/ext/Bal/wixstdba/Resources/RtfLargeTheme.xml b/src/ext/Bal/wixstdba/Resources/RtfLargeTheme.xml
index 3571e13a..e5d18ec7 100644
--- a/src/ext/Bal/wixstdba/Resources/RtfLargeTheme.xml
+++ b/src/ext/Bal/wixstdba/Resources/RtfLargeTheme.xml
@@ -72,9 +72,12 @@
72 <Label X="11" Y="80" Width="-11" Height="30" FontId="2" DisablePrefix="yes"> 72 <Label X="11" Y="80" Width="-11" Height="30" FontId="2" DisablePrefix="yes">
73 <Text>#(loc.SuccessHeader)</Text> 73 <Text>#(loc.SuccessHeader)</Text>
74 <Text Condition="WixBundleAction = 2">#(loc.SuccessLayoutHeader)</Text> 74 <Text Condition="WixBundleAction = 2">#(loc.SuccessLayoutHeader)</Text>
75 <Text Condition="WixBundleAction = 3">#(loc.SuccessUninstallHeader)</Text> 75 <Text Condition="WixBundleAction = 3">#(loc.SuccessUnsafeUninstallHeader)</Text>
76 <Text Condition="WixBundleAction = 5">#(loc.SuccessInstallHeader)</Text> 76 <Text Condition="WixBundleAction = 4">#(loc.SuccessUninstallHeader)</Text>
77 <Text Condition="WixBundleAction = 7">#(loc.SuccessRepairHeader)</Text> 77 <Text Condition="WixBundleAction = 5">#(loc.SuccessCacheHeader)</Text>
78 <Text Condition="WixBundleAction = 6">#(loc.SuccessInstallHeader)</Text>
79 <Text Condition="WixBundleAction = 7">#(loc.SuccessModifyHeader)</Text>
80 <Text Condition="WixBundleAction = 8">#(loc.SuccessRepairHeader)</Text>
78 </Label> 81 </Label>
79 <Button Name="LaunchButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.SuccessLaunchButton)</Button> 82 <Button Name="LaunchButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.SuccessLaunchButton)</Button>
80 <Label X="-11" Y="-51" Width="400" Height="34" FontId="3" DisablePrefix="yes" VisibleCondition="WixStdBARestartRequired"> 83 <Label X="-11" Y="-51" Width="400" Height="34" FontId="3" DisablePrefix="yes" VisibleCondition="WixStdBARestartRequired">
@@ -91,9 +94,12 @@
91 <Label X="11" Y="80" Width="-11" Height="30" FontId="2" DisablePrefix="yes"> 94 <Label X="11" Y="80" Width="-11" Height="30" FontId="2" DisablePrefix="yes">
92 <Text>#(loc.FailureHeader)</Text> 95 <Text>#(loc.FailureHeader)</Text>
93 <Text Condition="WixBundleAction = 2">#(loc.FailureLayoutHeader)</Text> 96 <Text Condition="WixBundleAction = 2">#(loc.FailureLayoutHeader)</Text>
94 <Text Condition="WixBundleAction = 3">#(loc.FailureUninstallHeader)</Text> 97 <Text Condition="WixBundleAction = 3">#(loc.FailureUnsafeUninstallHeader)</Text>
95 <Text Condition="WixBundleAction = 5">#(loc.FailureInstallHeader)</Text> 98 <Text Condition="WixBundleAction = 4">#(loc.FailureUninstallHeader)</Text>
96 <Text Condition="WixBundleAction = 7">#(loc.FailureRepairHeader)</Text> 99 <Text Condition="WixBundleAction = 5">#(loc.FailureCacheHeader)</Text>
100 <Text Condition="WixBundleAction = 6">#(loc.FailureInstallHeader)</Text>
101 <Text Condition="WixBundleAction = 7">#(loc.FailureModifyHeader)</Text>
102 <Text Condition="WixBundleAction = 8">#(loc.FailureRepairHeader)</Text>
97 </Label> 103 </Label>
98 <Hypertext Name="FailureLogFileLink" X="11" Y="121" Width="-11" Height="42" FontId="3" TabStop="yes" HideWhenDisabled="yes">#(loc.FailureHyperlinkLogText)</Hypertext> 104 <Hypertext Name="FailureLogFileLink" X="11" Y="121" Width="-11" Height="42" FontId="3" TabStop="yes" HideWhenDisabled="yes">#(loc.FailureHyperlinkLogText)</Hypertext>
99 <Hypertext Name="FailureMessageText" X="22" Y="163" Width="-11" Height="51" FontId="3" TabStop="yes" HideWhenDisabled="yes" /> 105 <Hypertext Name="FailureMessageText" X="22" Y="163" Width="-11" Height="51" FontId="3" TabStop="yes" HideWhenDisabled="yes" />