serializer
serializer

Reputation: 1013

Prevent check for new version argument for ClickOnce

I am launching a ClickOnce application in the background. The problem is that there is no user interface (in the background with no desktop) to approve downloads the first time. Is there an argument that I could send to *.application file that prevents checking for new versions?

Upvotes: 0

Views: 39

Answers (1)

TomServo
TomServo

Reputation: 7409

When you a re setting up your application, in the Application Updates tab, in the very upper left corner, there is a checkbox labeled "The application should check for updates"

Uncheck that and press OK before you make your next build. enter image description here

Upvotes: 1

Related Questions