Hi,
I'm trying to create my own set of dialog in wix. I have been looking at
several examples which all pretty much do the same thing. However using
that same code does not work. I always get duplicate symbol errors on
the default dialogs.
<Wix xmlns="http://schemas.microsoft.com/wix/2003/01/wi">
<Fragment>
<UI Id="WixUI">
<TextStyle Id="WixUI_Font_Normal" FaceName="Tahoma" Size="8" />
<TextStyle Id="WixUI_Font_Bigger" FaceName="Tahoma" Size="12" />
<TextStyle Id="WixUI_Font_Title" FaceName="Tahoma" Size="9"
Bold="yes" />
<Property Id="DefaultUIFont" Value="WixUI_Font_Normal" />
<Property Id="WixUI_Mode" Value="FeatureTree" />
<DialogRef Id="LicenseAgreementDlg" />
<DialogRef Id="CustomizeDlg" />
<DialogRef Id="CustomDlg" />
<DialogRef Id="DiskCostDlg" />
<DialogRef Id="BrowseDlg" />
<DialogRef Id="VerifyReadyDlg" />
<DialogRef Id="MaintenanceWelcomeDlg" />
<DialogRef Id="MaintenanceTypeDlg" />
<DialogRef Id="VerifyRepairDlg" />
<DialogRef Id="VerifyRemoveDlg" />
<Property Id="WixUI_WelcomeDlg_Next" Value="CustomDlg" />
<Property Id="CustomDlg_Next" Value="LicenseAgreementDlg" />
<Property Id="WixUI_LicenseAgreementDlg_Back" Value="CustomDlg" />
<Property Id="WixUI_LicenseAgreementDlg_Next" Value="CustomizeDlg"
/>
<Property Id="WixUI_CustomizeDlg_BackChange"
Value="MaintenanceTypeDlg" />
<Property Id="WixUI_CustomizeDlg_BackCustom" Value="SetupTypeDlg"
/>
<Property Id="WixUI_CustomizeDlg_BackFeatureTree"
Value="LicenseAgreementDlg" />
<Property Id="WixUI_CustomizeDlg_Next" Value="VerifyReadyDlg" />
<Property Id="WixUI_VerifyReadyDlg_BackCustom"
Value="CustomizeDlg" />
<Property Id="WixUI_VerifyReadyDlg_BackChange"
Value="CustomizeDlg" />
<Property Id="WixUI_VerifyReadyDlg_BackRepair"
Value="MaintenanceTypeDlg" />
<Property Id="WixUI_VerifyReadyDlg_BackTypical"
Value="SetupTypeDlg" />
<Property Id="WixUI_VerifyReadyDlg_BackFeatureTree"
Value="CustomizeDlg" />
<Property Id="WixUI_VerifyReadyDlg_BackComplete"
Value="SetupTypeDlg" />
<Property Id="WixUI_MaintenanceWelcomeDlg_Next"
Value="MaintenanceTypeDlg" />
<Property Id="WixUI_MaintenanceTypeDlg_Change"
Value="CustomizeDlg" />
<Property Id="WixUI_MaintenanceTypeDlg_Repair"
Value="VerifyRepairDlg" />
<Property Id="WixUI_MaintenanceTypeDlg_Remove"
Value="VerifyRemoveDlg" />
<Property Id="WixUI_MaintenanceTypeDlg_Back"
Value="MaintenanceWelcomeDlg" />
<Property Id="WixUI_VerifyRemoveDlg_Back"
Value="MaintenanceTypeDlg" />
<Property Id="WixUI_VerifyRepairDlg_Back"
Value="MaintenanceTypeDlg" />
<InstallUISequence>
<Show Dialog="WelcomeDlg" After="MigrateFeatureStates">NOT
Installed</Show>
<Show Dialog="ResumeDlg" After="WelcomeDlg">Installed AND
(RESUME OR Preselected)</Show>
<Show Dialog="MaintenanceWelcomeDlg" After="ResumeDlg">Installed
AND NOT RESUME AND NOT Preselected</Show>
<Show Dialog="ProgressDlg" After="MaintenanceWelcomeDlg" />
<Show Dialog="PrepareDlg" After="LaunchConditions" />
</InstallUISequence>
</UI>
<UIRef Id="WixUI_Common" />
</Fragment>
</Wix>
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Register now and save $200. Hurry, offer ends at 11:59 p.m.,
Monday, April 7! Use priority code J8TLD2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users