Using the Windows Command Line to Set Optional Parameters

You can use the Windows command line to set optional parameters that affect installation. You can run the CRMDesktop.msi installation package from the Windows command line interface on the client computer. Siebel CRM Desktop supports all parameters that you can set in the Windows Installer msiexec command line. For more information, see the documentation about command line options for Windows Installer at the Microsoft TechNet Web site.

To use the Windows command line to set optional parameters

  1. On the client computer, open a Windows command line:

    1. In Windows, click Start and then click Run.

    2. In the Run dialog box, enter cmd and then click OK.

  2. Navigate to the directory that contains the CRMDesktop.msi file.

    For example:

    C:\Documents and Settings\username\Desktop
    
  3. Enter the Windows Installer command using the following format:

    msiexec.exe /I CRMDesktop.msi optional_parameter_1 optional_parameter_n
    

    where:

    • optional_parameter is a parameter you can enter that Siebel CRM Desktop runs. For example:

      msiexec /i "C:\Documents and Settings\username\Desktop\"CRMDesktop.msi" 
      SIEBEL_SERVER_HOST="siebelserver.com" SIEBEL_SERVER_PORT="80" 
      SIEBEL_SERVER_SUFFIX="SWEExtSource=WebService&SWEExtCmd=Execute&WSSOAP=1" 
      SIEBEL_SERVER_PROTOCOL="http" SIEBEL_SERVER_COMPONENT="eai/enu" 
      
    • Optional) Add the following optional parameter to enable the SOAP log:

      SOAP_DUMP_ENABLED=1 
      
    • (Optional) Add the following optional parameter to enable the SYNC log:

      SYNC_DUMP_ENABLED=1 
      

    For more information, see Guidelines for Using Synchronization Log Parameters

    Note the following requirements:

    • You must specify each optional parameter in the same command line after the name of the CRMDesktop.msi file.

    • To separate each optional parameter, you must enter a space without a slash (/).

    • You can arrange optional parameters in any order.

    • For information about how to set Siebel CRM Desktop SSO parameters, see Using the Windows Command Line to Set Optional Parameters for Siebel CRM SSO.
  4. Press Enter.

    The welcome dialog box of the Siebel CRM Desktop Setup wizard displays.