Re: [WiX-users] Bootstrapper Feature Selection

2015-06-30 Thread Sean Hall
On the MsiPackage element, you must set EnableFeatureSelection=yes (
http://wixtoolset.org/documentation/manual/v3/xsd/wix/msipackage.html) to
get feature information in BootstrapperApplicationData.xml.

On Tue, Jun 30, 2015 at 11:04 AM, Brian C Cooke tonic...@gmail.com wrote:

 How can I provide functionality for feature-level selection in my custom
 bootstrapper created by burn?  This link (

 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-create-a-feature-tree-with-burn-td7579948.html
 )
 seems to suggest I can do so by examining the
 BootstrapperApplicationData.xml
 file, but I don't see any feature level information here, only package
 information. The DetectMsiFeature and PlanMsiFeature events in
 BootstrapperApplication have a feature ID but not other information I would
 need to build a proper tree for the user like Feature Name, parent Feature,
 etc.

 What is the right way to accomplish this?  Am I expected to directly read
 the .msi in my custom bootstrapper using .NET?  Is there an easier way?

 Thanks,
 Brian

 --
 Don't Limit Your Business. Reach for the Cloud.
 GigeNET's Cloud Solutions provide you with the tools and support that
 you need to offload your IT needs and focus on growing your business.
 Configured For All Businesses. Start Your Cloud Today.
 https://www.gigenetcloud.com/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Bootstrapper Feature Selection

2015-06-30 Thread Brian C Cooke
How can I provide functionality for feature-level selection in my custom
bootstrapper created by burn?  This link (
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-create-a-feature-tree-with-burn-td7579948.html)
seems to suggest I can do so by examining the BootstrapperApplicationData.xml
file, but I don't see any feature level information here, only package
information. The DetectMsiFeature and PlanMsiFeature events in
BootstrapperApplication have a feature ID but not other information I would
need to build a proper tree for the user like Feature Name, parent Feature,
etc.

What is the right way to accomplish this?  Am I expected to directly read
the .msi in my custom bootstrapper using .NET?  Is there an easier way?

Thanks,
Brian
--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users