Before you try a manual push deployment of the Desktop Agent, you should perform the following steps. These steps are not necessary when using the Backup Exec push installer.
To prepare for a manual push-deployment of the Desktop Agent
Run the msiexec command using, as a base, the value in setup.ini from the cmdline key:
/qf DEFAULTMEDIASERVER="<From setup.INI File>" DLODBINSTANCENAME="<FromSetup.INI File>" LAUNCHCLIENT="1" REQUIREDMDACVERSION="2.8" TRANSFORMS="1033.mst" /l*v "%TEMP%\DLOAgentInstall.log"
The default values are as follows:
For a silent installation, replace /qf with /qn. To install without user interaction, but with a display of the installation progress, replace /qf with /qb.
If MDAC 2.7 is used, you must replace REQUIREDMDACVERSION="2.8" with REQUIREDMDACVERSION="2.7". No other values are valid. The installation fails if the MDAC version on target system is less than the REQUIREDMDACVERSION value.
TRANSFORMS should be set to one of the mst files, according to the language that the desktop user uses
The specification of the TRANSFORMS property is required, and affects the installer user interface and the start menu shortcuts. The DLO Agent is installed with support for all eight languages, regardless of the transform chosen.
MSI 3 . 1 is required on the target systems. The MSI 3.1 installer is included in: \\<servername>\DLOAgent\WindowsInstaller-KB893803-v2-x86.exe