diff options
Diffstat (limited to 'src/wixlib/PrepareDlg.wxs')
-rw-r--r-- | src/wixlib/PrepareDlg.wxs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/wixlib/PrepareDlg.wxs b/src/wixlib/PrepareDlg.wxs index f2461a2c..1b22b04f 100644 --- a/src/wixlib/PrepareDlg.wxs +++ b/src/wixlib/PrepareDlg.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,7 +6,7 @@ | |||
7 | <UI> | 6 | <UI> |
8 | <Dialog Id="PrepareDlg" Width="370" Height="270" Title="!(loc.PrepareDlg_Title)" Modeless="yes"> | 7 | <Dialog Id="PrepareDlg" Width="370" Height="270" Title="!(loc.PrepareDlg_Title)" Modeless="yes"> |
9 | <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="!(loc.WixUICancel)"> | 8 | <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="!(loc.WixUICancel)"> |
10 | <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish> | 9 | <Publish Event="SpawnDialog" Value="CancelDlg" /> |
11 | </Control> | 10 | </Control> |
12 | <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="!(loc.PrepareDlgBitmap)" /> | 11 | <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="!(loc.PrepareDlgBitmap)" /> |
13 | <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" /> | 12 | <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" /> |