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