You need to change some things in the WixUI_InstallDir.wxs file to
change the sequencing of dialog boxes.

Rennie

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Anthony Wieser
> Sent: 20. april 2007 13:08
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Problems overriding dialog sequence
> 
> I'm trying (in vain) to add a registration dialog between the 
> License Agreement page, and the installDir dialog using the
>     <UIRef Id="WixUI_InstallDir" />
> default dialog set.
> 
> In my <UI></UI> section, I've added this:
> 
> <Publish Dialog="LicenseAgreementDlg" Control="Next" 
> Event="NewDialog" 
> Value="UserRegistrationDlg">LicenseAccepted = "1"</Publish>
>       <Publish Dialog="InstallDirDlg" Control="Back" 
> Event="NewDialog" 
> Value="UserRegistrationDlg" Order="2">1</Publish>
> 
> as well as the definition of my UserRegistrationDlg.
> 
> Unfortunately, when I look at the file using orca, I see that 
> there are two Next actions now:
> LicenseAgreementDlg Next NewDialog UserRegistrationDlg 
> LicenseAccepted = "1" 
> 1
> LicenseAgreementDlg Next NewDialog InstallDirDlg 
> LicenseAccepted = "1" 1
> 
> How can I remove the Next action for InstallDirDlg?
> 
> Anthony Wieser
> Wieser Software Ltd
> 
> 
> 
> --------------------------------------------------------------
> -----------
> 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
> 

-------------------------------------------------------------------------
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

Reply via email to