home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / software / tipsnt95 / tearfix / tearfixi.exe / hotfix.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1998-01-09  |  7.2 KB  |  260 lines

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