In article <[EMAIL PROTECTED]>,
    Sergey Abakumoff <[EMAIL PROTECTED]>  writes:

> However, BrowseDlg always shows SAMPLESDIR folder, it doesn't matter that
> button was clicked - ProgramFilesBrowse or SamplesBrowse.

Don't use DoAction to change the property, use a property setting
control event.

When processing control events, Windows Installer builds some sort of
property dependency graph based on the events.  By putting the
property change in the custom action via DoAction, the properties
don't get updated correctly.
-- 
"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