Re: [WiX-users] Patch build with GAC update

2008-06-20 Thread Neil Sleightholm
sers] Patch build with GAC update I am new to WIX and MSI. can I use REINSTALLMODE to force replace assembly in the GAC? Neil Sleightholm wrote: > > That sounds like a bug to me, I would add it to the WiX bug database. > > Neil > > Neil Sleightholm > X2 Systems Limited &g

Re: [WiX-users] Patch build with GAC update

2008-06-20 Thread wixuser1105
I am new to WIX and MSI. can I use REINSTALLMODE to force replace assembly in the GAC? Neil Sleightholm wrote: > > That sounds like a bug to me, I would add it to the WiX bug database. > > Neil > > Neil Sleightholm > X2 Systems Limited > [EMAIL PROTECTED] > --

Re: [WiX-users] Patch build with GAC update

2008-06-20 Thread Neil Sleightholm
-users@lists.sourceforge.net Subject: Re: [WiX-users] Patch build with GAC update msp file has only 2 tables, MsiPatchMetadata and MsiPatchSequence. but the baseline and the upgraded msi files has fileversion row in tghe MsiAssemblyName table currectly. Sajid. That does show that the file is not

Re: [WiX-users] Patch build with GAC update

2008-06-19 Thread wixuser1105
msp file has only 2 tables, MsiPatchMetadata and MsiPatchSequence. but the baseline and the upgraded msi files has fileversion row in tghe MsiAssemblyName table currectly. Sajid. That does show that the file is not being replaced. I am wondering whether the patch generating tool is doing the eq

Re: [WiX-users] Patch build with GAC update

2008-06-19 Thread Neil Sleightholm
PROTECTED] <mailto:[EMAIL PROTECTED]> From: [EMAIL PROTECTED] on behalf of wixuser1105 Sent: Thu 19/06/2008 06:34 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Patch build with GAC update Hi Neil, Thanks for the response.. Yes, the log says.

Re: [WiX-users] Patch build with GAC update

2008-06-18 Thread wixuser1105
Hi Neil, Thanks for the response.. Yes, the log says.. MSI (c) (0C:28) [13:45:05:326]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'. MSI (c) (0C:28) [13:45:05:326]: skipping installation of assembly component: {646909B9-8B31-4429-9556-82AE57B3F4EE} since the assembly already e

Re: [WiX-users] Patch build with GAC update

2008-06-18 Thread Neil Sleightholm
Just to add to what Phil Wilson wrote: >>The resulting MSI file will have a FileVersion row in the MsiAssemblyName table. Unless I am mistaken this will only be true if you use the -fv option to light. Neil Neil Sleightholm X2 Systems Limited [EMAIL PROTECTED] ---

Re: [WiX-users] Patch build with GAC update

2008-06-18 Thread Wilson, Phil
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of wixuser1105 Sent: Wednesday, June 18, 2008 12:06 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Patch build with GAC update I'm afraid I have only ever done this as a major upgra

Re: [WiX-users] Patch build with GAC update

2008-06-18 Thread Neil Sleightholm
ROTECTED]> From: [EMAIL PROTECTED] on behalf of wixuser1105 Sent: Wed 18/06/2008 08:05 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Patch build with GAC update I'm afraid I have only ever done this as a major upgrade, I don't think it should

Re: [WiX-users] Patch build with GAC update

2008-06-18 Thread wixuser1105
I'm afraid I have only ever done this as a major upgrade, I don't think it should matter. But would I have to change the version number for the major upgrd? All we have is a minor change to one of the assemblies and this assembly could be used to host a strongly typed remoting object. if I cha

Re: [WiX-users] Patch build with GAC update

2008-06-17 Thread Neil Sleightholm
ne option > with light it will set a flag in the MSI to make it check the file > version. > I hope this helps. Neil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wix User Sent: 17 June 2008 09:02 To: wix-users@lists.sourceforge.net Subje

Re: [WiX-users] Patch build with GAC update

2008-06-17 Thread wixuser1105
light it will set a flag in the MSI to make it check the file > version. > I hope this helps. Neil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wix User Sent: 17 June 2008 09:02 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Patch build

Re: [WiX-users] Patch build with GAC update

2008-06-17 Thread Neil Sleightholm
ECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wix User Sent: 17 June 2008 09:02 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Patch build with GAC update I have followed the examples given in http://blogs.msdn.com/pmarcu/archive/2007/06/28/sample-patch.aspx but I have a few components

[WiX-users] Patch build with GAC update

2008-06-17 Thread Wix User
I have followed the examples given in http://blogs.msdn.com/pmarcu/archive/2007/06/28/sample-patch.aspx but I have a few components with assemblies registering to GAC. when I create a patch with the latest and deployed, it does not replace in the GAC. I will not be making any assembly version chan