windows service "soft link"
Posted
by fred smith
on Server Fault
See other posts from Server Fault
or by fred smith
Published on 2010-04-21T03:11:25Z
Indexed on
2010/04/21
3:14 UTC
Read the original article
Hit count: 374
windows-service
|junction-points
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.
© Server Fault or respective owner