Moved under "windows" dir.
This commit is contained in:
31
windows/install/interface/DialogFilesInUse.wxs
Normal file
31
windows/install/interface/DialogFilesInUse.wxs
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
||||
<Fragment>
|
||||
<UI Id="UI.dialog_files_in_use">
|
||||
<Dialog Id="FilesInUse" Width="375" Height="220" Title="[ProductName]" KeepModeless="yes">
|
||||
<Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="375" Height="220" TabSkip="no" Text="backdrop_warn.bmp" />
|
||||
<Control Id="Title" Type="Text" X="56" Y="13" Width="310" Height="57" Transparent="yes" NoPrefix="yes">
|
||||
<Text>[BigFont]Files in Use</Text>
|
||||
</Control>
|
||||
<Control Id="SubTitle" Type="Text" Height="23" Width="309" X="56" Y="35" Transparent="yes" NoPrefix="yes">
|
||||
<Text>[SubTitleFont]Some files that need to be updated are currently in use</Text>
|
||||
</Control>
|
||||
<Control Id="Description" Type="Text" X="9" Y="70" Width="357" Height="30" Transparent="yes" NoPrefix="yes">
|
||||
<Text>The following applications are using files that need to be updated by this setup. Close these applications and then click Retry to continue the installation or Cancel to exit it.</Text>
|
||||
</Control>
|
||||
<Control Id="List" Type="ListBox" X="9" Y="100" Width="357" Height="71" Property="FileInUseProcess" Sunken="yes" TabSkip="yes">
|
||||
<ListBox Property="FileInUseProcess" />
|
||||
</Control>
|
||||
<Control Id="Exit" Type="PushButton" X="175" Y="193" Width="56" Height="17" Text="[Button_Exit]">
|
||||
<Publish Event="EndDialog" Value="Exit">1</Publish>
|
||||
</Control>
|
||||
<Control Id="Ignore" Type="PushButton" X="242" Y="193" Width="56" Height="17" Text="[Button_Ignore]">
|
||||
<Publish Event="EndDialog" Value="Ignore">1</Publish>
|
||||
</Control>
|
||||
<Control Id="Retry" Type="PushButton" X="309" Y="193" Width="56" Height="17" Default="yes" Cancel="no" Text="[Button_Retry]">
|
||||
<Publish Event="EndDialog" Value="Retry">1</Publish>
|
||||
</Control>
|
||||
</Dialog>
|
||||
</UI>
|
||||
</Fragment>
|
||||
</Wix>
|
||||
Reference in New Issue
Block a user