diff options
Diffstat (limited to '')
-rw-r--r-- | src/wixlib/UserExit.wxs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/wixlib/UserExit.wxs b/src/wixlib/UserExit.wxs index de1e11e8..7c3a07ed 100644 --- a/src/wixlib/UserExit.wxs +++ b/src/wixlib/UserExit.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="UserExit" Width="370" Height="270" Title="!(loc.UserExit_Title)"> | 7 | <Dialog Id="UserExit" Width="370" Height="270" Title="!(loc.UserExit_Title)"> |
9 | <Control Id="Finish" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="!(loc.WixUIFinish)"> | 8 | <Control Id="Finish" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="!(loc.WixUIFinish)"> |
10 | <Publish Event="EndDialog" Value="Exit">1</Publish> | 9 | <Publish Event="EndDialog" Value="Exit" /> |
11 | </Control> | 10 | </Control> |
12 | <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Disabled="yes" Text="!(loc.WixUICancel)" /> | 11 | <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Disabled="yes" Text="!(loc.WixUICancel)" /> |
13 | <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="!(loc.UserExitBitmap)" /> | 12 | <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="!(loc.UserExitBitmap)" /> |