all groups > dotnet distributed apps > september 2007 >
You're in the

dotnet distributed apps

group:

.NET distribution



.NET distribution TimKnoll NO[at]SPAM gmail.com
9/13/2007 12:31:07 PM
dotnet distributed apps: I'm installing a private assembly .NET application when makes a COM
call. After its installed, there is a copy of the COM DLL in the .NET
projects directory. I built the install with InstallShield 12. When
the install is run, it tries to register the COM file as well. I'm
installing the Interop DLL as well. If I delete the copied COM DLL,
my application runs fine. Is there a way to not get it to install the
COM DLL? Thanks.

Tim.
RE: .NET distribution Nikolay Podkolzin
12/11/2007 2:25:00 AM
That Happened 'cause the .net assambly have been registered in the GAC. So if
you want, that your application stop works after uninstall you need to
uninstall it from the GAC

[quoted text, click to view]
AddThis Social Bookmark Button