Re: [WiX-users] Determining default features for installation in a bundle from custom BA

2014-07-17 Thread Tom Glastonbury
to > define a concept like INSTALLLEVEL in your BA if that's what you want . > > ___ > FireGiant | Dedicated support for the WiX toolset | > http://www.firegiant.com/ > > -Original Message- > From: Tom Glastonbury [mailto:

Re: [WiX-users] Determining default features for installation in a bundle from custom BA

2014-07-15 Thread Tom Glastonbury
us INSTALLLEVEL can for all > intents and purposes be ignored. > > ___ > FireGiant | Dedicated support for the WiX toolset | > http://www.firegiant.com/ > > -Original Message- > From: Tom Glastonbury [mailto:t...@zanyants.com] > Sent: Tuesday, July 15, 2014 2:34 AM >

[WiX-users] Determining default features for installation in a bundle from custom BA

2014-07-15 Thread Tom Glastonbury
Dear Wix Users, I'm working on the feature selection GUI of a custom (managed) BA. When running for installation, I need to determine which features of each package in the bundle should be installed by default: unless I'm missing something, this depends on comparing the INSTALLLEVEL property of th

[WiX-users] Dependency Extension - optional feature depends on product

2014-06-20 Thread Tom Glastonbury
Dear wix-users, I have an wixproj producing an MSI for some Product A which contains some Feature X that depends on some other Product B. Feature X is optional. I don't want to add a element to the element of Product A as this will always create a dependency even if Feature X is not installed. I