Siebel Analytics Platform Installation and Configuration Guide > Installing Siebel Analytics Ancillary Client Programs > Process of Installing and Configuring Mobile Analytics Client >

Upgrading Mobile Client Silently


Releases: Release 7.7.1 only.

Analytics License: Analytics Applications only.

Operating System: Windows only.

This topic is part of the Process of Installing and Configuring Mobile Analytics Client.

If you have release 7.7.1 of Siebel Disconnected Client installed and running, you can perform the following procedure to upgrade this component silently (that is, to run the installer without user interaction).

To silently install a Mobile Client upgrade

  1. Run the following command:

    setup.exe -W CopyrightPanelBean.selection="1" -W LicenseFileLocPanelBean.FileName="$INSTALLDIR/Licenses/StandAlone.xml" -W InitJavaHome.propertyValue="C:/j2sdk1.4.2_03" -W setupTypes.selectedSetupTypeId="DisconnectedClient" -G replaceExistingResponse="yesToAll" -G replaceNewerResponse="yesToAll" -silent

    where the options have the following values:

    Option Value
    Meaning

    -W CopyrightPanelBean.selection="1"

    Accept the general Siebel license agreement.

    -W LicenseFileLocPanelBean.FileName="$INSTALLDIR/Licenses/StandAlone.xml"

    Specify the location of Siebel Analytics license file.

    NOTE:  $INSTALLDIR is the location of the Siebel Analytics installation. For example, /usr/local/SiebelAnalytics.

    -W InitJavaHome.propertyValue="C:/j2sdk1.4.2_03"

    Specify the required Java SDK location.

    -W setupTypes.selectedSetupTypeId="DisconnectedClient"

    Specify the installation setup-type is DisconnectedClient.

    -G replaceExistingResponse="yesToAll"

    These two settings tell the installer to take the rest as default, and continue to the end.

    -G replaceNewerResponse="yesToAll"

    -silent

    Run the installation in silent mode.

  2. Restart the computer on which the Mobile Client was upgraded.
Siebel Analytics Platform Installation and Configuration Guide