windows service "soft link"
- by fred smith
I would like to be able to have a nice management tool to allow the rollout of different versions of a windows service over time.
for example I would like to deploy my software (windows service) in version numbered folders, e.g.
c:\wss\v1.0
c:\wss\v1.1
etc
however I dont want to have to reinstall the windows service each time but rather would like to be able to easily point the windows service manager to the new folder.
Are there tools to get this done?
NB: I have used Windows Junctions before (from sysinternals) however I am wondering if there is a nice GUI tool to do this.