File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/Layout/pkg/windows/bundles/sdk Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 101
101
<Hypertext HexStyle="00000000" EnableCondition="WixBundleAction = 6" TabStop="yes" Name="ReleaseNotesLinkText" X="148" Y="300" Width="-12" Height="16" FontId="DefaultFont" HideWhenDisabled="yes">#(loc.ReleaseNotesLinkText)</Hypertext>
102
102
<Hypertext HexStyle="00000000" EnableCondition="WixBundleAction = 6" TabStop="yes" Name="TutorialsLinkText" X="148" Y="316" Width="-12" Height="16" FontId="DefaultFont" HideWhenDisabled="yes">#(loc.TutorialsLinkText)</Hypertext>
103
103
104
- <Label X="148" Y="-48" Width="-12" Height="34" FontId="DefaultFont" DisablePrefix="yes" VisibleCondition="WixStdBARestartRequired">
104
+ <Label Name="SuccessRestartText" X="148" Y="-48" Width="-12" Height="34" FontId="DefaultFont" DisablePrefix="yes" VisibleCondition="WixStdBARestartRequired">
105
105
<Text>#(loc.SuccessRestartText)</Text>
106
106
<Text Condition="WixBundleAction = 3">#(loc.SuccessUninstallRestartText)</Text>
107
107
</Label>
116
116
</Button>
117
117
</Page>
118
118
<Page Name="Failure">
119
+ <Label Name="FailureRestartText" X="148" Y="-48" Width="-12" Height="32" FontId="DefaultFont" DisablePrefix="yes" VisibleCondition="WixStdBARestartRequired">#(loc.FailureRestartText)</Label>
119
120
<Label Name="FailureHeader" X="148" Y="80" Width="-12" Height="32" HexStyle="00000000" FontId="PageHeaderFont" TabStop="yes">
120
121
<Text>#(loc.FailureHeader)</Text>
121
122
<Text Condition="WixBundleAction = 2">#(loc.FailureLayoutHeader)</Text>
134
135
<Hypertext HexStyle="000000" Name="FailureMessageText" X="148" Y="172" Width="-12" Height="48" FontId="ErrorFont" TabStop="yes" HideWhenDisabled="yes" />
135
136
136
137
<!-- Reserve two lines of space to accommodate localized content. -->
137
- <Label X="148" Y="-48" Width="-12" Height="32" FontId="DefaultFont" DisablePrefix="yes" VisibleCondition="WixStdBARestartRequired">#(loc.FailureRestartText)</Label>
138
+
139
+
138
140
<Button Name="FailureRestartButton" X="-124" Y="-12" Width="100" Height="24" TabStop="yes" FontId="DefaultFont" HideWhenDisabled="yes">#(loc.FailureRestartButton)</Button>
139
141
<Button Name="FailureCloseButton" X="-12" Y="-12" Width="100" Height="24" TabStop="yes" FontId="DefaultFont">
140
142
<Text>#(loc.FailureCloseButton)</Text>
You can’t perform that action at this time.
0 commit comments