Update Packs (Web Updates and Analytics)
The Patches page, or a full blown major version installer that completely uninstalls the previous version.
page allows you to define the updates that are available for your applications on the field. An update can consist of any downloadable file, and will typically be a setup executable; such as an incremental update built using theAn update pack may be served to more than one version of an application. You associate update packs with your available application versions on the Versions page.
Your edits to this page are written immediately to an
file, which is saved in your project folder. You may also manually edit this regular INI-format file. This INI file will also be copied to your build output location every time you execute a build.At runtime, setup attempts to download this file from the location specified in the Project Properties page to determine if updates are available for your application. Of course, the check-box must be checked in the Project Properties page for setup to check for application updates.
field of theCreating a New Update Pack
To define a new update pack , follow these steps:
- Click the button. The dialog box appears.
- Enter the full name of your update in the field. This will be the update title that is visible to end-users at runtime.
- Enter the full download location of your update in the field. When the end-user selects this pack at runtime, setup attempts to download it from this exact location.
- Enter a detailed description for your update in the field. This description will be available for the end-user to read and decide whether to install the update.
- Check the box if you require that the target computer should be restarted after installing your update. To improve the end-user experience, individual reboots are always supressed while multiple update packs are being silently installed. If at least one update pack has specified this option, a single global reboot will be performed once all selected update packs have been installed.
- Check the box to allow your update to be silently installed. To improve the end-user experience, it is recommended that updates be silently installed.
- If there are any command line parameters you would like to pass to the update program, enter them in the field.
- Click to accept your changes.
Editing an Update Pack
To change the properties of a previously defined update pack, follow these steps:
- Select the update pack to edit.
- Click the button.
- Update the necessary fields in the dialog box.
Deleting an Update Pack
To delete a previously defined update pack:
- Select the update pack to delete.
- Click the button.