home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1998 January / DPPCPRO0198.ISO / patches / nt4sp3 / postsp3 / java-fix / javafixi.exe / hotfix.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-05-23  |  7.1 KB  |  255 lines

  1. [Version]
  2.  
  3.     Signature="$Windows NT$"
  4.  
  5.     NtBuildToUpdate=1381
  6.     NtMajorVersionToUpdate=4
  7.     NtMinorVersionToUpdate=0
  8.     NtServicePackVersion=768
  9.     HotfixNumber=%HOTFIX_NUMBER%
  10.  
  11.     LanguageType=%LangTypeValue%
  12.  
  13.     RequiredFreeSpaceNoUninstall=5
  14.     RequiredFreeSpaceWithUninstall=5
  15.  
  16. [ProductInstall.ReplaceFilesIfExist]
  17.  
  18.     CopyFiles=System32.files
  19.     CopyFiles=SystemRoot.files
  20.     CopyFiles=Inf.files
  21.     CopyFiles=Spldrv.files
  22.     CopyFiles=Fonts.files
  23.  
  24. [ProductInstall.DontDelayUntilReboot]
  25.  
  26.     ;
  27.     ; These files must be replaced before rebooting, not delayed-until-reboot,
  28.     ; because they are loaded before the delay-until-reboot code is executed.
  29.     ;
  30.  
  31.     CopyFiles=MustReplace.System32.files
  32.     CopyFiles=Drivers.files
  33.     CopyFiles=Osldr.files
  34.  
  35. [ProductInstall.CopyFilesAlways]
  36.  
  37.     CopyFiles=CopyAlways.System32.files
  38.     CopyFiles=CopyAlways.Drivers.files
  39.     CopyFiles=CopyAlways.Inf.files
  40.  
  41. [ProductInstall.ServerFiles]
  42.  
  43.     CopyFiles=Server.Inf.files
  44.  
  45. [ProductInstall.WorkstationFiles]
  46.  
  47.     CopyFiles=Workstation.Inf.files
  48.     DelReg=Product.Del.Reg.Workstation
  49.  
  50. [ProductInstall.UniprocessorFiles]
  51.  
  52.     CopyFiles=Uniprocessor.Kernel.files
  53.  
  54. [ProductInstall.MultiprocessorFiles]
  55.  
  56.     CopyFiles=Multiprocessor.Kernel.files
  57.  
  58. [ProductInstall.GlobalRegistryChanges]
  59.  
  60.     AddReg=Product.Add.Reg
  61.  
  62. [ProductInstall.GlobalRegistryChanges.x86]
  63.  
  64.     AddReg=Product.Add.Reg.x86
  65.  
  66. [ProductInstall.GlobalRegistryChanges.Alpha]
  67.  
  68.     AddReg=Product.Add.Reg.Alpha
  69.  
  70. [ProductInstall.GlobalRegistryChanges.PPC]
  71.  
  72.     AddReg=Product.Add.Reg.PPC
  73.  
  74. [IBM-6070.Section]
  75.  
  76.     AddReg=IBM-6070.AddReg
  77.  
  78. [IISSection]
  79.  
  80.     CopyFiles=IIS.files
  81.     CopyFiles=IISAdmin.files
  82.     AddReg=IIS.AddReg
  83.  
  84. [IISSectionServer]
  85.  
  86.     CopyFiles=Server.IIS.Inf.files
  87.     AddReg=Server.IIS.AddReg
  88.  
  89. [IISSectionWorkstation]
  90.  
  91.     CopyFiles=Workstation.IIS.Inf.files
  92.     AddReg=Workstation.IIS.AddReg
  93.  
  94. [FPNWSection]
  95.  
  96.     CopyFiles=FPNW.files
  97.  
  98. [HTRSection]
  99.  
  100.     CopyFiles=HTR.files
  101.  
  102. [IESection]
  103.  
  104.     CopyFiles=IE.files
  105.  
  106. [HyperSection]
  107.  
  108.     CopyFiles=Hyper.files
  109.  
  110. [EudcSection]
  111.  
  112.     CopyFiles=Eudc.files
  113.  
  114. [Save.Reg.For.Uninstall]
  115.  
  116. [Save.Reg.For.Uninstall]
  117.  
  118.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%
  119.  
  120. [Product.Add.Reg]
  121.  
  122.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%,"Installed",0x10001,1
  123.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%,"Comments",0,%COMMENT%
  124.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%,"Backup Dir",0,""
  125.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%,"Fix Description",0,%COMMENT%
  126.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%,"Installed By",0,""
  127.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%,"Installed On",0,""
  128.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%,"Valid",0x10001,1
  129.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%\File 1\,"Flags",0,""
  130.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%\File 1\,"New File",0,"Refer to %HOTFIX_NUMBER%"
  131.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%\File 1\,"New Link Date",0,""
  132.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%\File 1\,"Old Link Date",0,""
  133.  
  134. [DestinationDirs]
  135.  
  136.     SystemRoot.files=10             ; %windir% (replace if exist)
  137.  
  138.     System32.files=11               ; %windir%\system32 (replace if exist)
  139.     CopyAlways.System32.files=11    ; %windir%\system32 (copy even if don't exist)
  140.     MustReplace.System32.files=11   ; %windir%\system32 (don't delay until reboot)
  141.     CheckSecurity.System32.files=11 ; %windir%\system32 (warn if 40-bit replacing 128-bit)
  142.  
  143.     Drivers.files=12                ; %windir%\system32\drivers (don't delay until reboot)
  144.     CopyAlways.Drivers.files=12     ; %windir%\system32\drivers (copy even if don't exist)
  145.     CheckSecurity.Drivers.files=12  ; %windir%\system32 (warn if 40-bit replacing 128-bit)
  146.  
  147.     Uniprocessor.Kernel.files=11    ; %windir%\system32 (don't delay until reboot)
  148.     Multiprocessor.Kernel.files=11  ; %windir%\system32 (don't delay until reboot)
  149.  
  150.     Hal.files.x86=11                ; %windir%\system32     (don't delay until reboot)
  151.     Hal.files.Alpha=54              ; osloader.exe location (don't delay until reboot)
  152.     Hal.files.PPC=54                ; osloader.exe location (don't delay until reboot)
  153.  
  154.     Osldr.files=54                  ; path to ntldr or osloader.exe (don't delay until reboot)
  155.  
  156.     Inf.files=17                    ; %windir%\inf      (replace if exist)
  157.     CopyAlways.Inf.files=17         ; %windir%\inf      (copy even if don't exist)
  158.     Server.Inf.Files=11             ; %windir%\system32 (replace if exist)
  159.     Workstation.Inf.Files=11        ; %windir%\system32 (replace if exist)
  160.  
  161.     Fonts.files=20                  ; %windir%\fonts    (replace if exist)
  162.     Spldrv.files=52,2               ; %windir%\system32\spool\drivers\<platform>\2
  163.  
  164.     IIS.files=65601                 ; destination determined at runtime
  165.     IISAdmin.files=65601,iisadmin   ; destination determined at runtime
  166.     FPNW.files=65602                ; destination determined at runtime
  167.     HTR.files=65603                 ; destination determined at runtime
  168.     IE.files=65604                  ; destination determined at runtime
  169.     Hyper.files=65605               ; destination determined at runtime
  170.     Eudc.files=65606                ; destination determined at runtime
  171.     Server.IIS.Inf.Files=65601      ; destination determined at runtime
  172.     Workstation.IIS.Inf.Files=65601 ; destination determined at runtime
  173.  
  174. [MustReplace.System32.files]
  175.     WIN32K.SYS
  176.  
  177. [CopyAlways.System32.files]
  178.  
  179. [CopyAlways.Drivers.files]
  180.  
  181. [CopyAlways.Inf.files]
  182.  
  183. [SystemRoot.files]
  184.  
  185. [System32.files]
  186.  
  187. [Drivers.files]
  188.  
  189. [Osldr.files]
  190.  
  191. [Inf.files]
  192.  
  193. [Spldrv.files]
  194.  
  195. [Fonts.files]
  196.  
  197. [Uniprocessor.Kernel.files]
  198.  
  199. [Multiprocessor.Kernel.files]
  200.  
  201. [IIS.files]
  202.  
  203. [FPNW.files]
  204.  
  205. [HTR.files]
  206.  
  207. [IE.files]
  208.  
  209. [Hyper.files]
  210.  
  211. [Eudc.files]
  212.  
  213. [IISAdmin.files]
  214.  
  215. [Server.IIS.Inf.Files]
  216.  
  217. [Server.Inf.files]
  218.  
  219. [Workstation.IIS.Inf.Files]
  220.  
  221. [Workstation.Inf.files]
  222.  
  223. [Check.For.128.Security]
  224.  
  225.     ; Although this section is structured as an "Install" section with
  226.     ; "CopyFiles" sections, it only causes these files to be checked, not
  227.     ; copied.  Any files in these sections must also be specified in the
  228.     ; appropriate "CopyFiles" sections of a real "Install" section to
  229.     ; cause them to be copied.
  230.  
  231.     CopyFiles = CheckSecurity.System32.files
  232.     CopyFiles = CheckSecurity.Drivers.files
  233.  
  234. [CheckSecurity.System32.files]
  235.  
  236. [CheckSecurity.Drivers.files]
  237.  
  238. [SourceDisksNames]
  239.  
  240.     1=%ServicePackSourceFiles%
  241.  
  242. [SourceDisksFiles]
  243.     WIN32K.SYS = 1
  244.  
  245. [SourceDisksFiles.x86]
  246.  
  247. [SourceDisksFiles.Alpha]
  248.  
  249. [Strings]
  250.  
  251.     LangTypeValue=9
  252.     ServicePackSourceFiles="Windows NT 4.0 Hotfix Source Files"
  253.     HOTFIX_NUMBER="Q123456"
  254.     COMMENT="This fix corrects the problem with True Color adapter cards and Java"
  255.