Examples of msiexec command lines, Silent installation, Silent patching – Smart Technologies Smart Board Software 9.7 User Manual

Page 7: Silent removal

Advertising
background image

SMART Board Software 9.7 Administration

3

Examples of Msiexec Command Lines

Silent Installation

You can use the install option (/i) together with the quiet optional parameter (/q) to install the

software in Silent mode, that is, without the user interface. For example:

msiexec /i

"Path to .msi\SMART Board Software.msi" /q

You can use other standard Windows Installer optional parameters, such as:

/qb

- shows only a progress indicator

/q

- shows only a dialog box signaling the end of the installation

NOTES

A silent installation doesn’t start the Language Setup.exe language pack installation program

or the SMART Essentials for Educators.msi installation package. The installation program

installs only SMART Board software files, including Gallery Sampler files.

A silent installation using the /q option may take several minutes, with no indication of activity

or completion.

Silent Installation Disabling Notebook Software Customer Feedback

The first time users start Notebook software after installation, a customer feedback dialog box

appears. You can use the DISABLE_LOGGING parameter together with the quiet optional

parameter (/q) to stop the dialog box from appearing. For example:

msiexec /i

"Path to .msi\SMART Board Software.msi" DISABLE_LOGGING=1 /q

Silent Patching

You can use the patch option (/p) together with the quiet optional parameter (/q) to install a

software patch in Silent mode. For example:

msiexec /p

"Path to the .msp\PatchPackage Name.msp" /q

NOTE: You may be required to use additional properties in the patch command. Refer to

documentation supplied with the patch package for details.

Silent Removal

You can use the uninstall option (/x) together with the quiet optional parameter (/q) to remove the

software in Silent mode. For example:

msiexec /x

"Path to .msi\SMART Board Software.msi" /q

NOTE: A silent removal using the /q option may take several minutes, with no indication of activity
or completion.

Advertising