aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/OutOfRbDiskDlg.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixlib/OutOfRbDiskDlg.wxs')
-rw-r--r--src/wixlib/OutOfRbDiskDlg.wxs9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/wixlib/OutOfRbDiskDlg.wxs b/src/wixlib/OutOfRbDiskDlg.wxs
index e2f7627b..79a1470f 100644
--- a/src/wixlib/OutOfRbDiskDlg.wxs
+++ b/src/wixlib/OutOfRbDiskDlg.wxs
@@ -1,5 +1,4 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
2<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
3 2
4 3
5<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> 4<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
@@ -7,11 +6,11 @@
7 <UI> 6 <UI>
8 <Dialog Id="OutOfRbDiskDlg" Width="370" Height="270" Title="!(loc.OutOfRbDiskDlg_Title)"> 7 <Dialog Id="OutOfRbDiskDlg" Width="370" Height="270" Title="!(loc.OutOfRbDiskDlg_Title)">
9 <Control Id="No" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="!(loc.WixUINo)"> 8 <Control Id="No" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="!(loc.WixUINo)">
10 <Publish Event="EndDialog" Value="Return">1</Publish> 9 <Publish Event="EndDialog" Value="Return" />
11 </Control> 10 </Control>
12 <Control Id="Yes" Type="PushButton" X="240" Y="243" Width="56" Height="17" Text="!(loc.WixUIYes)"> 11 <Control Id="Yes" Type="PushButton" X="240" Y="243" Width="56" Height="17" Text="!(loc.WixUIYes)">
13 <Publish Event="EnableRollback" Value="False">1</Publish> 12 <Publish Event="EnableRollback" Value="False" />
14 <Publish Event="EndDialog" Value="Return">1</Publish> 13 <Publish Event="EndDialog" Value="Return" />
15 </Control> 14 </Control>
16 <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="!(loc.OutOfRbDiskDlgBannerBitmap)" /> 15 <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="!(loc.OutOfRbDiskDlgBannerBitmap)" />
17 <Control Id="Text" Type="Text" X="20" Y="53" Width="330" Height="90" Text="!(loc.OutOfRbDiskDlgText) !(loc.OutOfRbDiskDlgText2)" /> 16 <Control Id="Text" Type="Text" X="20" Y="53" Width="330" Height="90" Text="!(loc.OutOfRbDiskDlgText) !(loc.OutOfRbDiskDlgText2)" />