I can create one setup project and i can call both windows service and third party exe in same setup project.(Creating Setup project and service in C#)
Now I want to release next version of my application, I already change property of setup project,but facing issue.Facing Issue while installing the service, showing specified service already exist.
Thank you