home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2000 May / PCW_MAY2000.iso / Patch / outptch2.exe / RCDATA / CABINET / Newpat.INF < prev    next >
Windows Setup INFormation  |  1998-08-10  |  2KB  |  76 lines

  1. ;Outlook 98 Security Patch 1.0
  2.  
  3. [Version]
  4. Signature="$CHICAGO$"
  5. AdvancedINF=2.0
  6.  
  7. [DefaultInstall]
  8. RunPreSetupCommands=Detect
  9. RunPostSetupCommands=SetPid
  10. Copyfiles=OfficeFiles, SYSFiles
  11. CustomDestination=InstDest
  12.  
  13. [SourceDisksNames]
  14. 1=%DiskName%,,1
  15.  
  16. [SourceDisksFiles]
  17. outlmime.dll    = 1     ; office
  18. outllib.dll    = 1    ; office
  19. pstprx32.dll    = 1    ; office
  20. contab32.dll    = 1    ; system
  21. minet32.dll    = 1    ; system
  22. oepat401.exe    = 1    ; system
  23. oepatsp1.exe     = 1    ; system
  24.  
  25. [DestinationDirs]
  26. OfficeFiles=49001       ; Office directory
  27. SYSFiles=11        ; System
  28.  
  29. [Detect]
  30. dtcklang.exe %LangToken%
  31. getpid.exe
  32.  
  33. [SetPid]
  34. setpid.exe %49001%\outllib.dll
  35. oepat401.exe /R:N /Q:A 
  36. oepatsp1.exe /R:N /Q:A
  37. delkey.exe
  38.  
  39. [OfficeFiles]
  40. outlmime.dll
  41. outllib.dll
  42. pstprx32.dll
  43.  
  44. [SYSFiles]
  45. contab32.dll
  46. minet32.dll
  47.  
  48. [InstDest]
  49. 49003=IsEng,7            ;Check for the Localization key
  50. 49000=IsItThere,7        ;Check for Outlook before installing
  51. 49002=Is8there,7        ;Check for Office 8.0 before installing
  52. 49001=WhereToPutIt,5        ;Get location of the Office directory
  53.  
  54. [IsEng]     ; Checks for localization key
  55. "HKCU","%LocCheckKey%","LVer",%NotEnglish%,""
  56.  
  57. [IsItThere]     ; This section checks for the existence of Outlook ont he users machines.
  58. "HKLM","%OutlookKey%","Path",%NoOutlook%,""
  59.  
  60. [Is8There]     ; This section checks for the 8.0 office tree. Its the best we can get with an iexpress
  61. "HKLM","%OfficeKey%","BinDirPath",%NoOutlook%,""
  62.  
  63. [WhereToPutIt]  ; This section gets the location of the Outlook.exe
  64. "HKLM","%OutlookKey%","Path","",""
  65. "","","","%Prompt%",%DefaultLocation%
  66.  
  67. [Strings]
  68. DiskName="Outlook 98 Security Patch"
  69. LocCheckKey="Detect"
  70. NotEnglish="This patch is for English versions of Outlook 98 only. Patch canceled."
  71. OutlookKey="SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\OUTLOOK.EXE"
  72. OfficeKey="SOFTWARE\Microsoft\Office\8.0"
  73. NoOutlook="You must have installed Microsoft Outlook 98 to use this patch."
  74. Prompt="Office Directory"
  75. LangToken="1033"
  76. DefaultLocation="C:\Program Files\Microsoft Office\Office"