I've created a .net-based custom UI using a class
extending 
Microsoft.Tools.WindowsInstallerXml.Bootstrapper.BootstrapperApplication
(MBA).  From within my code, I'm trying to get a list of the MSIs and their
features so that I can create a Feature Tree style control to display in my
WPF UI. In looking at the various events and their args
(DetectMsiFeatureEventArgs, etc), I see how to get the PackageId,
FeatureId, ProductCode, but I'm not seeing a way to get any details beyond
the ID for the Packages, Features, etc.

Is there a way, from the BootstrapperApplication, to get additional details
about the MsiPackages chained within?

thanks
~John
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to