Updating the software on Windows operating systems
Windows operating systems only
SMART periodically releases updates to its software. These updates add new features and resolve issues.
Go to smarttech.com/software to download the latest installation package. SMART provides updates in two file formats in the installation package:
Windows Installer update installation packages (MSI files)
Windows Installer patches (MSP files)
Note
MSP files are available only for select updates as identified on the SMART website.
Which file format you use depends on the version of the software installed on your computers and the version of the update. If these versions are the same, you can use the MSP file, if available, to install the update. If these versions are different (because, for example, a previous version of the software is installed on your computers), you must first upgrade the software on your computers to the same version as the update using the MSI file and then install the update using the MSP file, if available.
After you download an installation package and extract the update files, place the update files in a location on your network that’s accessible to all the computers you plan to update.
Important
You cannot roll back an update after installing it on your computers. You must uninstall the full version of the software using Control Panel or the command line interface (see Uninstalling the software on Windows operating systems), and then install the previous version of the software.

The command line for running an update using a Windows Installer update installation package varies depending on whether the update is major or minor.
Note
The SMART website indicates whether an update is major or minor.
To run a major software update using a Windows Installer update installation package
Run the following command:
Copymsiexec /i "[Path]\[File].msi" [Parameter]
Where
Path is the path to the MSI file.
File is the name of the MSI file.
Parameter is the installation parameter (see Windows Installer parameters).
Important
Do not include the REINSTALLMODE and REINSTALL properties.
To run a minor software update using a Windows Installer update installation package
Run the following command:
Copymsiexec /i "[Path]\[File].msi" REINSTALLMODE=vomus REINSTALL=ALL [Parameter]
Where
Path is the path to the MSI file.
File is the name of the MSI file.
Parameter is the installation parameter (see Windows Installer parameters).
Important
You must include the REINSTALLMODE=vomus and REINSTALL=ALL properties for a minor update to succeed.
Keywords |
|
Related documents |