WIX 3.5 Multiple Instances Windows Service
问题 I have a simple WIX installer which will install a Windows Service. I have Multiple Instances setup so that the service can run side by side. Everything is looking good the only problem I'm now having is when I uninstall the installation. It completely removes the actual windows service executable, however it doesn't completely remove the registry entry. Going into the services.msc I can still see the service name. I have to go into the registry and manually delete the entry. Check out my