Hello,
I am having a Combobox on my installer which needs to be populated with list
of databases on a click of a button (GetDatabases).  I have a vbscript which
is used for the custom action. I can see the custom action working and
populating the combobox but it happens only when I leave the dialog box and
come back to the dialog box.  Any help will be appreciated.

<Control Id="SQLSERVER_DATABASE1" Type="ComboBox" X="120" Y="150" Width="150
" Height="18" TabSkip="no" Property="SQLSERVER_DATABASE1" ComboList="yes"
Sorted="yes" >

<ComboBox Property="SQLSERVER_DATABASE1">

</Control>

<Control Id="Get" Type="PushButton" X="280" Y="150" Width="56" Height="17"
Default="yes" Text="Get Database">

<Publish Event="DoAction" Value="GetDatabasesListCA"></Publish>

</Control>
-------------------------------------------------------------------------
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