diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-03-16 14:57:16 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-03-16 20:14:37 -0500 |
commit | c1694843f7c54c7f9feb3f7074a31ff8499c9644 (patch) | |
tree | 959d8e60bedecbc76abc22c0ce52decad6dbcfea /src/test | |
parent | 04b84e3b55402707497dab249a300f9cf1d216c7 (diff) | |
download | wix-c1694843f7c54c7f9feb3f7074a31ff8499c9644.tar.gz wix-c1694843f7c54c7f9feb3f7074a31ff8499c9644.tar.bz2 wix-c1694843f7c54c7f9feb3f7074a31ff8499c9644.zip |
Fix themes to account for UnsafeUninstall action.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/burn/TestData/Manual/BundleA/CustomHyperlinkTheme.xml | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/src/test/burn/TestData/Manual/BundleA/CustomHyperlinkTheme.xml b/src/test/burn/TestData/Manual/BundleA/CustomHyperlinkTheme.xml index b8157193..19271978 100644 --- a/src/test/burn/TestData/Manual/BundleA/CustomHyperlinkTheme.xml +++ b/src/test/burn/TestData/Manual/BundleA/CustomHyperlinkTheme.xml | |||
@@ -71,9 +71,12 @@ | |||
71 | <Label X="11" Y="80" Width="-11" Height="30" FontId="2" DisablePrefix="yes"> | 71 | <Label X="11" Y="80" Width="-11" Height="30" FontId="2" DisablePrefix="yes"> |
72 | <Text>#(loc.SuccessHeader)</Text> | 72 | <Text>#(loc.SuccessHeader)</Text> |
73 | <Text Condition="WixBundleAction = 2">#(loc.SuccessLayoutHeader)</Text> | 73 | <Text Condition="WixBundleAction = 2">#(loc.SuccessLayoutHeader)</Text> |
74 | <Text Condition="WixBundleAction = 3">#(loc.SuccessUninstallHeader)</Text> | 74 | <Text Condition="WixBundleAction = 3">#(loc.SuccessUnsafeUninstallHeader)</Text> |
75 | <Text Condition="WixBundleAction = 5">#(loc.SuccessInstallHeader)</Text> | 75 | <Text Condition="WixBundleAction = 4">#(loc.SuccessUninstallHeader)</Text> |
76 | <Text Condition="WixBundleAction = 7">#(loc.SuccessRepairHeader)</Text> | 76 | <Text Condition="WixBundleAction = 5">#(loc.SuccessCacheHeader)</Text> |
77 | <Text Condition="WixBundleAction = 6">#(loc.SuccessInstallHeader)</Text> | ||
78 | <Text Condition="WixBundleAction = 7">#(loc.SuccessModifyHeader)</Text> | ||
79 | <Text Condition="WixBundleAction = 8">#(loc.SuccessRepairHeader)</Text> | ||
77 | </Label> | 80 | </Label> |
78 | <Button Name="LaunchButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.SuccessLaunchButton)</Button> | 81 | <Button Name="LaunchButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.SuccessLaunchButton)</Button> |
79 | <Label X="-11" Y="-51" Width="400" Height="34" FontId="3" DisablePrefix="yes" VisibleCondition="WixStdBARestartRequired"> | 82 | <Label X="-11" Y="-51" Width="400" Height="34" FontId="3" DisablePrefix="yes" VisibleCondition="WixStdBARestartRequired"> |
@@ -90,9 +93,12 @@ | |||
90 | <Label X="11" Y="80" Width="-11" Height="30" FontId="2" DisablePrefix="yes"> | 93 | <Label X="11" Y="80" Width="-11" Height="30" FontId="2" DisablePrefix="yes"> |
91 | <Text>#(loc.FailureHeader)</Text> | 94 | <Text>#(loc.FailureHeader)</Text> |
92 | <Text Condition="WixBundleAction = 2">#(loc.FailureLayoutHeader)</Text> | 95 | <Text Condition="WixBundleAction = 2">#(loc.FailureLayoutHeader)</Text> |
93 | <Text Condition="WixBundleAction = 3">#(loc.FailureUninstallHeader)</Text> | 96 | <Text Condition="WixBundleAction = 3">#(loc.FailureUnsafeUninstallHeader)</Text> |
94 | <Text Condition="WixBundleAction = 5">#(loc.FailureInstallHeader)</Text> | 97 | <Text Condition="WixBundleAction = 4">#(loc.FailureUninstallHeader)</Text> |
95 | <Text Condition="WixBundleAction = 7">#(loc.FailureRepairHeader)</Text> | 98 | <Text Condition="WixBundleAction = 5">#(loc.FailureCacheHeader)</Text> |
99 | <Text Condition="WixBundleAction = 6">#(loc.FailureInstallHeader)</Text> | ||
100 | <Text Condition="WixBundleAction = 7">#(loc.FailureModifyHeader)</Text> | ||
101 | <Text Condition="WixBundleAction = 8">#(loc.FailureRepairHeader)</Text> | ||
96 | </Label> | 102 | </Label> |
97 | <Hypertext Name="FailureLogFileLink" X="11" Y="121" Width="-11" Height="42" FontId="3" TabStop="yes" HideWhenDisabled="yes">#(loc.FailureHyperlinkLogText)</Hypertext> | 103 | <Hypertext Name="FailureLogFileLink" X="11" Y="121" Width="-11" Height="42" FontId="3" TabStop="yes" HideWhenDisabled="yes">#(loc.FailureHyperlinkLogText)</Hypertext> |
98 | <Hypertext Name="FailureMessageText" X="22" Y="163" Width="-11" Height="51" FontId="3" TabStop="yes" HideWhenDisabled="yes" /> | 104 | <Hypertext Name="FailureMessageText" X="22" Y="163" Width="-11" Height="51" FontId="3" TabStop="yes" HideWhenDisabled="yes" /> |