On 27-Apr-11 12:13, Vadym Verba wrote:
> 1)      DetectPackageCompleteEventArgs contains "PackageId". Where could I
> use this information? Could I somehow get access to .msi itself, described in
> <Chain>  with detected "PackageId"?

You can use it to set properties on that package or make decisions about 
what to show in your BA. See src\Setup\UX\InstallationViewModel.cs, for 
example.

> 2)      DetectMsiFeatureEventArgs contains "PackageId" and "FeatureId". How
> can I restore Feature hierarchy of detected package? I need to show Features
> TreeView but I can't find how to detect proper hierarchy structure.

You can get a list of features from the BA manifest, but it doesn't 
record the hierarchy.

-- 
sig://boB
http://joyofsetup.com/


------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to