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

2008-03-07 Thread ns12
Thanks for the information, particularly the GUID tip. Mike Dimmick-2 wrote: > > Fusion, the GAC management API, allows Windows Installer to > reference-count > entries in the GAC. Nothing special is required on your part, but I would > recommend that you use the same component GUID for a given

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

2008-03-07 Thread Mike Dimmick
Fusion, the GAC management API, allows Windows Installer to reference-count entries in the GAC. Nothing special is required on your part, but I would recommend that you use the same component GUID for a given assembly in all your installers. This is the same rule as for any other resource. -- Mik