Re: [WiX-users] Patch installing component with Not Installed condition

2014-10-27 Thread kjk129
I have a very similar problem. I've created a single Feature install that includes a large set of files to install along with some other components such as one to install and modify the web.config. My new install works fine, however my Patch is trying to re-install the component for the

Re: [WiX-users] Patch installing component with Not Installed condition

2014-10-27 Thread Phil Wilson
A couple of things to keep in mind: 1. Patches are applied at the feature level, so that entire feature is patched. If you had separate features you could do a patch install command with a REINSTALL=feature being patched which would leave the other features alone, assuming they weren't being

Re: [WiX-users] Patch installing component with Not Installed condition

2012-09-28 Thread Tom Crozier
- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Thursday, September 27, 2012 10:51 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Patch installing component with Not Installed condition The Condition is only evaluated once unless the Component

[WiX-users] Patch installing component with Not Installed condition

2012-09-27 Thread Tom Crozier
I have an installer that contains the following component. Component Id=CompUser Guid={226F7E2A-2FBD-2ed4-B355-52C80E95A212} KeyPath=yes Condition![CDATA[NOT Installed]]/Condition Util:User Id=user.service Name=[USERACCOUNT]

Re: [WiX-users] Patch installing component with Not Installed condition

2012-09-27 Thread Rob Mensching
The Condition is only evaluated once unless the Component is marked Transitive='yes' On Thu, Sep 27, 2012 at 9:03 AM, Tom Crozier tcroz...@rackwise.com wrote: I have an installer that contains the following component. Component Id=CompUser Guid={226F7E2A-2FBD-2ed4-B355-52C80E95A212}