Kannan24 wrote
> 
> Could you please help me the following queries.
> 
> 1. How to display the feature (or how to get the feature) list in windows
> form from installing msi file? 
> 2. How to set the msi property values from class library? 
> 

1. You can get the feature information by parsing the
BootstrapperApplicationData.xml file. This file will be extracted to the
same directory as your custom BA assembly. Recently some additional feature
information was added so be sure to use the latest build.

Once you have this information it is up to you to figure out how to display
it using a WinForms control.

2. Use the MsiProperty elements as described in the WiX.chm file. The help
indicates that you can set the Value attribute to a burn variable (or
expression). So, just set the burn variable value in your BA and it will get
passed to the MSI during installation.

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WiX-3-6-Upgrade-Leaves-Files-in-Cache-v3-6-2520-0-to-v3-6-2527-0-tp7237051p7578744.html
Sent from the wix-users mailing list archive at Nabble.com.

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