Using the Windows Command Line to Set Optional Parameters for Siebel CRM SSO

This topic describes how to use the Windows command line to set optional parameters for Siebel CRM SSO. CRM Desktop SSO supports all parameters that you can set in the Windows Installer msiexec command line. This option is not available starting with Siebel CRM Desktop version 3.7. CRM Desktop SSO comes predefined starting with these versions. For more information, see Using the Windows Command Line to Set Optional Parameters.

To use the Windows command line to set optional parameters

  1. On the client computer, open the Windows command line interface.

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

    For example:

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

    msiexec.exe /I InvisibleSSOModule.msi optional_parameter_1 optional_parameter_n
    

    where:

    • optional_parameter is a parameter that the installer can run. For example:

      msiexec.exe /I InvisibleSSOModule.msi INSTALLDIR=c:\My_Custom_Directory 
      

      Note the following conditions:

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

    • To separate each optional parameter, you must enter a space.

    • You can arrange optional parameters in any order.

  4. Press Enter.

  5. The CRM Desktop SSO setup wizard displays the welcome dialog box.