[Message Deleted]
-
Using ClickOnce? I don't think so. I think you'll have to write your own application that uses the System.Deployment namespace to figure out if various .DLL's in your app need to be updated, downloaded and installed. I have no examples of how to do that. It's never been one of my requirements and I also rarely use ClickOnce.
Dave Kreskowiak Microsoft MVP - Visual Basic
-
Using ClickOnce? I don't think so. I think you'll have to write your own application that uses the System.Deployment namespace to figure out if various .DLL's in your app need to be updated, downloaded and installed. I have no examples of how to do that. It's never been one of my requirements and I also rarely use ClickOnce.
Dave Kreskowiak Microsoft MVP - Visual Basic
-
Richard Hartness wrote:
Will future iterations of the .NET platform provide a much more robust form of ClickOnce implementation?
I don't work for MS, so I have no idea.
Richard Hartness wrote:
I really like the idea behind it but it seems to be quite simplistic in it's current form.
It's a nice idea, but I haven't been able to delve into it to see if it supports the distribution model you want it to.
Dave Kreskowiak Microsoft MVP - Visual Basic