diff options
Diffstat (limited to 'src/wixlib/FilesInUse.wxs')
-rw-r--r-- | src/wixlib/FilesInUse.wxs | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/wixlib/FilesInUse.wxs b/src/wixlib/FilesInUse.wxs index 38062f0b..7892a5d5 100644 --- a/src/wixlib/FilesInUse.wxs +++ b/src/wixlib/FilesInUse.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,13 +6,13 @@ | |||
7 | <UI> | 6 | <UI> |
8 | <Dialog Id="FilesInUse" Width="370" Height="270" Title="!(loc.FilesInUse_Title)" KeepModeless="yes"> | 7 | <Dialog Id="FilesInUse" Width="370" Height="270" Title="!(loc.FilesInUse_Title)" KeepModeless="yes"> |
9 | <Control Id="Retry" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="!(loc.WixUIRetry)"> | 8 | <Control Id="Retry" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="!(loc.WixUIRetry)"> |
10 | <Publish Event="EndDialog" Value="Retry">1</Publish> | 9 | <Publish Event="EndDialog" Value="Retry" /> |
11 | </Control> | 10 | </Control> |
12 | <Control Id="Ignore" Type="PushButton" X="235" Y="243" Width="56" Height="17" Text="!(loc.WixUIIgnore)"> | 11 | <Control Id="Ignore" Type="PushButton" X="235" Y="243" Width="56" Height="17" Text="!(loc.WixUIIgnore)"> |
13 | <Publish Event="EndDialog" Value="Ignore">1</Publish> | 12 | <Publish Event="EndDialog" Value="Ignore" /> |
14 | </Control> | 13 | </Control> |
15 | <Control Id="Exit" Type="PushButton" X="166" Y="243" Width="56" Height="17" Text="!(loc.FilesInUseExit)"> | 14 | <Control Id="Exit" Type="PushButton" X="166" Y="243" Width="56" Height="17" Text="!(loc.FilesInUseExit)"> |
16 | <Publish Event="EndDialog" Value="Exit">1</Publish> | 15 | <Publish Event="EndDialog" Value="Exit" /> |
17 | </Control> | 16 | </Control> |
18 | <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="!(loc.FilesInUseBannerBitmap)" /> | 17 | <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="!(loc.FilesInUseBannerBitmap)" /> |
19 | <Control Id="Text" Type="Text" X="20" Y="55" Width="330" Height="30" Text="!(loc.FilesInUseText)" /> | 18 | <Control Id="Text" Type="Text" X="20" Y="55" Width="330" Height="30" Text="!(loc.FilesInUseText)" /> |