Hi, I installed a couple of my components in the GAC using the following command. gacutil /nologo /if C:\EPM\Bin\BTA.EPM.Agent.dll
and uninstalled using gacutil /u BTA.EPM.Agent This worked fine but today I came up with this problem. It says something about the Windows Installer but I have never done anything with the installer. I have only used the gacutil to install and uninstalle. This is the message that I get. ================================================================== C:\EPM\Bin>gacutil /u BTA.EPM.Agent Microsoft (R) .NET Global Assembly Cache Utility. Version 1.0.3705.0 Copyright (C) Microsoft Corporation 1998-2001. All rights reserved. Assembly: BTA.EPM.Agent, Version=1.0.11.0, Culture=neutral, PublicKeyToken=ccd1c ee43430dd9c, Custom=null Unable to uninstall: assembly is required by one or more applications Pending references: SCHEME: <WINDOWS_INSTALLER> ID: <MSI> DESCRIPTION : <Windows Ins taller> Number of items uninstalled = 0 Number of failures = 0 ================================================================== Can anyone give a reason for this? Also is there a way I can completely remove this assembly from the GAC? Thanks, Merill