Re: [WiX-users] Customizing Dialogs - InstallDirDlg doesn't show...why

2008-12-09 Thread Alex Cater
So what exactly is shown when you click next on your CustomOptionsDialog? I suggest you decompile the msi using Orca to see what is actually being generated by your authoring. zwombat wrote: > > That appears to be how it is correctly linked in my xml, however the > install > directory dialog s

Re: [WiX-users] Customizing Dialogs - InstallDirDlg doesn't show...why

2008-12-08 Thread zwombat
. -Original Message- From: Alex Cater [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2008 12:55 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Customizing Dialogs - InstallDirDlg doesn't show...why The authoring you provided does not correspond with your require

Re: [WiX-users] Customizing Dialogs - InstallDirDlg doesn't show...why

2008-12-08 Thread Alex Cater
The authoring you provided does not correspond with your requirements. The snippet below clearly indicates that your custom dialog will be shown after the license agreement dialog. If you want the InstallDirDlg to be shown then you must modify the markup accordingly. zwombat wrote: > >E

[WiX-users] Customizing Dialogs - InstallDirDlg doesn't show...why

2008-12-07 Thread zwombat
I needed to insert a dialog to ask some questions during installation but also make use of the existing WIXUI_ADVANCED dialogs. I found an example and it works great except that the InstallDirDlg doesn't show for some reason and I can't figure out why. Here's my UI section below. InstallDirDlg