Ueli
Ueli

Reputation: 2411

How to inhibit ClickOnce-Update promt?

Is there any possibility to update a ClickOnce application automatically without confirming?

Thank you very much.

ClickOnce prompt:

http://img.7pics.info/update_1c2.png

Upvotes: 4

Views: 726

Answers (1)

RobinDotNet
RobinDotNet

Reputation: 11877

In the updates dialog, set the minimum version to the same version number you are deploying. This will make it a 'forced update' and won't ask the user, but will just install it.

Upvotes: 8

Related Questions