Re: [WiX-users] Using the same MSI to add to an existing list of features

2009-02-06 Thread Rob Mensching
Uhh, no. Not possible to modify the install state of features of one MSI from another. That's weird. Sounds like you really want a bootstrapper/chainer that can see across multiple MSI files. -Original Message- From: Greg Silin [mailto:greg.si...@microsoft.com] Sent: Friday, February

Re: [WiX-users] Using the same MSI to add to an existing list of features

2009-02-06 Thread Wilson, Phil
Step 1 is just a standard install, I think that's what you're saying, where the user chooses FeatA and FeatB from the feature tree. Step 2 a) is maintenance mode from Add/Remove Programs where the user selects FeatC to add. That's pretty standard if you've ever changed features from Add/Remove P