G
Guest
I am running a .net windows service that uses the FileSystemWatcher to
monitor a specific file. When the file changes, the service runs some code in
a .net class library (.dll) that contains all the functionality. They are all
written in version 1.0 of the .net framework and run on NT4 and XP PCs.
I am looking for a way to automate distributing new versions of the dll (and
also the win service, if possible). Something like putting a new version on
an FTP site, and then having the win service automatically installing it. Not
sure if that's the way to do it, but hopefully you get what I'm after. Is
there anything built into .net that can do this or (of not) is there a
recommended way distributing new versions ?
Thanks,
Craig
monitor a specific file. When the file changes, the service runs some code in
a .net class library (.dll) that contains all the functionality. They are all
written in version 1.0 of the .net framework and run on NT4 and XP PCs.
I am looking for a way to automate distributing new versions of the dll (and
also the win service, if possible). Something like putting a new version on
an FTP site, and then having the win service automatically installing it. Not
sure if that's the way to do it, but hopefully you get what I'm after. Is
there anything built into .net that can do this or (of not) is there a
recommended way distributing new versions ?
Thanks,
Craig