Re: [WiX-users] Component Rules

2013-09-06 Thread Blair Murri
To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Component Rules > > Yeah actually that's quite nice. > > > On 29 August 2013 18:50, John Cooper wrote: > > > I like that. A little table-driven touch custom action. > > > > -- > > John

Re: [WiX-users] Component Rules

2013-08-29 Thread John Ludlow
KS 66227 > Office: 913-341-3434 x791011 > jocoo...@jackhenry.com > www.jackhenry.com > > > > > -Original Message- > From: Phil Wilson [mailto:phildgwil...@gmail.com] > Sent: Thursday, August 29, 2013 12:30 PM > To: General discussion for Windows Installer XML

Re: [WiX-users] Component Rules

2013-08-29 Thread Phil Wilson
I've used it in your scenario - here's an example of the (almost) reverse scenario: http://blogs.msdn.com/b/astebner/archive/2013/05/23/10421023.aspx Phil Wilson On Thu, Aug 29, 2013 at 11:29 AM, wrote: > @Phil Wilson: I like that idea. It seems less destructive than removing > the files and

[WiX-users] Component Rules

2013-08-29 Thread tyler.w.reid
@Phil Wilson: I like that idea. It seems less destructive than removing the files and I wouldn't have to worry about rollback. Tyler Reid | Operations and Infrastructure | Accenture Software | P&C Insurance 1807 Jones Street | Bolivar, MO 65613| USA Office: +cc.xxx.xxx. | Fax: 417.777.3792 E-

Re: [WiX-users] Component Rules

2013-08-29 Thread Phil Wilson
ry & Associates, Inc.(r) > > Shawnee Mission, KS 66227 > > Office: 913-341-3434 x791011 > > jocoo...@jackhenry.com > > www.jackhenry.com > > > > > > > > > > -Original Message- > > From: John Ludlow [mailto:john.ludlow...@gmail.co

Re: [WiX-users] Component Rules

2013-08-29 Thread John Cooper
l Wilson [mailto:phildgwil...@gmail.com] Sent: Thursday, August 29, 2013 12:30 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Component Rules If they're not being replaced because of the file modification rules, then you could write a custom actio

[WiX-users] Component Rules

2013-08-29 Thread tyler.w.reid
Thank you all for all of your help. We have decided to use the RemoveFile method for now as we are currently about to release a minor and need this fix in it however at the end of the year we have a major release and may change it to use CompanionFiles then. Tyler Reid | Operations and Infrastr

Re: [WiX-users] Component Rules

2013-08-29 Thread John Ludlow
Interesting. My experience with that in the past (I tried to use it to solve a similar problem) was that it didn't work because the decision about whether to install a particular file was made in the script generation phase (where immediate actions run) but RemoveFile runs after that. But that was

Re: [WiX-users] Component Rules

2013-08-29 Thread John Cooper
ge- From: tyler.w.r...@accenture.com [mailto:tyler.w.r...@accenture.com] Sent: Thursday, August 29, 2013 9:28 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Component Rules @John Ludlow: Ok I was following what I found in a wix email chain by Chad Peterson from 2011. The post is below as

[WiX-users] Component Rules

2013-08-29 Thread tyler.w.reid
@John Ludlow: Ok I was following what I found in a wix email chain by Chad Peterson from 2011. The post is below as well as the url to the entire email chain. Another option is to use the element tied to the same Component as your element. This will always clear out the existing file prior to t

Re: [WiX-users] Component Rules

2013-08-29 Thread John Ludlow
S 66227 > Office: 913-341-3434 x791011 > jocoo...@jackhenry.com > www.jackhenry.com > > > > > -Original Message- > From: John Ludlow [mailto:john.ludlow...@gmail.com] > Sent: Thursday, August 29, 2013 8:35 AM > To: General discussion for Windows Installer XML to

Re: [WiX-users] Component Rules

2013-08-29 Thread John Cooper
enry & Associates, Inc.(r) > Shawnee Mission, KS 66227 > Office: 913-341-3434 x791011 > jocoo...@jackhenry.com > www.jackhenry.com > > > > > -Original Message- > From: tyler.w.r...@accenture.com [mailto:tyler.w.r...@accenture.com] > Sent: Thursday, August 29

Re: [WiX-users] Component Rules

2013-08-29 Thread John Ludlow
> Shawnee Mission, KS 66227 > Office: 913-341-3434 x791011 > jocoo...@jackhenry.com > www.jackhenry.com > > > > > -Original Message- > From: tyler.w.r...@accenture.com [mailto:tyler.w.r...@accenture.com] > Sent: Thursday, August 29, 2013 8:01 AM > To: wix

Re: [WiX-users] Component Rules

2013-08-29 Thread John Ludlow
Well, it probably won't do what you're expecting. By the time RemoveFiles runs, the install has already decided it won't install those files, so what will most likely happen is it will remove the file but not install the new version. A trick (well, a horrible hack, really) I've used is called vers

Re: [WiX-users] Component Rules

2013-08-29 Thread John Cooper
jackhenry.com -Original Message- From: tyler.w.r...@accenture.com [mailto:tyler.w.r...@accenture.com] Sent: Thursday, August 29, 2013 8:01 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Component Rules If I add a to an existing component for a minor upgrade will that violate the compon

[WiX-users] Component Rules

2013-08-29 Thread tyler.w.reid
If I add a to an existing component for a minor upgrade will that violate the component rules? As in one of our minor upgrades a customer ran into a problem of some .js and .xsl files not getting upgraded because they were modified by the version control system they put them in after they insta

Re: [WiX-users] Component Rules Question

2010-08-20 Thread Chris Lord
om] > Sent: Thursday, August 19, 2010 9:13 AM > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] Component Rules Question > > Hi All, > > This should be dead quick. Despite reading through numerous pieces of > information, both on MSDN and in the

Re: [WiX-users] Component Rules Question

2010-08-20 Thread Blair
ndows Installer XML toolset. Subject: [WiX-users] Component Rules Question Hi All, This should be dead quick. Despite reading through numerous pieces of information, both on MSDN and in the archives, I am still a little confused by the Component Rules and I'd like to get some clarification if som

[WiX-users] Component Rules Question

2010-08-19 Thread Chris Lord
Hi All, This should be dead quick. Despite reading through numerous pieces of information, both on MSDN and in the archives, I am still a little confused by the Component Rules and I'd like to get some clarification if someone has a moment. I have an installer that installer an .EXE and a num

Re: [WiX-users] Component rules

2010-06-22 Thread Blair
No, it does not. -Original Message- From: Uma Harano [mailto:uhar...@esri.com] Sent: Tuesday, June 22, 2010 11:30 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Component rules Hi, Does this below break the component rules? Create one merge module

[WiX-users] Component rules

2010-06-22 Thread Uma Harano
Hi, Does this below break the component rules? Create one merge module with a set of files. This merge module is installed to different locations on disc with multiple msis. Does this break any component rules because one merge module (with one set of components) is installed to different locat

Re: [WiX-users] Component Rules 101

2010-02-01 Thread Ondrej Zarevucky
Hi, I've asked about similar issue a few days ago (on 7th January 2010): http://n2.nabble.com/Question-about-Shared-Components-and-their-Key-Paths-td4265681.html#a4265681 There is a blog post mentioning the components are tracked for each product independently: http://blogs.msdn.com/heaths/archiv

Re: [WiX-users] Component Rules 101

2010-02-01 Thread MikeR
Windows Installer registers components using the component GUID, ProductCode and key path to the component. So for files, each instance of the component, based on ProductCode registers with its own path. The component can be registered more than once to the same path as well but each instance of

[WiX-users] Component Rules 101

2010-02-01 Thread John Aldridge
I've read http://robmensching.com/blog/posts/2003/10/18/Component-Rules-101 and I'm still confused about something. Suppose a component gets installed more than once, but to different places. This can happen if several product installers include the same component (same component GUID, containi

Re: [WiX-users] Component Rules

2008-07-18 Thread Rob Mensching
sFolder\Microsoft Shared\Office10". That was fun... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Nannenga Sent: Wednesday, July 16, 2008 21:43 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Compon

Re: [WiX-users] Component Rules

2008-07-17 Thread Steve Baker
teve Baker" <[EMAIL PROTECTED]> Sent: Thursday, July 17, 2008 11:24 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Component Rules Thank you all for the discussion. I still find myself unable to understand what risk is posed in this situation by me intentionally igno

Re: [WiX-users] Component Rules

2008-07-17 Thread Steve Baker
l leaving one behind as was mentioned earlier. I'm not having a hard time with the basics of component rules, i have read through and have a fairly good understanding of what they are and where i have chosen to violate them. I am having a hard time seeing what may break on my web server if i mak

Re: [WiX-users] Component Rules

2008-07-17 Thread John Nannenga
PROTECTED] On Behalf Of jmcfadyen Sent: Thursday, July 17, 2008 2:07 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Component Rules hi john, I see your point this is something that I have not experienced in the past and doesnt seem to follow normal known logic. you mind if i test this

Re: [WiX-users] Component Rules

2008-07-17 Thread jmcfadyen
= > > > WixProject2: Product.wxs > ==[BEGIN=== > > http://schemas.microsoft.com/wix/2006/wi";> > Language="1033" Version="1.0.0.0" Manufacturer="WixProject2" > UpgradeCode="04a4766b-1d31-4ab7-bb57-e5d5b02ad6de"> > >

Re: [WiX-users] Component Rules

2008-07-16 Thread John Nannenga
ROTECTED] [EMAIL PROTECTED] On Behalf Of jmcfadyen [EMAIL PROTECTED] Sent: Wednesday, July 16, 2008 11:17 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Component Rules to be honest i dont have a good answer for that question. even if there was a good answer there is no tools

Re: [WiX-users] Component Rules

2008-07-16 Thread jmcfadyen
ehalf Of jmcfadyen > [EMAIL PROTECTED] > Sent: Wednesday, July 16, 2008 9:15 PM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Component Rules > > hi all, > > I think you may be getting confused with reference counting here. There > are > two diff

Re: [WiX-users] Component Rules

2008-07-16 Thread Bob Arnson
Steve Baker wrote: > My conclusion from my testing still leads me to believe that in my situation, > at least for files, there shouldn't be any chance of one web application > breaking another even though the component id is the same for two separate > resources. John's statement that ref-counti

Re: [WiX-users] Component Rules

2008-07-16 Thread John Nannenga
ECTED] Sent: Wednesday, July 16, 2008 9:32 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Component Rules hi chad, in reading this further this doesn't seem to follow known logic. this could easily be confirmed by monitoring the registry at the locations described in my bl

Re: [WiX-users] Component Rules

2008-07-16 Thread jmcfadyen
hi chad, in reading this further this doesn't seem to follow known logic. this could easily be confirmed by monitoring the registry at the locations described in my blog post before and after each installation. the logic you present in this case doesn't match the logic I have accustomed myself t

Re: [WiX-users] Component Rules

2008-07-16 Thread John Nannenga
PROTECTED] [EMAIL PROTECTED] On Behalf Of jmcfadyen [EMAIL PROTECTED] Sent: Wednesday, July 16, 2008 9:15 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Component Rules hi all, I think you may be getting confused with reference counting here. There are two different types of reference

Re: [WiX-users] Component Rules

2008-07-16 Thread jmcfadyen
keys, Both will be written. However, at uninstall, only the last to be > uninstalled, will be uninstalled. > > > > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Steve Baker > Sent: Wednesday, July 16, 2008 11:50

Re: [WiX-users] Component Rules

2008-07-16 Thread Steve Baker
;, "wix-users@lists.sourceforge.net" , "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Subject: RE: [WiX-users] Component Rules I believe component ref-counting for file based data is handled at the product code and location level. That's why Chad see's the res

Re: [WiX-users] Component Rules

2008-07-16 Thread John Nannenga
ever, at uninstall, only the last to be uninstalled, will be uninstalled. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Baker Sent: Wednesday, July 16, 2008 11:50 AM To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] C

Re: [WiX-users] Component Rules

2008-07-16 Thread Steve Baker
Chad, The situation you describe is exactly what we will be doing. All 30 of these web applications get installed to the same machine, all to different locations on the file system. Until yesterday I believed exactly as you have stated, the second application updating the Component reference wo