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

2012-09-27 Thread Tom Crozier
I have an installer that contains the following component. This runs fine during the initial install. Now I have created a patch and have not modified this component but it is trying to run the code again even though the condition states NOT Installed.

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 web.confi

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= which would leave the other features alone, assuming they weren't being patched. A patch is sort

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 wrote: > I have an installer that contains the following component. > >Guid="{226F7E2A-2FBD-2ed4-B355-52C80E95A212}" KeyPath="yes"> > >

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

2012-09-28 Thread Tom Crozier
al Message- 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 Co