Siebel Analytics Server Administration Guide > Setting Up Disconnected Analytics >

Preparing Disconnected Analytics Applications for Deployment


After you create the application configuration file, you need to test the application elements and the deployment process. After testing, you can make the application available for downloading by mobile users. You can set up a silent installation or the application can be downloaded by the mobile user using the Disconnected Analytics Application Manager. The Disconnected Analytics Application Manager is installed when the Disconnected Analytics client is installed on each disconnected machine.

NOTE:  Disconnected Analytics Application Manager bulk loads the data into the disconnected database. It does not check for duplicates and always appends data. It is the administrator's responsibility to verify data integrity.

Perform the following tasks to install a disconnected application on a mobile user's laptop:

Creating a Silent Installation for Disconnected Application Deployment

You or mobile users can use Disconnected Analytics Application Manager to download an application on each mobile machine or you can create a silent installation. Creating a silent installation saves you time if many users will be downloading the same application. For more information about using Disconnected Analytics Application Manager, see Disconnected Analytics Online Help.

To create a silent installation, you perform an install exactly as a mobile user would perform an install, capturing all of the responses in a BAT file. It is recommended that you use a BAT file to launch the silent installation so that mobile users can map to a shared network drive, access the CD image, and execute the response (BAT) file from the command line. You can add a message to the response file that notifies mobile users that a silent installation is taking place.

The silent install does not force a restart and, most of the time, one is not needed. However, on many Windows 2000 international operating systems, a restart is required.

After building a response file you should test it on a laptop that is similar to one used by the typical mobile user for that application. For more information, see Testing the Installation Processes.

Make sure that Siebel Disconnected Analytics (client components) has been installed on the disconnected machine (typically a laptop) before deploying.

To build a response file for a silent disconnected application installation

  1. Type the following command line to generate a response file:

    setup.exe -options-record [complete path, including response file name, to shared directory]

  2. Perform a complete installation, so that all responses will be captured in the specified file.

    Make sure that you choose the installation directory where you want the mobile users to install the files.

  3. To create a notification message for a silent installation, add the following lines to the BAT file:

    @ECHO OFF

    CLS

    echo Siebel Analytics Disconnected Client is being installed. Please wait...

    setup.exe -options [complete path to response file] -silent

    echo Siebel Analytics Disconnected Client was successfully installed.

You test the response file when you test the silent installation.

Siebel Analytics Server Administration Guide