Installing CRM Desktop SSO If You Use Autoupdate

Autoupdate is a Siebel CRM Desktop SSO feature that automatically updates the SSO script if any change occurs to this script. Siebel CRM Desktop SSO scripts must reside in a single ZIP file. The Siebel CRM Desktop SSO installer uses the SSOURL parameter to determine the file path where these scripts reside. Siebel CRM Desktop SSO uses this location to download these scripts during installation and later during updates. This configuration allows you to deploy Siebel CRM Desktop SSO across your enterprise. It makes sure that the scripts on each client are consistent and valid. If autoupdate is enabled, then Siebel CRM Desktop SSO deploys the SSO script as a single ZIP file.

To install Siebel CRM Desktop SSO if you use autoupdate

  1. Enter the following parameter on the msiexec command line anywhere after CRMDesktop.msi:

    SSOENABLE=1 SSOURL=URL
    

    For example:

    msiexec.exe /I CRMDesktop.msi SSOENABLE=1 SSOURL=http://myurl
    

    You can also set the following optional parameters:

    SSOSCRIPTINCLUDETEMPLATE = template
    SSOCHECKINTERVAL = new interval
    SSOSCRIPTFILENAME = file name
    

    For more information, see Using the Windows Command Line to Set Optional Parameters for Siebel CRM SSO.