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
- :
- Re: ISComponentServiceUninstall - how to use it?
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
Apr 02, 2010
01:32 PM
ISComponentServiceUninstall - how to use it?
I'm installing a COM+ component in my install, but it is not removed when I uninstall the product. Shouldn't ISComponentServiceUninstall remove the COM+ object for me? I noticed ISComponentServiceUninstall wasn't even getting fired on uninstall to I set a condition on the CA to make it fire, so now it fires on uninstall, but the COM+ object still appears in DCOMCNFG.
Do I just need to write my CA to remove the COM+ object?:confused:
Do I just need to write my CA to remove the COM+ object?:confused:
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 19, 2010
01:28 PM
The ISComponentServiceUninstall action will not remove COM+ applications if the Disable Deletion setting is turned on, or the components that are associated with the COM+ applications are not uninstalled. Have you tried creating a Windows Installer verbose log for the installation? That might help to identify the issue.
