Re: [WiX-users] relationship between components and features

2014-01-30 Thread Rob Mensching
iX toolset. Subject: Re: [WiX-users] relationship between components and features To be clear, in my example both the Feature and the Components are conditioned on a public property loaded by a registry entry. I have used Feature states, but only to control UI dialog flow. -- John Merryweat

Re: [WiX-users] relationship between components and features

2014-01-30 Thread John Cooper
#x27;d use Feature states in conditions. -Original Message- From: John Cooper [mailto:jocoo...@jackhenry.com] Sent: Thursday, January 30, 2014 6:30 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] relationship between components and features What would you inject?

Re: [WiX-users] relationship between components and features

2014-01-30 Thread Rob Mensching
conditions. -Original Message- From: John Cooper [mailto:jocoo...@jackhenry.com] Sent: Thursday, January 30, 2014 6:30 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] relationship between components and features What would you inject? Conditions on the Feature can be

Re: [WiX-users] relationship between components and features

2014-01-30 Thread John Cooper
ccepts erroneous, or at least, very misleading construct. Thank you -Original Message- From: Nicolás Alvarez [mailto:nicolas.alva...@gmail.com] Sent: Wednesday, January 29, 2014 7:03 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] relationship between components a

Re: [WiX-users] relationship between components and features

2014-01-30 Thread Rob Mensching
: [WiX-users] relationship between components and features I understand and agree with what you said. One would think that Feature container and references assure proper isolation. If MSI does not support that wix compiler should (i.e. inject extra condition). Instead wix silently accepts erroneous

Re: [WiX-users] relationship between components and features

2014-01-30 Thread Marek Mielcarek
-Original Message- From: Nicolás Alvarez [mailto:nicolas.alva...@gmail.com] Sent: Wednesday, January 29, 2014 7:03 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] relationship between components and features 2014-01-29 Marek Mielcarek : > Please take a look

Re: [WiX-users] relationship between components and features

2014-01-29 Thread Nicolás Alvarez
2014-01-29 Marek Mielcarek : > Please take a look at this pseudo-code that represents my WiX xml: > > > > > > > > ... > > > > > > > > > > > > > > > My intention was to run/schedule CA1 only for Feature1 and CA2 for Feature2 > respectively. To

[WiX-users] relationship between components and features

2014-01-29 Thread Marek Mielcarek
Please take a look at this pseudo-code that represents my WiX xml: ... My intention was to run/schedule CA1 only for Feature1 and CA2 for Feature2 respectively. To my surprise, when the installer runs with only one feature enabled (ADDLOC