dB. wrote:

1. I need to execute the custom action before the dialog. I added it to the InstallUISequence and it executes the first time just fine and I get my items. But if I navigate away from the dialog and come back to it, the dialog is re-created and an old selection is no longer valid. The MSI fails saying that the selection is invalid. So I need to re-execute the custom action and hope that I get the same list again? If so, how do I do that? (I can try to hookup the CA on next and prev buttons around this dialog, but it sounds like too much work).


That's probably the easiest/best way. There's no "initdialog" event.


2. I'd like to have an empty ComboBox when I don't have DMO installed or any available servers. MSI never runs without any items in the ComboBox. Is this by design?


<shrug> You can have a "<none>" entry you detect in a control condition.

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
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

Reply via email to