
0_nhennemann asked a question.
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: