Re: [WiX-users] Having issues with permanently installed assemblies and Major Upgrades

2013-11-05 Thread TimM
Okay thanks for all your help/suggestions, but have found what the actual issue was. The MsiProvideAssembly returning: 1607 on 2 assemblies was actually the hint. After testing a few times I got it to the point where 2 assemblies were gone after the upgrade and they were the ones listed in the Msi

Re: [WiX-users] Having issues with permanently installed assemblies and Major Upgrades

2013-11-05 Thread Phil Wilson
; Date: Mon, 4 Nov 2013 15:23:37 -0600 > > From: ecyo...@grandecom.net > > To: wix-users@lists.sourceforge.net > > Subject: Re: [WiX-users] Having issues with permanently installed > assemblies and Major Upgrades > > > > Does Registering the assemblies manually with this tool:

Re: [WiX-users] Having issues with permanently installed assemblies and Major Upgrades

2013-11-04 Thread Blair Murri
Are there any policies set to redirect assemblies to alternate versions? What do the fusion logs say? > Date: Mon, 4 Nov 2013 15:23:37 -0600 > From: ecyo...@grandecom.net > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Having issues with permanently installed assem

Re: [WiX-users] Having issues with permanently installed assemblies and Major Upgrades

2013-11-04 Thread Carter Young
Does Registering the assemblies manually with this tool: http://msdn.microsoft.com/en-us/library/ex0ss12c.aspx solve the issue? Quoting TimM : > Nope this is not the issue, because as I mentioned, the sxs folder and files > for both versions do exists after the install and if it was like this >

Re: [WiX-users] Having issues with permanently installed assemblies and Major Upgrades

2013-11-04 Thread TimM
Nope this is not the issue, because as I mentioned, the sxs folder and files for both versions do exists after the install and if it was like this article then the older version would be gone. So the files exist, but the app can not find the assembly, so this implies that the system no longer has

Re: [WiX-users] Having issues with permanently installed assemblies and Major Upgrades

2013-11-04 Thread Phil Wilson
Does it look like this? http://support.microsoft.com/kb/905238 Phil Wilson On Mon, Nov 4, 2013 at 9:55 AM, TimM wrote: > We have an install project that installs most of our public assemblies that > are used by most of our various apps. The assembly components are all mark > as permanent as w

[WiX-users] Having issues with permanently installed assemblies and Major Upgrades

2013-11-04 Thread TimM
We have an install project that installs most of our public assemblies that are used by most of our various apps. The assembly components are all mark as permanent as we do not want them removed during uninstall. The issue that we seem to be are running into with one our assemblies is that when we