Siebel Installation Guide for Microsoft Windows: Servers, Mobile Web Clients, Tools > Installing in Unattended and Console Modes > Installing in Unattended Mode >

Running the Installation from the Command Line


After you have modified the appropriate siebel.ini files in the previous procedure, run the unattended installation from the command line. However, before running an unattended installation, be aware of the following guidelines:

  • You must have a Siebel image created to use for installation. For more details on creating a Siebel image, see Creating the Siebel Installation Image on the Network.
  • Any data entry error that you make during installation is captured in the installation log file log.txt, located in the SIEBEL_ROOT directory. Consider using the -log logfile option to create an additional setup initialization log file.

NOTE:  These instructions are for installing the Siebel Enterprise Server using unattended mode. Installation in unattended mode of other server products is similar.

CAUTION:  When using Terminal Services on Microsoft Windows 2003 to perform an unattended installation, make sure you set the mode to installation. Otherwise, the install process will not create the Siebel ODBC data source name (DSN) and you will not be able to bring the server up.

To install in unattended mode

  • From a DOS prompt, navigate to the Windows\Server\Siebel_Enterprise_Server directory and enter:

    setup.exe -args SS_SETUP_INI=main_installer_siebel.ini_path

    where:

    • main_installer_siebel.ini_path = The full path to the main installer siebel.ini file

      For example:

    setup.exe -args SS_SETUP_INI=D:\Siebel_Install_Image\7.8.2.0\Windows\Server\
    Siebel_Enterprise_Server\siebel.ini

    NOTE:  Because configuration is not supported in unattended mode, launch the Siebel Software Configuration Wizard if you want to configure the server. For details on how to launch and use the Configuration Wizard, see Launching the Siebel Software Configuration Wizard.

Siebel Installation Guide for Microsoft Windows: Servers, Mobile Web Clients, Tools