Re: [WiX-users] Condition on components validation

2013-08-21 Thread Natalie Carr
). > From: natalie.c...@measuresoft.com > To: wix-users@lists.sourceforge.net > Date: Tue, 20 Aug 2013 09:08:02 +0100 > Subject: Re: [WiX-users] Condition on components validation > > Hi John, > > Ah that makes sense, I didn't know that. The component is a registry

Re: [WiX-users] Condition on components validation

2013-08-20 Thread Blair Murri
rom: natalie.c...@measuresoft.com > To: wix-users@lists.sourceforge.net > Date: Tue, 20 Aug 2013 09:08:02 +0100 > Subject: Re: [WiX-users] Condition on components validation > > Hi John, > > Ah that makes sense, I didn't know that. The component is a registry value > and ge

Re: [WiX-users] Condition on components validation

2013-08-20 Thread Natalie Carr
Windows Installer XML toolset. Subject: Re: [WiX-users] Condition on components validation Well, on a "Repair", a previously installed component is going to be reinstalled. By default, component conditions are considered only once. You'd need to make the Component Transitive.

Re: [WiX-users] Condition on components validation

2013-08-20 Thread Natalie Carr
there? Thanks for your help Natalie -Original Message- From: John Cooper [mailto:jocoo...@jackhenry.com] Sent: 19 August 2013 17:01 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Condition on components validation Well, on a "Repair", a previ

Re: [WiX-users] Condition on components validation

2013-08-19 Thread John Cooper
jackhenry.com www.jackhenry.com -Original Message- From: Natalie Carr [mailto:natalie.c...@measuresoft.com] Sent: Monday, August 19, 2013 10:34 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Condition on components validation I have a conditional component and the condition

[WiX-users] Condition on components validation

2013-08-19 Thread Natalie Carr
I have a conditional component and the conditional statement is created via a custom actin that is run in the Install Execute Sequence before the CostFinalize action. However the component is always getting installed regardless of the condition. My Condition: PROMPTLOCKMODE = "0" I have che