Installing CRM Desktop SSO If You Do Not Use Autoupdate

If you do not use autoupdate, then you configure Siebel CRM Desktop SSO to read scripts from a fixed location that you specify on the local drive. If autoupdate is not enabled, then Siebel CRM Desktop SSO deploys the SSO script as separate JavaScript files.

To install Siebel CRM Desktop SSO if you do not use autoupdate

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

    SSOENABLE=1 SSOUPDATEDISABLE=1 SSOSCRIPTINCLUDEPATH=path_to_scripts
    

    For example:

    msiexec.exe /I CRMDesktop.msi SSOENABLE=1 SSOUPDATEDISABLE=1 
    SSOSCRIPTINCLUDEPATH=%appdata%
    

    You can also set the following parameters optional:

    SSOCHECKINTERVAL = new interval
    SSOSCRIPTFILENAME = file name
    

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

  2. If you use MST or a prepackaged MSI, the you must make sure that the path that you specify for the SSOSCRIPTINCLUDEPATH parameter matches the path where you install the InvisibleSSOModule.msi file.