home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 November / PCWorld_1999-11_cd.bin / Software / TemaCD / MSOutSec / O2kAttch.exe / RCDATA / CABINET / O2KATTCH.INF < prev    next >
Windows Setup INFormation  |  1999-06-29  |  2KB  |  59 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. CustomDestination=InstDest
  11.  
  12. [SourceDisksNames]
  13. 1=%DiskName%,,1
  14.  
  15. [SourceDisksFiles]
  16. outllib.dll    = 1    ; office
  17.  
  18. [DestinationDirs]
  19. OfficeFiles=49001                ; Office directory
  20. LangFiles=49001,%LangToken%      ; Language Subdirectory
  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. msiexec %MSIParam%
  28. savepid.exe -S -I:196 -T:106 -F:%49001%\outllib.dll
  29. delkey.exe
  30.  
  31. [InstDest]
  32. 49004=IsEng,7            ;Check for the Localization key
  33. 49003=IsItThere,7        ;Check for Outlook before installing
  34. 49002=Is8there,7        ;Check for Office 9.0 before installing
  35. ;49001=WhereToPutIt,5        ;Get location of the Office directory
  36.  
  37. [IsEng]     ; Checks for localization key
  38. "HKCU","%LocCheckKey%","LVer",%NotEnglish%,""
  39.  
  40. [IsItThere]     ; This section checks for the existence of Outlook on the users machines.
  41. "HKLM",%RegAppPath%\%OUTLOOK%,%Path%,%NoOutlook%,""
  42.  
  43. [Is8There]     ; This section checks for the 8.0 office tree. Its the best we can get with an iexpress
  44. "HKLM","%OfficeKey%",%Path%,%NoOutlook%,""
  45.  
  46. ;[WhereToPutIt]  ; This section gets the location of the Outlook.exe
  47. ;"HKLM",%RegAppPath%\%OUTLOOK%,%Path%,"",""
  48.  
  49. [Strings]
  50. LocCheckKey="Detect"
  51. RegAppPath="SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths"
  52. OUTLOOK="OUTLOOK.EXE"
  53. Path="Path"
  54. MSIParam="/p OQFE2051.msp"
  55. OfficeKey="SOFTWARE\Microsoft\Office\9.0\Outlook\InstallRoot"
  56. NotEnglish="This patch is for English versions of Outlook 2000 only. Patch canceled."
  57. NoOutlook="You must have installed Microsoft Outlook 2000 to use this patch."
  58. DiskName="Outlook 2000 Attachment Security Patch"
  59. LangToken="1033"