Christopher Butcher wrote:

The service does uninstall, the files are deleted by the MSI ok. It's just that whatever registry entries which enable the service to appear in SERVICES.MSC are left in place. If I delete them manually and then reboot then the service is removed from SERVICES.MSC. But surely you shouldn't need to do that. I have seen MSI's gracefully remove services completely -- why would this one be acting so ungraceful?

Action start 21:01:24: InstallValidate.

MSI (s) (CC:1C) [21:01:24:890]: Feature: DefaultFeature; Installed: Local; Request: Absent; Action: Absent

MSI (s) (CC:1C) [21:01:24:890]: Component: C_SERVICEEXE; Installed: Local; Request: Absent; Action: FileAbsent


The FileAbsent action indicates that the component is shared with another product installed in a different directory. If that's not the case, you likely have a component rules violation between different products over time.

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to