In article <[EMAIL PROTECTED]>,
    Grigory Konovalov <[EMAIL PROTECTED]>  writes:

> I want view new values right away after "FillDatabaseCustomAction" executed.
> How can I do this?

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.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

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