Customise Click Once Update Process

I have been using the UAB for a while, and have not yet had a chance to play with clickonce within VS2005. I was wondering if anyone knew if it is possible to customise the update process as you can with the UAB, by implementing your own Activation Processor. With the UAB i found this useful as i could create a custom processor to run Database scripts that i had downloaded along with the application files.

Any Ideas

 



Answer this question

Customise Click Once Update Process

  • georgemga

    The System.Deployment.Application namespace is supposed to give you control over the  update process. There's an example on MSDN here.

    I haven't dug into it yet, but it's someting I'm looking at as well.





  • Customise Click Once Update Process