Hello Everyone,

I have included wcautil.lib in my project. I get a fatal error LNK1104:
Cannot open file 'wcautil.lib' error during compilation...
Please let me know what else i need to include other than wcautil.lib and
dutil.lib

Thanks and Regards,
Surekha Vuchuru


dB. wrote:
> 
> I am trying to populate a combo box with a list of SQL servers. I wrote
> accustom action that inserts the items into the combo box and I am
> facing two issues.
> 
>  
> 
> 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).
> 
> 
> 
> 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?
> 
>  
> 
> Thx
> 
> dB.
> 
>  
> 
> -dB.
> 
> dblock.org <http://www.dblock.org/>  / foodcandy.com
> <http://www.foodcandy.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
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/How-do-I-execute-a-custom-action-before-a-dialog--tp709502p1486710.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to