Re: [WiX-users] Upgrade Installs and Component Rules

2009-09-25 Thread Blair
- From: Scott Palmer [mailto:swpal...@gmail.com] Sent: Friday, September 25, 2009 6:15 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Upgrade Installs and Component Rules I assume you mean C1 and C1-prime in step 2. I have to refresh my memory on what is al

Re: [WiX-users] Upgrade Installs and Component Rules

2009-09-25 Thread Scott Palmer
.. Id='R3'/> > > > Blair > > -Original Message- > From: Scott Palmer [mailto:swpal...@gmail.com] > Sent: Wednesday, September 23, 2009 6:43 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Upgrade Installs and Comp

Re: [WiX-users] Upgrade Installs and Component Rules

2009-09-23 Thread John Ludlow
;> .../> >>   >>  <... Id='R3'/> >> >> >> I can work on the extra credit latter... >> >> -Original Message- >> From: Scott Palmer [mailto:swpal...@gmail.com] >> Sent: Monday, September 21, 2009 7:46 AM >> To

Re: [WiX-users] Upgrade Installs and Component Rules

2009-09-23 Thread Blair
ubject: Re: [WiX-users] Upgrade Installs and Component Rules And if R1 does not have a version resource? Most of the files involved will not have version resources. They will be text/XML, arbitrary binary data, or .jar files. Scott On Mon, Sep 21, 2009 at 2:19 PM, Blair wrote: > If you&#x

Re: [WiX-users] Upgrade Installs and Component Rules

2009-09-23 Thread Scott Palmer
t; > > Action='removeOnInstall' > .../> > > <... Id='R3'/> > > > I can work on the extra credit latter... > > -Original Message- > From: Scott Palmer [mailto:swpal...@gmail.com] > Sent: Monday, September 21, 2009

Re: [WiX-users] Upgrade Installs and Component Rules

2009-09-21 Thread Blair
y) <... Id='R3'/> I can work on the extra credit latter... -Original Message- From: Scott Palmer [mailto:swpal...@gmail.com] Sent: Monday, September 21, 2009 7:46 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Upgrade Installs

[WiX-users] Upgrade Installs and Component Rules

2009-09-21 Thread Scott Palmer
In version 1 of my application I have a component C1 which contains multiple resources. C1 = { R1, R2, R3 } The file R1 is the key path for C1. The rest of the application requires that the resources are installed with the same path and names in V1 and V2. In version 2 of my application I need