Re: [WiX-users] BA has problem adding a feature

2013-04-01 Thread Rob Mensching
} > } > > Thanks, > Nan > -Original Message- > From: Rob Mensching [mailto:r...@robmensching.com] > Sent: Monday, April 01, 2013 2:22 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] BA has problem addin

Re: [WiX-users] BA has problem adding a feature

2013-04-01 Thread Nan Zang
= FeatureState.Absent; } } } Thanks, Nan -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Monday, April 01, 2013 2:22 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] BA has problem adding a feature Don&#

Re: [WiX-users] BA has problem adding a feature

2013-04-01 Thread Rob Mensching
Don't try to control feature states using the properties. Instead, turn on EnableFeatureSelection and handle the PlanFeature callback from the engine. The ADDLOCAL property and friends won't give you the control necessary to succeed. On Mon, Apr 1, 2013 at 2:10 PM, Nan Zang wrote: > Hi, > > I

[WiX-users] BA has problem adding a feature

2013-04-01 Thread Nan Zang
Hi, I am building a bootstrapper based on the managed BA (I am using a customized WPF UI), but met with the following issue. My BA.exe refers to an MsiPackage, which contains two features (WebService and AdminTool). If everything is not installed, if user selects AdminTool, the BA will call