Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
/v
/v
/v

Passes parameters to the Windows Installer (msiexec).
 
The list of parameters must be enclosed in double (") quotation marks. See #Command Command Line Parameters for available parameters.

Anchor
/s
/s
/s

Suppresses the initialization and extraction dialogs displayed before the product install Welcome dialog."
 
If you are using the #/q command line parameter, use this switch additionally for a completely silent install.

/w

Instructs the Windows Setup application to wait until the installation completes.
 
Use this switch when launching the installation from a script file. Without it, the Setup application may return immediately after launching Windows Installer.

/x

Uninstalls UEC Client Applications.

...

The parameters can be specified in any order, with the following exceptions:

  • If the Repair (#/fom) or Remove (#/x) parameter is used, it must be specified before all other parameters.
  • If the Silent install (#/q) and/or Log file (#/L) parameters are used, they can be specified in any order, but they must be specified after all other parameters.

These parameters are preceded by the #/v command line switch and must be enclosed in double (") quotation marks.
 

Parameter

Description

Default

Anchor
/fom
/fom
/fom

Repairs a UEC Client Applications installation.
 
om (after the /f) are options used by the repair. There are other options available, but for behavior that matches the repair done from the graphical install, the om options must be used.
 
/fom cannot be used with the /x (remove) parameter.

n/a

Anchor
/x
/x
/x

Removes the UEC Client Applications.
 
/x cannot be used with the /fom (repair) parameter.

n/a

INSTALLTO=installdir

Sets the root installation directory to <installdir>. Each component will be installed under this directory.
 
INSTALLTO is required if you want to install the UEC Client Applications in a directory that is different from the default, which varies depending on the type of installation being done (see #PERUSER PERUSER parameter). If the directory contains spaces, you must use double ( " ) quotation marks around the path name.

per-machine installation:
Directory specified by the PROGRAMFILES environment variable (typically C:\Program Files\Universal).
 
per-user installation:
Location under the directory specified by the USERPROFILE environment variable. For example, if the USERPROFILE directory is set to C:\Documents and Settings\username, the default target directory will be C:\Documents and Settings\username\Application Data\Universal. If the UEC Client Applications already are installed, the installation directory will default to its existing location.

Anchor
PERUSER
PERUSER
PERUSER={0|1}

Performs an installation for all users or a specific user account:
 

PERUSER is required only under the following situations:

  • For per-user installs, when the installation is being done with a Windows account that is a member of the Administrators group.
  • For uninstalls, where a Windows account that is a member of the Administrators group is removing a per-user installation.

0, if UEC Client Applications is installed using an Administrative account.
 
1, if a regular user account (that is, a non-Administrative user) is executing the installation.

UECADMIN={yes|no}

Specification for whether or not to install the I-Administrator component during new installs, upgrades, or maintenance.

Since, by default, each component's install state is preserved during an upgrade or maintenance, UECADMIN is not required unless you want to change the current install state. UECADMIN is ignored during an uninstall.
 
Setting this parameter has the same effect as selecting whether or not to install I-Administrator on the Custom Setup dialog when installing UEC Client Applications via the graphical interface.

yes

UAMONITOR={yes|no}

Specification for whether or not to install the I-Activity Monitor component during new installs, upgrades, or maintenance.

Since, by default, each component's install state is preserved during an upgrade or maintenance, UAMONITOR is not required unless you want to change the current install state. UAMONITOR is ignored during an uninstall.
 
Setting this parameter has the same effect as selecting whether or not to install I-Activity Monitor on the Custom Setup dialog when installing UEC Client Applications via the graphical interface.

yes

UMGMTCON={yes|no}

Specification for whether or not to install the I-Management Console component during new installs, upgrades, or maintenance.

Since, by default, each component's install state is preserved during an upgrade or maintenance, UMGMTCON is not required unless you want to change the current install state. UMGMTCON is ignored during an uninstall.
 
Setting this parameter has the same effect as selecting whether or not to install I-Management Console on the Custom Setup dialog when installing UEC Client Applications via the graphical interface.

yes

Anchor
/q
/q
/q

Suppresses the product installation dialogs.
 
Use this parameter in addition to the #/s command line switch for a completely silent install.
 
See #Command Command Line Switches, #Command Command Line Installation Examples, and #Detecting Detecting the Completion of Silent Installs for additional information regarding silent installs.

n/a

Anchor
/L
/L
/L*v

Instructs the installation process to create an installation log file named <logfilepath> (full path name). If <logfilepath> contains spaces, you must enclose it with double ( " ) quotation marks around the path name.
 
*v are flags used to specify the level of detail (verbose) contained in the log file. To reduce the amount of output generated, *v can be omitted. However, using these options is good practice; they can assist Stonebranch Customer Support with problem determination should any errors occur during installation.

n/a

...