Follow the same procedure that is used to install a new version on top of an existing application. That is, simply double click the Version Installer file or run msiexec.exe from a command-line.
An upgrade defaults all settings to the same as the previous install. It will display the Local Database Dialog to allow the Setup Database check box to be selected as appropriate, if the dialog has been enabled. All other user data entry dialogs are skipped. So for an upgrade only the following dialogs may be displayed:
Welcome Dialog
License Agreement Dialog
Local Database Dialog (optional)
Verification Dialog
Progress Dialog
Completion Dialog
Refer to section 21.1.6 Version Installation Dialogs for more information about the above dialogs.
The upgrade process involves uninstalling the previous version of the application before installing the new version. The new version must contain the complete application including any changes to the database. The new installation will save a copy of the partition folder from the old version and restore it before running the upgrade process on the database, which for tables that change involves unloading the data, applying the changes and then reloading the data.
A new version of an application cannot be installed 'side-by-side' with a previous version, therefore installing a new version will always result in the previous version being removed first, leaving one entry for the application in the control panel.
Notes:
|