Re: [WiX-users] problem on setting passing selected feature from burn to msi

2013-02-14 Thread Rob Mensching
Don't use ADDLOCAL or any of those other properties to control feature states. It won't work out well in the end. Instead, EnableFeatureSelection on your MsiPackage then use the Feature callbacks from Burn to control Feature states. On Wed, Feb 13, 2013 at 11:04 PM, Nan Zang wrote: > I think I

Re: [WiX-users] problem on setting passing selected feature from burn to msi

2013-02-13 Thread Nan Zang
I think I found the issue. In bundle msipackage definition I need to define the following. Property to make it work Sent from my Windows Phone From: Nan Zang Sent: ‎2/‎13/‎2013 7:15 PM To: General discussion for Windows Installer X