home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 May / PCW0501.iso / patch / WIN98SP1 / SYSUPD / W98CSP.EXE / RCDATA / CABINET / UPDATE.INF < prev   
Windows Setup INFormation  |  1999-05-26  |  4KB  |  112 lines

  1. [Version]
  2. LayoutFile=layout.inf
  3. Signature="$CHICAGO$"
  4. MajorVersionToUpdate=4
  5. MinorVersionToUpdate=10
  6. UpdateVersion=0001
  7. LanguageType=%LangTypeValue%
  8. RequiredFreeSpaceNoUninstall=10
  9. RequiredFreeSpaceWithUninstall=11
  10.  
  11. [Base.Infs]       ; Add base INF's here.
  12. preserve.inf
  13.  
  14. [Install.Update]
  15. CopyFiles=Copy.system.files,Copy.system32.drv,Copy.msinfo,Copy.cab,Copy.system.vmm32,Copy.inf
  16. DelFiles=Copy.cab
  17. AddReg=Product.Add.Reg, MSInfo.Add.Reg
  18. DelReg=Product.Del.Reg
  19.  
  20. [Product.Add.Reg]
  21. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%",,,"%UPDATE_TITLE%"
  22. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","IsInstalled",0x10001,01,00,00,00
  23. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","Locale",,"%LANG%"
  24. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","Version",,"%VERSION%"
  25.  
  26. [MSInfo.Add.Reg]
  27. HKLM,"Software\Microsoft\Windows\CurrentVersion\Setup\Updates",,,"Software Updates"
  28. HKLM,"Software\Microsoft\Windows\CurrentVersion\Setup\Updates","CLSID",,"{7C932103-8F48-11D2-90FE-00A0C99CA3CA}"
  29. ;write the key for csp
  30. HKLM,"Software\Microsoft\Windows\CurrentVersion\Setup\Updates","%UPDATE_TITLE%",,"%VERSION%"
  31.  
  32. HKLM,"%KEY_RUNONCE%","MSI_RegSvr_MSUPDATE.OCX",0,"%11%\regsvr32.exe /s %61508%\%MSInfo%\msupdate.ocx"
  33.  
  34. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  35. ;;;;;; Uninstall stuff ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  36. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  37.  
  38. [Save.Reg.For.Uninstall]
  39. HKLM,"Software\Microsoft\Windows\CurrentVersion","Version"
  40. HKLM,"Software\Microsoft\Windows\CurrentVersion","VersionNumber"
  41. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%"
  42. HKLM,"Enum"    
  43. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Windows"
  44. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\WindowsCleanup"
  45. HKLM,"%KEY_UPDATE%"
  46. HKLM,"Software\Microsoft\Windows\CurrentVersion\Setup\Updates"
  47.  
  48. [Product.Del.Reg]
  49. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Windows"
  50. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\WindowsCleanup"
  51. HKLM,"%KEY_UPDATE%"
  52.  
  53. [DestinationDirs]
  54. Copy.system.files = 11                  ; %windir%\system (copy even if don't exist)
  55. Copy.iosubsys     = 10,system\iosubsys  ; %windir%\system\iosubsys
  56. Copy.system.vmm32 = 11,vmm32            ; %windir%\system\vmm32 (copy even if don't exist)
  57. Copy.system32.drv = 10,system32\drivers ; %windir%\system32\drivers
  58. Copy.msinfo       = 24,PROGRA~1\COMMON~1\MICROS~1\MSINFO
  59. Copy.cab          = 11,PRECOPY
  60. Copy.inf          = 17
  61.  
  62. [Copy.inf]
  63. enable.inf
  64.  
  65. [Copy.system32.drv]
  66. usbd.sys,,,32
  67. openhci.sys,,,32
  68. uhcd.sys,,,32
  69. usbhub.sys,,,32
  70. hidclass.sys,,,32
  71.  
  72. [Copy.system.vmm32]
  73. vtdapi.vxd,,,32
  74.  
  75. [Copy.system.files]
  76. msnp32.dll,,,32
  77. stimon.exe,,,32
  78. setupx.dll,,,32
  79. joyhid.vxd,,,32
  80. oleacc.dll,,,32
  81. oleaccrc.dll,,,32
  82. devmgr32.dll,,,32
  83. vserver.vxd,,,32
  84. accwiz.exe,,,32
  85. magnify.exe,,,32
  86. mag_hook.dll,,,32
  87. tapisrv.exe,,,32
  88. rnr20.dll,,,32
  89.  
  90. [Copy.cab]
  91. csp.cab
  92.  
  93. [Copy.msinfo]
  94. msupdate.ocx,,,32
  95. msinfo32.exe,,,32
  96.  
  97. [Strings]
  98. ;Localizable strings
  99. LangTypeValue               = 1033 ; 0x409 
  100. UPDATE_SHORT_TITLE          = "Service Pack"
  101. UPDATE_TITLE                = "Windows 98 Service Pack 1"
  102. SubVersionString            = " "
  103. LANG                        = "EN"
  104. MSInfo                      = "MSInfo"
  105.  
  106. ;Non-Localizable strings:
  107. KEY_RUNONCE                 = "SOFTWARE\Microsoft\Windows\CurrentVersion\Runonce"
  108. KEY_RENAME                  = "Software\Microsoft\Windows\CurrentVersion\RenameFiles"
  109. GUID                        = "{91d67b80-5482-11d2-bcc5-0000f83002c6}"
  110. KEY_UPDATE                  = "System\CurrentControlSet\Services\UPDATE"
  111. VERSION                     = "4,10,0,2000"
  112.