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.
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@gmail.com" wrote: > 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. > >