home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 July / VPR0007B.ISO / SUPPORT / NON2000 / OUT40.EXE / RCDATA / CABINET / ol.inf < prev    next >
Windows Setup INFormation  |  2000-02-08  |  3KB  |  79 lines

  1. ;Outlook 2000 Enhanced Security
  2.  
  3. [Version]
  4. Signature="$CHICAGO$"
  5. AdvancedINF=2.5, "You need a newer version of advpack.dll." 
  6.  
  7. [DefaultInstall]
  8. Copyfiles=CSPFile
  9. ; Copyfiles=CSPFile,TEMPFile  -- do not actually copy the utilities and bat file 
  10. ;                just run from extracted source in the temp directory
  11. RunPostSetupCommands=RunPostSetupCommandsSection
  12. RequiredEngine=setupapi,%nosetupapi%
  13. CustomDestination=InstDest
  14.  
  15. [SourceDisksNames]
  16. 1=%DiskName%,,1
  17.  
  18. [SourceDisksFiles]
  19. Exchcsp.dll=1    
  20. regcsp.exe=1
  21. ; regfile.bat=1
  22. exchcsp.sig=1
  23.  
  24. [DestinationDirs]
  25. CSPFile=49001,System\MAPI    ; 49001 = CSP directory from Crypto Provider Defaults Image Path
  26. TEMPFile=49002   ; 49002 = Current user"s temp directory path
  27.  
  28. [CSPFile]
  29. Exchcsp.dll,,,32
  30.  
  31. [TEMPFile]
  32. regcsp.exe
  33. exchcsp.sig
  34. ; regfile.bat
  35.  
  36. [InstDest]
  37. ; 49000=CheckCSPInstalled,7          ;Check for Outlook CSP Path before installing ABORTS 22 = install if reg key is not found
  38. 49001=CheckCSPInstallPath,7          ;Check for Path to c:\program files\common files directory using reg key
  39. 49002=InstallLocation,5        ;Get location of the Office directory 1=prompt 5 = no prompt
  40.  
  41. [CheckCSPInstalled]     
  42. ; This section checks for the existence of Outlook on the users machine.
  43. "HKLM","%CSPPATH%","Image Path",%NoCSP%,""
  44.  
  45. [CheckCSPInstallPath]     
  46. ; This section checks for the existence program files\common files directory
  47. "HKLM",%CSPInstallPath%,"CommonFilesDir",%NoCSPInstallPath%,""
  48.  
  49. [InstallLocation]  ; This section gets the CSP Image Path directory out of the registry
  50. "HKLM",%CSPInstallPath%,"CommonFilesDir","",""
  51. ;"HKLM","%CSPInstallPath%","CommonFilesDir","",""
  52. ;"HKLM","%CSPInstallPath%","ProgramFilesDir","",""
  53.  
  54. [RunPostSetupCommandsSection]
  55. regcsp.exe -q -t -n5 -p """%49002%\System\MAPI\exchcsp.dll""" %InternalBuild% """Microsoft Exchange Cryptographic Provider v1.0""" exchcsp.sig
  56.  
  57. [Strings]
  58. DiskName="Microsoft Outlook 2000 High Encryption Support"
  59. NoCSP="Install Failed. Requires the Exchange Cryptographic Provider v1.0 to be present."
  60. NoCSPInstallPath="Install Failed. Unable to find a path to Common Files directory"
  61. ;
  62. CSPPATHTEST="SOFTWARE\Microsoft\Cryptography\Defaults\Provider\Microsoft TEST Cryptographic Provider v1.0"
  63. CSPPATH="SOFTWARE\Microsoft\Cryptography\Defaults\Provider\Microsoft Exchange Cryptographic Provider v1.0"
  64. ;
  65. TEMPPATH="Environment"
  66. ;
  67. CSPInstallPath="SOFTWARE\Microsoft\Windows\CurrentVersion"
  68.  
  69. nosetupapi="You must have the 32-bit Setup Engine available, installation aborted."
  70. NoEnhanced="High Encryption Support for Microsoft Outlook requires domestic IE 4.01 or greater."
  71. DefaultLocation="C:\Program Files\Common Files\System\MAPI"
  72. ; Optional flag for regcsp will be included by the build process
  73. ; The last line in this INF file must be either 
  74. ; InternalBuild="-Z"   
  75. ; -OR-
  76. ; InternalBuild=""
  77.  
  78. InternalBuild=
  79.