In article <[EMAIL PROTECTED]>,
    "pavan gadam" <[EMAIL PROTECTED]>  writes:

> Is there any event that can track change of the Item selection?

Windows Installer UI is simple.  It is not an event/callback
mechanism, really.  Its declarative and the number of events you can
listen to is limited.  UI designs from Windows Client style
applications (MFC, .NET Windows Forms, VB6 Forms, etc.) get to do all
sorts of fancy things which aren't available in Windows Installer.
However, that doesn't mean you can achieve your goals, it just means
you have to do it in a different way.

Read up on the events in the Windows Installer UI and change your UI
design to match the capabilities of Windows Installer.  I've done
fairly complex UIs in Windows Installer, complete with error checking,
conditional messages and so-on.  You can do everything you need to do,
but not necessarily the way you'd do it in MFC or Windows Forms.
-- 
"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