Setting the Installation Directory for CRM Desktop SSO
The InvisibleSSOModule.msi installation package saves binary files during installation in one of the following directories, by default:
Installation directory for each user on Micorsoft Windows. For Microsoft Windows, it installs the binary files into the following folder:
C:\Users\user\AppData\Roaming\
Installation directory for each computer:
C:\Program Files\InvisibleCRM\SSO\
To change this directory, the user can choose a different location in the InstallShileld wizard or you can use the INSTALLDIR parameter.
If you install CRM Desktop SSO for any user who uses this computer, then you must make sure that all users can read this directory. Predefined CRM Desktop SSO suggests a different directory depending on if you install for each user or for anyone who uses this computer.
This option is not available starting with Siebel CRM Desktop version 3.7. CRM Desktop SSO comes predefined starting with these versions.
To set the installation directory for Siebel CRM Desktop SSO
Enter the following parameter on the msiexec command line anywhere after the InvisibleSSOModule.msi name parameter:
INSTALLDIR=directory_path
For example:
msiexec.exe /I InvisibleSSOModule.msi INSTALLDIR=c:\My_Custom_Directory /QR
For more information, see Using the Windows Command Line to Set Optional Parameters for Siebel CRM SSO.