Reputation: 1013
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
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.
Upvotes: 1