Hi,

I have developed a windows service and added a visual studio installer project in the solution. My setup works well.

I want to add an un-installer with the setup so that while doing a install it will check if the service already exists if yes then un-install it.

Can anybody suggest me how to proceed!!