Currently I have a service (Service 1) of windows working correctly. I have made an improvement and I have called it Service 2 and I want to install it, but I want to stop Service 1 first and then install and launch Service 2 to see if it fails to stop Service 2 immediately and restart Service 1.
I have tried to change all the ProductCode, the Guid of the AssemblyInfo, the name, description and others of Service 2.
However, when I installed it, I missed error 1001 indicating that this service already exists ...
Someone could tell me that I have to change in Service 2 so that the system understands that it is a completely new service.
Thank you very much for the help.