1

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.

fred smith
  • 125
  • 2

1 Answers1

1

Junction Link Magic is a (free) GUI utility for managing junction points in Windows.

Here is another utility I just found through another ServerFault question...

MattB
  • 11,124
  • 1
  • 29
  • 36