>>Add to your control events dummy property setting events that set the
>>property to its existing value, i.e. Foo=[Foo].  Unless you do this,
>>Windows Installer's UI engine doesn't think those properties have been
>>changed when this control is processed (because they were changed in
>>your custom action, but not explicitly in the control events for this
>>control).  Because it doesn't think the properties have changed, it
>>doesn't refresh the controls on the dialogs.  This is probably a bug
>>in the event processing, but you can work around it with the control
>>events I describe above.

Sorry, could you give us small example? We've made as you said but it still not 
working.
Here is how we've made it:
<Control Id="databaseNameComboBox" Type="ComboBox" X="130" Y="80" Width="160"
Height="16"
Property="SQLDATABASES" RightToLeft="yes" ComboList="yes">
<Publish Event="DoAction" Value="FillDatabaseCustomAction"
Order="1">1</Publish> - this work, but new values show after change dialog (go 
to another dialog and return to this dialog)
<!--<Publish Event="[SQLDATABASES]" Value="[SQLDATABASES]" Order="2" /> - this 
didn't help-->
<!--<Publish Property="SQLDATABASES" Value="[SQLDATABASES]" Order="2" /> - this 
didn't help also-->

Thanks a lot!

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