G
Guest
Hello all,
I am tryng to enable shadow copying on a standalone executable. What I need
to do is to install upgrades while the application is running. I do not need
to upgrade the executable, only the assemblies it refernces.
I cannot use click once because - as I described in a previous post - it
gives me to control and information over the files that are being downloaded.
I have created a custom web service and everything works fine until I try to
upgrade an assembly that is allready running.
I thought of shadow copying my assemblies but the MSDN documentation on this
matter sucks. I found some posts on the web of people trying to achieve the
same thing but no helpful respones.
Any help and (verified to be working) code samples would be greatly
appreciated.
Thanks!
I am tryng to enable shadow copying on a standalone executable. What I need
to do is to install upgrades while the application is running. I do not need
to upgrade the executable, only the assemblies it refernces.
I cannot use click once because - as I described in a previous post - it
gives me to control and information over the files that are being downloaded.
I have created a custom web service and everything works fine until I try to
upgrade an assembly that is allready running.
I thought of shadow copying my assemblies but the MSDN documentation on this
matter sucks. I found some posts on the web of people trying to achieve the
same thing but no helpful respones.
Any help and (verified to be working) code samples would be greatly
appreciated.
Thanks!