Re: [WiX-users] Conditional Dialog Selection

2007-01-05 Thread Bob Arnson
Levi Wilson wrote: > Here's my theory...I *think* that the reason that this works when I do > not specify the "Order" attributes are because they get a value of > "1", and the installer probably grabs it out of the ControlEvent table > the order that I specified in my WiX source file. So, I thi

Re: [WiX-users] Conditional Dialog Selection

2007-01-04 Thread Levi Wilson
I found the answer as to why I was experiencing this behavior: "The installer starts each event in the order specified in the Ordering column. For example, a push button control can publish events to initiate a transition to another dialog b

Re: [WiX-users] Conditional Dialog Selection

2007-01-04 Thread Levi Wilson
Oops, I meant this for the first : On 1/4/07, Levi Wilson <[EMAIL PROTECTED]> wrote: Ahhh! Thank you so much! I've been messing around with this for a bit, and finally got it to work. I did run into a problem at first when I had the following for the CompleteButton in the SetupTypeDlg:

Re: [WiX-users] Conditional Dialog Selection

2007-01-04 Thread Levi Wilson
Ahhh! Thank you so much! I've been messing around with this for a bit, and finally got it to work. I did run into a problem at first when I had the following for the CompleteButton in the SetupTypeDlg:

Re: [WiX-users] Conditional Dialog Selection

2007-01-03 Thread Bob Arnson
Levi Wilson wrote: > Is it possible to optionally display a dialog in the wizard sequence > depending upon the features selected? Say that a component requires a > user to enter a server namehow do I not display the dialog in the > sequence if the component is not selected all the while not

[WiX-users] Conditional Dialog Selection

2007-01-03 Thread Levi Wilson
Is it possible to optionally display a dialog in the wizard sequence depending upon the features selected? Say that a component requires a user to enter a server namehow do I not display the dialog in the sequence if the component is not selected all the while not messing up the UI wizard? Fo