home *** CD-ROM | disk | FTP | other *** search
- ;Outlook 2000 Enhanced Security
-
- [Version]
- Signature="$CHICAGO$"
- AdvancedINF=2.5, "You need a newer version of advpack.dll."
-
- [DefaultInstall]
- Copyfiles=CSPFile
- ; Copyfiles=CSPFile,TEMPFile -- do not actually copy the utilities and bat file
- ; just run from extracted source in the temp directory
- RunPostSetupCommands=RunPostSetupCommandsSection
- RequiredEngine=setupapi,%nosetupapi%
- CustomDestination=InstDest
-
- [SourceDisksNames]
- 1=%DiskName%,,1
-
- [SourceDisksFiles]
- Exchcsp.dll=1
- regcsp.exe=1
- ; regfile.bat=1
- exchcsp.sig=1
-
- [DestinationDirs]
- CSPFile=49001,System\MAPI ; 49001 = CSP directory from Crypto Provider Defaults Image Path
- TEMPFile=49002 ; 49002 = Current user"s temp directory path
-
- [CSPFile]
- Exchcsp.dll,,,32
-
- [TEMPFile]
- regcsp.exe
- exchcsp.sig
- ; regfile.bat
-
- [InstDest]
- ; 49000=CheckCSPInstalled,7 ;Check for Outlook CSP Path before installing ABORTS 22 = install if reg key is not found
- 49001=CheckCSPInstallPath,7 ;Check for Path to c:\program files\common files directory using reg key
- 49002=InstallLocation,5 ;Get location of the Office directory 1=prompt 5 = no prompt
-
- [CheckCSPInstalled]
- ; This section checks for the existence of Outlook on the users machine.
- "HKLM","%CSPPATH%","Image Path",%NoCSP%,""
-
- [CheckCSPInstallPath]
- ; This section checks for the existence program files\common files directory
- "HKLM",%CSPInstallPath%,"CommonFilesDir",%NoCSPInstallPath%,""
-
- [InstallLocation] ; This section gets the CSP Image Path directory out of the registry
- "HKLM",%CSPInstallPath%,"CommonFilesDir","",""
- ;"HKLM","%CSPInstallPath%","CommonFilesDir","",""
- ;"HKLM","%CSPInstallPath%","ProgramFilesDir","",""
-
- [RunPostSetupCommandsSection]
- regcsp.exe -q -t -n5 -p """%49002%\System\MAPI\exchcsp.dll""" %InternalBuild% """Microsoft Exchange Cryptographic Provider v1.0""" exchcsp.sig
-
- [Strings]
- DiskName="Microsoft Outlook 2000 High Encryption Support"
- NoCSP="Install Failed. Requires the Exchange Cryptographic Provider v1.0 to be present."
- NoCSPInstallPath="Install Failed. Unable to find a path to Common Files directory"
- ;
- CSPPATHTEST="SOFTWARE\Microsoft\Cryptography\Defaults\Provider\Microsoft TEST Cryptographic Provider v1.0"
- CSPPATH="SOFTWARE\Microsoft\Cryptography\Defaults\Provider\Microsoft Exchange Cryptographic Provider v1.0"
- ;
- TEMPPATH="Environment"
- ;
- CSPInstallPath="SOFTWARE\Microsoft\Windows\CurrentVersion"
-
- nosetupapi="You must have the 32-bit Setup Engine available, installation aborted."
- NoEnhanced="High Encryption Support for Microsoft Outlook requires domestic IE 4.01 or greater."
- DefaultLocation="C:\Program Files\Common Files\System\MAPI"
- ; Optional flag for regcsp will be included by the build process
- ; The last line in this INF file must be either
- ; InternalBuild="-Z"
- ; -OR-
- ; InternalBuild=""
-
- InternalBuild=
-