See your Microsoft documentation for full details about command line options for Msiexec.exe. The options you are most likely to need are listed here.
Creates an administrative installation source image. <Path> is defined below. The syntax is:
msiexec /a <Path>\client.msi
Specifies an install operation. <Path> is defined below. The basic syntax is as follows, but see the note below:
msiexec /i <Path>\client.msi
Note: For CA Data Protection installations, if you use the /i option, you must also specify a /qn or /qb option. See the next column for details.
Specifies an uninstall operation. <Path> is defined below. The basic syntax is as follows, but see the note below:
msiexec /x <Path>\client.msi
Note: For CA Data Protection uninstall operations, if you use the /x option, you must also specify a /qn or /qb option. See the next column for details.
For administrative installations, this specifies the path to the original shipped Client.msi. file. Msiexec.exe uses this file to generate a source image. Find this file on your CA Data Protection distribution media.
When installing or uninstalling client machines, this specifies the path to the Client.msi file in the CA Data Protection source image on your network. This is the file created by the administrative installation.
If the path includes folder names with spaces, you must enclose the path in quotes.
Various /q options let you specify silent or near-silent installations or uninstallations. For example:
msiexec /i <Path>\client.msi /qn
msiexec /x <Path>\client.msi /qb
Copyright © 2015 CA Technologies.
All rights reserved.
|
|