Hello to all,
I have 7 windows services in my application. I have to create two setup projects.
In one setup I have 4 windows service by adding 4 custom action and and in second project 4 windows service adding 4 custom action.
Means on service is common in both setups.
Now I am running setup 1 and its installed successfully. When I am running setup 2 that time its showing error me due to already installed service.
I have tried to override Install method in Service project installer class to check service installed but its not worked for me properly(May be I missed something).
How I can skip already installed service?
I am using Visual studio installer project to create setups.
Thanks in advance