Re: [WiX-users] GAC File Update

2011-04-07 Thread CoolBreeze
ent before printing this e-mail > > > -Original Message- > > From: CoolBreeze [mailto:coolbreeze...@googlemail.com] > > Sent: Thursday, April 07, 2011 7:48 AM > > To: General discussion for Windows Installer XML toolset. > > Subject: Re: [WiX-users] GAC File Update

Re: [WiX-users] GAC File Update

2011-04-07 Thread Castro, Edwin G. (Hillsboro)
environment before printing this e-mail > -Original Message- > From: CoolBreeze [mailto:coolbreeze...@googlemail.com] > Sent: Thursday, April 07, 2011 7:48 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] GAC File Update > > I&#x

Re: [WiX-users] GAC File Update

2011-04-07 Thread CoolBreeze
> > -Original Message- > From: Castro, Edwin G. (Hillsboro) [mailto:edwin.cas...@fiserv.com] > Sent: Wednesday, April 06, 2011 3:16 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] GAC File Update > > I was also under the impressio

Re: [WiX-users] GAC File Update

2011-04-06 Thread Wilson, Phil
nt: Wednesday, April 06, 2011 3:16 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] GAC File Update I was also under the impression that FileVersion did *not* contribute to the naming attributes for a cached assembly. That is the reason I asked. Phil, you s

Re: [WiX-users] GAC File Update

2011-04-06 Thread Castro, Edwin G. (Hillsboro)
printing this e-mail > -Original Message- > From: Wilson, Phil [mailto:phil.wil...@invensys.com] > Sent: Wednesday, April 06, 2011 2:30 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] GAC File Update > > On the rollback point, y

Re: [WiX-users] GAC File Update

2011-04-06 Thread Wilson, Phil
11:40 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] GAC File Update The scheduling just depends on whether you want to perform a full uninstall/reinstall and whether or not you want rollback support. Scheduling after InstallInitialize does a full uninstall wi

Re: [WiX-users] GAC File Update

2011-04-06 Thread CoolBreeze
Thanks for the responses guys. I'm looking over my setup more and I'll check out that link. On Wed, Apr 6, 2011 at 5:51 AM, David Watson wrote: > If you are following the major upgrade rules > (http://wix.sourceforge.net/manual-wix3/major_upgrade.htm) your 1.1.0.0 > dll > should be upgraded to 1

Re: [WiX-users] GAC File Update

2011-04-06 Thread Jacques Eloff
The scheduling just depends on whether you want to perform a full uninstall/reinstall and whether or not you want rollback support. Scheduling after InstallInitialize does a full uninstall without rollback support - but others can correct me. The important thing is having the file version set. Als

Re: [WiX-users] GAC File Update

2011-04-06 Thread Castro, Edwin G. (Hillsboro)
> Also, take a look at http://support.microsoft.com/kb/905238 > > If the assembly version remains the same, but the assembly file version > changes, you will need to schedule RemoveExistingProducts after > InstallIntialize The linked article contradicts the recommendation above to schedule Remov

Re: [WiX-users] GAC File Update

2011-04-06 Thread Jacques Eloff
Also, take a look at http://support.microsoft.com/kb/905238 If the assembly version remains the same, but the assembly file version changes, you will need to schedule RemoveExistingProducts after InstallIntialize Jacques On Wed, Apr 6, 2011 at 2:51 AM, David Watson wrote: > If you are followin

Re: [WiX-users] GAC File Update

2011-04-06 Thread David Watson
If you are following the major upgrade rules (http://wix.sourceforge.net/manual-wix3/major_upgrade.htm) your 1.1.0.0 dll should be upgraded to 1.1.0.1. You should note that the component code of this dll should not have changed. If it's not create a log and see what's happening. As to your need t