HighTechTalks DotNet Forums  

.NET distribution

Dotnet Distributed Applications microsoft.public.dotnet.distributed_apps


Discuss .NET distribution in the Dotnet Distributed Applications forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
TimKnoll@gmail.com
 
Posts: n/a

Default .NET distribution - 09-13-2007 , 03:31 PM






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.


Reply With Quote
  #2  
Old   
Nikolay Podkolzin
 
Posts: n/a

Default RE: .NET distribution - 12-11-2007 , 05:25 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

"TimKnoll (AT) gmail (DOT) com" wrote:

Quote:
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.



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.