Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
2.3 KiB

  1. [version]
  2. signature="$CHICAGO$"
  3. SetupClass=BASE
  4. LayoutFile=layout.inf
  5. [BaseWinOptions]
  6. TShoot.base
  7. [DefaultInstall]
  8. CopyFiles=TShoot.Main.CF, TShoot.cab
  9. AddReg=TShoot.Add.Reg
  10. DelReg=TShoot.Del.Reg
  11. [TShoot.base]
  12. CopyFiles=TShoot.Main.CF, TShoot.INF, TShoot.cab
  13. AddReg=TShoot.Add.Reg
  14. [Destinationdirs]
  15. TShoot.Main.CF =18 ;Windows\Help Dir
  16. TShoot.cab =10, PCHEALTH\HELPCTR\BATCH
  17. [TShoot.cab]
  18. tshootas.cab
  19. [TShoot.Del.Reg]
  20. HKLM,"Software\TShoot"
  21. [TShoot.Add.Reg]
  22. ; HKLM,"Software\Microsoft\%TShoot_DirName%","FullPathToResource",0x00020000,"%18%"
  23. ; HKLM,"Software\Microsoft\%TShoot_DirName%\SupportFileList\tshoot_res.cab","FExtension",,".cab"
  24. ; HKLM,"Software\Microsoft\%TShoot_DirName%\SupportFileList\tshoot_res.cab","FName",,"tshoot_res"
  25. ; HKLM,"Software\Microsoft\%TShoot_DirName%\SupportFileList\tshoot_res.cab","Version",,"1"
  26. HKLM,"Software\Microsoft\%TShoot_DirName%\TroubleshooterList\tsClusterInstall","FExtension",,".dsc"
  27. HKLM,"Software\Microsoft\%TShoot_DirName%\TroubleshooterList\tsClusterInstall","FName",,"tsClusterInstall"
  28. HKLM,"Software\Microsoft\%TShoot_DirName%\TroubleshooterList\tsClusterInstall","Version",,"3"
  29. HKLM,"Software\Microsoft\%TShoot_DirName%\TroubleshooterList\tsClusterInstall","Path",,"%18%\tshootas.chm"
  30. HKLM,"Software\Microsoft\%TShoot_DirName%\TroubleshooterList\tsClusterConfig","FExtension",,".dsc"
  31. HKLM,"Software\Microsoft\%TShoot_DirName%\TroubleshooterList\tsClusterConfig","FName",,"tsClusterConfig"
  32. HKLM,"Software\Microsoft\%TShoot_DirName%\TroubleshooterList\tsClusterConfig","Version",,"3"
  33. HKLM,"Software\Microsoft\%TShoot_DirName%\TroubleshooterList\tsClusterConfig","Path",,"%18%\tshootas.chm"
  34. HKLM,"Software\Microsoft\%TShoot_DirName%\TroubleshooterList\tshootas","CHMVersion",,"1"
  35. HKLM,Software\Microsoft\Windows\CurrentVersion\Runonce,"TshootDLL_Reg",,"%11%\regsvr32 /s %18%\TShoot.dll"
  36. HKLM,Software\Microsoft\Windows\CurrentVersion\Runonce,"SstubDLL_Reg",,"%11%\regsvr32 /s %18%\sstub.dll"
  37. HKLM,Software\Microsoft\Windows\CurrentVersion\Runonce,"SniffpolDLL_Reg",,"%11%\regsvr32 /s %18%\sniffpol.dll"
  38. [TShoot.Main.CF]
  39. bnts.dll,,,4
  40. TSHOOT.dll,,,4
  41. sniffpol.dll,,,4
  42. sstub.dll,,,4
  43. sstub.dll,,,4
  44. ;w0tshelp.hlp
  45. ; commented by a-moinab, to be introduced later
  46. ;tshootas.chm
  47. [TShoot.Main.CF.Security]
  48. "D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
  49. [Strings]
  50. TShoot_Desc = "Microsoft Local Troubleshooter"
  51. TShoot_DirName = "TShoot"