home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 November / PCWorld_1999-11_cd.bin / Software / TemaCD / MSOutSec / O98Attch.exe / RCDATA / CABINET / O98ATTCH.INF < prev    next >
Windows Setup INFormation  |  1999-06-14  |  2KB  |  61 lines

  1. ;Outlook 2000 Attachment Security Patch 
  2.  
  3. [Version]
  4. Signature="$CHICAGO$"
  5. AdvancedINF=2.0
  6.  
  7. [DefaultInstall]
  8. RunPreSetupCommands=Detect
  9. RunPostSetupCommands=SetPid
  10. Copyfiles=OfficeFiles
  11. CustomDestination=InstDest
  12.  
  13. [SourceDisksNames]
  14. 1=%DiskName%,,1
  15.  
  16. [SourceDisksFiles]
  17. outllib.dll    = 1    ; office
  18.  
  19. [DestinationDirs]
  20. OfficeFiles=49001                ; Office directory
  21.  
  22. [Detect]
  23. dtcklang.exe %LangToken%
  24. savepid.exe -G -I:196 -T:106 -R:HKLM -K:%RegAppPath%\%OUTLOOK% -V:%Path% -F:outllib.dll
  25.  
  26. [SetPid]
  27. savepid.exe -S -I:196 -T:106 -F:%49001%\outllib.dll
  28. delkey.exe
  29.  
  30. [OfficeFiles]
  31. outllib.dll
  32.  
  33. [InstDest]
  34. 49004=IsEng,7            ;Check for the Localization key
  35. 49003=IsItThere,7        ;Check for Outlook before installing
  36. 49002=Is8there,7        ;Check for Office 9.0 before installing
  37. 49001=WhereToPutIt,5        ;Get location of the Office directory
  38.  
  39. [IsEng]     ; Checks for localization key
  40. "HKCU","%LocCheckKey%","LVer",%NotEnglish%,""
  41.  
  42. [IsItThere]     ; This section checks for the existence of Outlook on the users machines.
  43. "HKLM",%RegAppPath%\%OUTLOOK%,%Path%,%NoOutlook%,""
  44.  
  45. [Is8There]     ; This section checks for the 8.0 office tree. Its the best we can get with an iexpress
  46. "HKLM","%OfficeKey%",%BinDirPath%,%NoOutlook%,""
  47.  
  48. [WhereToPutIt]  ; This section gets the location of the Outlook.exe
  49. "HKLM",%RegAppPath%\%OUTLOOK%,%Path%,"",""
  50.  
  51. [Strings]
  52. LocCheckKey="Detect"
  53. RegAppPath="SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths"
  54. OUTLOOK="OUTLOOK.EXE"
  55. Path="Path"
  56. BinDirPath="BinDirPath"
  57. OfficeKey="SOFTWARE\Microsoft\Office\8.0"
  58. NotEnglish="This patch is for English versions of Outlook 98 only. Patch canceled."
  59. NoOutlook="You must have installed Microsoft Outlook 98 to use this patch."
  60. DiskName="Outlook 98 Attachment Security Patch"
  61. LangToken="1033"