This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Un-Installing application does not remove COM+ app DLLs from Component Services
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 20, 2015
10:47 AM
Un-Installing application does not remove COM+ app DLLs from Component Services
I have an InstallShield 2014 project which installs our custom Component Services application fine. When I uninstall our application in Add/Remove Programs everything goes ok but the .dll files of our COM+ app are left behind. Then when I go to install a newer version of our application containing updated .dll files the new .dll files aren't written over the older ones.
Can anyone help?
The .dll files are not in use (all apps that use them are shut and even tried "Shutdown" on Component Services). Is there a setting or way in InstallShield 2014 that I can clean up these old dlls on uninstall. Any help much appreciated,
Eddie
Can anyone help?
The .dll files are not in use (all apps that use them are shut and even tried "Shutdown" on Component Services). Is there a setting or way in InstallShield 2014 that I can clean up these old dlls on uninstall. Any help much appreciated,
Eddie
1 Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 27, 2015
01:10 AM
after uninstall of your product , did you check whether your COM+ Services are still left over in the below path
Control Panel\System and Security\Administrative Tools\Component Services \Console Root\Component Services\Computers\My Computer\COM+ Applications
if your COM+ services are still left over here then this is dll files un-registration issue , COM+ dlls needs to be unregistered properly. I am not sure but seems like this is dlls un-register issue.
another precaution is that you need to check in services manager about corresponding service name before unregister the COM+ service.
regards,
Phanik
Control Panel\System and Security\Administrative Tools\Component Services \Console Root\Component Services\Computers\My Computer\COM+ Applications
if your COM+ services are still left over here then this is dll files un-registration issue , COM+ dlls needs to be unregistered properly. I am not sure but seems like this is dlls un-register issue.
another precaution is that you need to check in services manager about corresponding service name before unregister the COM+ service.
regards,
Phanik
