Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>ClickOnce applications when launched automatically attempt to connect and obtain the latest update (if you have that option turned on which it is by default). </p> <p>Taken from <a href="http://msdn.microsoft.com/en-us/library/s22azw1e(VS.80).aspx" rel="nofollow noreferrer">MSDN</a><br/> <hr> Making Updates Required</p> <p>There may be occasions when you want to require users to run an updated version of your application. For example, you might make a change to an external resource such as a Web service that would prevent the earlier version of your application from working properly. In this case, you would want to mark your update as required and prevent users from running the earlier version. NoteNote</p> <p>Although it is possible to require updates using the other update strategies, checking Before the application starts is the only way to guarantee that an older version cannot be run. When the mandatory update is detected on startup, the user must either accept the update or close the application.</p> <p>To mark an update as required, click Specify a minimum required version for this application in the Application Updates dialog box, then specify the publish version (Major, Minor, Build, Revision), which specifies the lowest version number of the application that can be installed. For more information, see Application Updates Dialog Box.</p> <p>This is the same as setting the minimumRequiredVersion attribute of the Deployment element in the deployment manifest; for example: Copy Code</p> <p></p> <hr> <p>You should be able to specify the version that is required and for the application to update before it starts.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload