; ; KPP DEPLOYMENT USING SMS : ; Pushing the installation file with arguments "/S" for the silent mode, and ; "/I path_of_this_ini_file" to specify the configuration file. ; ; Example : kpp-mso-2k3-installer-vX.Y.Z.exe /S /I c:\common\kpp-mso-config.ini ; ; ; ; Configuration of the KPP-MSO on HKCU/Software/kryptiva/kpp-mso ; ; ; General settings ; [KPP] ; *** THIS KEY MUST BE USED IN SILENT MODE ONLY (/S) *** ; This key specifies the plugin language. ; Value : ; 1033 - English (Default) ; 1036 - French ; ;Language_ID = 1033 ; This key specify if the plugin is enable or not after the installation. ; Value : ; 0 - KPP is disabled (Default) ; 1 - KPP is enabled ; ;KppEnable = 1 ; This key specifies which of the toolbars appear in a new mail window ; Value : ; 0 - No toolbars ; 1 - Email Integrity toolbar ONLY ; 2 - Collaboration toolbar ONLY ; 3 - Both (Default) ; ;DisplayOptions = 3 ; This key specifies the default packaging. ; Value : ; 1 - Don't use Kryptiva Service (Default) ; 2 - Sign mails ; 3 - Sign and Encrypt mails ; 4 - Sign mails and request Proof of Delivery (PoD) ; 5 - Sign and encrypt mail and request PoD ; ;DefaultPackaging = 1 ; This key specifies the path (including name file) where the kmo DB is saved. ; Predefine value : ; ; $USERNAME : the current user name ; ; $USERPROFILE : the current user profile folder, i.e, ; - on Windows XP : c:\Documents and Settings\{$USERNAME} ; - on Windows Vista : c:\Users\{$USERNAME} ; ; $USERDOCUMENTS : the the current user "My Documents" folder, i.e. ; - on Windows XP : c:\Documents and Settings\{$USERNAME}\My Documents ; - on Windows Vista : c:\Users\{$USERNAME}\Documents ; ; $APPDATA : the current user application data folder, i.e., ; - on Windows XP : c:\Documents and Settings\{$USERNAME}\Application Data ; - on Windows Vista : c:\Users\{$USERNAME}\AppData\Roaming ; ;KmoMailDB_Path = $APPDATA\kryptiva\kpp-mso\kmomaildb ; ; Authentication settings ; [AUTH] ; This key specifies the authentication type. ; Value : ; 0 - No authentication (non-member) (Default) ; 1 - Authentication with pwd (member) ; ;Auth = 0 ; This key specifies the login use to perform the authentication ; on the KPS. ; Value : ; $USERNAME - the current user name (Default) ; jsmith - a specific user name ; ;Login = $USERNAME ; ; Kryptiva Packaging Server settings ; [KPS] ; ; Value : ; 0 - No KPS (Default) ; 1 - Use a Private KPS ; ;KPS_Private = 0 ; ; Value : ; IP address - a specific IP address of the KPS ; DNS name - the name resolved by DNS for the KPS ; ;KPS_Address = 192.168.0.1 ; ; Value : ; PortNumber - The port number to establish connexion with KPS ; (default : 443) ; ;KPS_Port = 443 ; Optionnal ; Value : ; SSL Key - the SSL Key value to communication with the KPS ; ;KPS_SSLKey = ; ; Kryptiva Packaging Server Proxy settings ; [KPS-Proxy] ; ; Value : ; 0 - No proxy for the KPS (Default) ; 1 - Use a proxy to access KPS ; ;KPS_ProxyEnabled = 0 ; ; Value : ; IP address - a specific IP address of the KPS Proxy ; DNS name - the name resolved by DNS for the KPS Proxy ; ;KPS_ProxyAddress = ; ; Value : ; PortNumber - The port number to establish connexion with KPS Proxy ; ;KPS_ProxyPort = ; ; Value : ; $%USERNAME% - user name of the current user ; jsmith - a specific user name ; ;KPS_ProxyLogin = ; ; Value : ; Pwd - The password to access to the KPS Proxy ; (if you cannot enter this pwd, the user ; must enter this information manually) ; ;KPS_ProxyPwd = ; ; Kryptiva Online Services Proxy settings ; [KOS-Proxy] ; ; Value : ; 0 - No proxy used for the KOS (Default) ; 1 - Use a proxy to access KOS ; ;KOS_ProxyEnabled = 0 ; ; Value : ; IP address - a specific IP address of the KOS Proxy ; DNS name - the name resolved by DNS for the KOS Proxy ; ;KOS_ProxyAddress = ; ; Value : ; PortNumber - The port number to establish connexion with KOS Proxy ; ;KOS_ProxyPort = ; ; Value : ; $%USERNAME% - user name of the current user ; jsmith - a specific user name ; ;KOS_ProxyLogin = ; ; Value : ; Pwd - The password to access to the KOS Proxy ; (if you cannot enter this pwd, the user ; must enter this information manually) ; ;KOS_ProxyPwd =