Is there currently any simple way to associate a checkbox with feature 
installation for a specific MSI? From what I've read the only way would be to 
do conditional installation with ADDLOCAL MsiProperty's set to the feature 
name, e.g.

<MsiPackage SourceFile="msi1.msi" InstallCondition="Feature1 = 1"><MsiProperty 
Name="ADDLOCAL" Value="Feature1"/></MsiPackage>
<MsiPackage SourceFile="msi1.msi" InstallCondition="Feature1 = 0"/>

-- 
Bruce Cran
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to