Posted 23 May 2002 - 19:27
In your install script you can remove the registry keys and values 'manually' when the component containing the services is removed from the system using RegDBDeleteValue and RegDBDeleteKey.
Add the code to the OnMaintUIAfter() function in the case of Modify and Remvoe All or add a handler function for the setup component being removed.
These values were probably added by the services themselves and not by InstallShield, which is why Installshield does not delete them.