Reputation: 13839
It always seemed to me that ClickOnce was a handy way to deploy .NET applications in an intranet environment. I was thinking of using it as the deployment method for a desktop application that's distributed over the internet to general users. (The alternative would be a regular installation package.)
Does anyone have experience with this? Did it work well? Are there problems, either for the developer or end-user, that I should watch out for?
Upvotes: 4
Views: 408
Reputation: 13760
I have used ClickOnce several times for deployment over the web, with varied experiences. The pointers I would give are:
mage.exe
to build manifests based on identity and/or permissions)The technology is pretty cool, but there are several caveats that have bit me before.
Upvotes: 3