Re: [WiX-users] Feature Selection Using ADLOCAL property in WiX

2010-06-07 Thread Bob Arnson
On 6/7/2010 2:48 AM, Bijay Agarwal wrote: > > The MSI doc says you should not set ADDLOCAL to all. Use AddLocal in Publish elements instead. Then check a verbose log to see which features are being installed. -- sig://boB http://joyofsetup.com/ --

[WiX-users] Feature Selection Using ADLOCAL property in WiX

2010-06-06 Thread Bijay Agarwal
I have to create a package with three features FeatureA, FeatureB & FeatureC. The Feature selection is a RadioButtonGroup with selectable options being: option 1 : FeatureA,FeatureB & FeatureC. option 2 : FeatureB option 3 : FeatureC I have created a Custom Dialog: