I need to update my executable with also the dll linked..
I've read about the AppDomainSetup.ShadowCopyFiles
but I'm in trouble trying the right steps to do what I need
the question are:
Creating a shadow copy is not going to update your application. The general sequence of auto-updating requires a third application that manages the process. It looks something like this.
Obviously there is going to be error handling logic built in to this. But that is the general idea. Shadow copies are nowhere in there.