I have created a setup project in visual studio 2010 which contains windows service & wpf exe. Installer is working good and without any issue.
The issue occurs when user try to install application again using MSI. Currently, it come up with screen with 2 options "Repair" & "Remove". Remove option works for us. When I try to repair the installed application it got stuck with an error says "Service is already running" & install state of application got deleted, so we cant able to uninstall the application also.
Is there any way to remove repair option from msi setup?