home *** CD-ROM | disk | FTP | other *** search
/ Soft 19 / Soft19.iso / win95-rc / precopy2.cab / osr2.inf < prev    next >
INI File  |  1996-05-20  |  3KB  |  98 lines

  1. ;OSR2.INF
  2. ;
  3. ;  Sets registry info for updated files
  4. ;  included in OEM Service Release 1 
  5. ;   and OEM Service Release 2.
  6.  
  7. ; Copyright 1993-1996, Microsoft Corporation
  8.  
  9. [version]
  10. signature="$CHICAGO$"
  11. Layoutfile=layout.inf
  12. SetupClass=BASE
  13.  
  14. [BaseWinOptions]
  15. OSRInstall
  16.  
  17. [OSRInstall]
  18. CopyFiles=W95OSR.copy.win, W95OSR.copy.hlp
  19. DelReg=OSR.delreg
  20. AddReg=OSR.addreg
  21. UPdateInis=OSR.UpdateInis
  22.  
  23. [DestinationDirs]
  24. W95OSR.copy.win     = 25
  25. W95OSR.copy.hlp     = 18
  26.  
  27. [W95OSR.copy.win]
  28. qfecheck.exe,,,32
  29.  
  30. [W95OSR.copy.hlp]
  31. qfecheck.hlp,,,32
  32.  
  33. [OSR.addreg]
  34. ;-------------------------------------------------------------
  35. ; Add QFE information to registry
  36. ;-------------------------------------------------------------
  37. HKLM,%Updates%\UPD001,,,%UPD001_Desc%
  38. HKLM,%Updates%\UPD001,%11%\OLE32.DLL,,"2.10.35.36"
  39.  
  40. HKLM,%Updates%\UPD002,,,%UPD002_Desc%
  41. HKLM,%Updates%\UPD002,%11%\SHELL32.DLL,,"4.00.951"
  42.  
  43. HKLM,%Updates%\UPD003,,,%UPD003_Desc%
  44. HKLM,%Updates%\UPD003,%11%\COMDLG32.DLL,,"4.00.951"
  45.  
  46. HKLM,%Updates%\UPD004,,,%UPD004_Desc%
  47. HKLM,%Updates%\UPD004,%11%\VSERVER.VXD,,"4.00.952"
  48.  
  49. HKLM,%Updates%\UPD005,,,%UPD005_Desc%
  50. HKLM,%Updates%\UPD005,%11%\NWSERVER.VXD,,"4.00.951"
  51.  
  52. HKLM,%Updates%\UPD006,,,%UPD006_Desc%
  53. HKLM,%Updates%\UPD006,%11%\VREDIR.VXD,,"4.00.955"
  54.  
  55. HKLM,%Updates%\UPD007,,,%UPD007_Desc%
  56. HKLM,%Updates%\UPD007,%11%\MSPWL32.DLL,,"4.00.951"
  57. HKLM,%Updates%\UPD007,%26%\NET.EXE,,"4.00.951"
  58.  
  59. HKLM,%Updates%\UPD008,,,%UPD008_Desc%
  60. HKLM,%Updates%\UPD008,%11%\SAGE.DLL,,"4.40.311"
  61.  
  62. HKLM,%Updates%\UPD010,,,%UPD0010_Desc%
  63. HKLM,%Updates%\UPD010,%11%\LPT.VXD,,"4.00.953"
  64.  
  65.  
  66. [OSR.delreg]
  67. ;-------------------------------------------------------------
  68. ;  Remove SP1 QFE information from registry
  69. ;-------------------------------------------------------------
  70.  
  71. ; fix for incorrect registry entry in OSR-1.
  72. HKLM,%Updates%\UPD009,%24%\EXCHNG32.EXE,,"4.0.410.87"
  73.  
  74. [ServPack.UpdateInis]
  75. setup.ini,progman.groups,,"group11=%SYSTOOLS_DESC%"
  76. setup.ini,group11,,"""%QFE_Tool_Desc%"",qfeCHECK.EXE"
  77.  
  78. [strings]
  79. ;Don't Localize the following:
  80. Updates = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\Updates"
  81. Remove =  "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"
  82.  
  83. ;Localize the following:
  84. UPD001_Desc = "OLE 32 update"
  85. UPD002_Desc = "Shell update"
  86. UPD003_Desc = "Common dialog update for Windows 3.1 print drivers"
  87. UPD004_Desc = "File and printer sharing update for Microsoft Networks"
  88. UPD005_Desc = "File and printer sharing update for Netware Networks"
  89. UPD006_Desc = "Vredir update for Samba UNIX servers"
  90. UPD007_Desc = "Enhanced password cache security update"
  91. UPD008_Desc = "System Agent update"
  92. UPD009_Desc = "Exchange update"
  93. UPD0010_Desc = "Printer Port update"
  94.  
  95. Disc_Desc = "Windows 95 Disk"
  96. QFE_Tool_Desc = "Update Information Tool"
  97. SYSTOOLS_DESC ="Accessories\System Tools"
  98.