|
From: Lars S. <Lar...@if...> - 2012-08-02 08:19:21
|
Hi I have made a service that uses the service wrapper. I need to update the service from time to time and for this I implemented a file transfer method. This works fine, I copy the files over the network to the destination and restart the computer. The only problem is that the wrapper.exe and wrapper.dll are in use and can not be overwritten. So updating my service does not include wrapper.exe and wrapper.dll. I would like to update all files including the two, is there a way to do this? Can I shutdown wrapper.exe and have my service continue to run? Thanks in advance! Lars |