Hi.
Here I must write information about this dialog?
I have FileInUseDlg.wxs:
...
*<Dialog Id="FilesInUse" Width="370" Height="270" Title="[ProductName]
[Setup]" NoMinimize="yes" KeepModeless="yes">
<Control Id="Retry" Type="PushButton" X="304" Y="243" Width="56" Height="17"
Default="yes" Cancel="no" Text="[ButtonText_Retry]">
<Publish Event="EndDialog" Value="Retry">1</Publish>
</Control>
<Control Id="Ignore" Type="PushButton" X="235" Y="243" Width="56"
Height="17" Text="[ButtonText_Ignore]">
<Publish Event="EndDialog" Value="Ignore">1</Publish>
</Control>
<Control Id="Exit" Type="PushButton" X="166" Y="243" Width="56" Height="17"
Text="[ButtonText_Exit]">
<Publish Event="EndDialog" Value="Exit">1</Publish>
</Control>
<Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="450" Height="44"
TabSkip="no" Text="[BannerBitmap]" />
<Control Id="Description" Type="Text" X="65" Y="20" Width="280" Height="20"
Transparent="yes" NoPrefix="yes">
<Text>[DlgTopFont]Some files that need to be updated are currently in
use.</Text>
</Control>
<Control Id="Text" Type="Text" X="20" Y="55" Width="330" Height="30">
<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="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="2" />
<Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15"
Transparent="yes" NoPrefix="yes">
<Text>[DlgTitleFont]Files in Use</Text>
</Control>
<Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="2" />
<Control Id="List" Type="ListBox" X="20" Y="87" Width="340" Height="130"
Property="FileInUseProcess" Sunken="yes" TabSkip="yes">
<ListBox Property="FileInUseProcess" />
</Control>
</Dialog>*
*...
*
It compiles, but don't link.
Error LGHT0204: ICE20: Standard Dialog: 'FilesInUse' not found in Dialog
table
All other standart dialogs compiled and link correctly.
This code copied from project, written in WiX2 and worked later (until 2
version, now I want to migrate to version 3).
Thanks.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users