Re: [WiX-users] Shared assemblies

2009-11-24 Thread JKLists
Blair, Thanks for taking the time to explain how it works under the hood. That's invaluable information that allows me to make a good decision. Blair wrote: > Actually, you can have two components sharing the same GUID installed into > different keypaths by two different products (or any other

Re: [WiX-users] Shared assemblies

2009-11-23 Thread Blair
---Original Message- From: Pally Sandher [mailto:pally.sand...@iesve.com] Sent: Monday, November 23, 2009 4:06 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Shared assemblies Essentially "two installers listing the same component GUID in separate lo

Re: [WiX-users] Shared assemblies

2009-11-23 Thread Pally Sandher
Solutions Limited. Registered in Scotland No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: JKLists [mailto:jkli...@ifm-services.com] Sent: 20 November 2009 23:09 To: wix-users@lists.sourceforge.net

[WiX-users] Shared assemblies

2009-11-20 Thread JKLists
If I had two applications which shared some core assemblies, how would these handled between two installers? If I shared a WiX fragment source file between two WiX projects, the components would have the same GUIDs. Would that cause a problem or conflict? Could the two projects be installed, f

Re: [WiX-users] Shared assemblies in GAC and reference counts

2008-03-07 Thread ns12
x-users@lists.sourceforge.net > Subject: [WiX-users] Shared assemblies in GAC and reference counts > > > When installing applications that use shared assemblies that they add to > the > GAC, does WIX implicitly handle the reference counts to ensure one > application can't pul

Re: [WiX-users] Shared assemblies in GAC and reference counts

2008-03-07 Thread Mike Dimmick
. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ns12 Sent: 06 March 2008 15:31 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Shared assemblies in GAC and reference counts When installing applications that use shared assemblies that

[WiX-users] Shared assemblies in GAC and reference counts

2008-03-06 Thread ns12
When installing applications that use shared assemblies that they add to the GAC, does WIX implicitly handle the reference counts to ensure one application can't pull the assemblies out during uninstall if another app is still using them? Or does something like the SharedDllRefCount attribute have