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