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.

92 lines
2.3 KiB

  1. [version]
  2. signature="$CHICAGO$"
  3. AdvancedINF=2.5
  4. [DefaultInstall]
  5. RequiredEngine=Setupapi,%BadSetupVer%
  6. CustomDestination=PreSetupDestination
  7. RunPreSetupCommands=LaunchTrisetup.Install
  8. CopyFiles=Inf.Files
  9. [PreSetupDestination]
  10. 50000=SourceDir,5
  11. [LaunchTrisetup.Install]
  12. rundll32.exe advpack.dll,LaunchINFSectionEx %50000%\trisetup.inf,InstallTrisetup,,32
  13. [InstallTrisetup]
  14. RequiredEngine=Setupapi,%BadSetupVer%
  15. ComponentName="Trident v2"
  16. ComponentVersion=1.0
  17. RegisterOCXs=RegisterOCXFiles
  18. CopyFiles=System.Files
  19. AddReg=!Uninstall.Reg,Behaviors.Reg
  20. PreRollBack=PreUninstall
  21. [PreUninstall]
  22. DelReg=Trisetup.DelReg
  23. [Uninstall]
  24. BeginPrompt=BeginUninstall
  25. EndPrompt=EndUninstall
  26. RunPostSetupCommands=LaunchTrisetup.Uninstall
  27. [LaunchTrisetup.Uninstall]
  28. rundll32.exe advpack.dll,LaunchINFSectionEx %17%\trisetup.inf,InstallTrisetup,,256
  29. [SourceDisksNames]
  30. 55="%DisplayDesc%",,0
  31. [DestinationDirs]
  32. System.Files = 11
  33. Inf.Files = 17
  34. [SourceDisksFiles]
  35. iepeers.dll = 55
  36. mshtml.dll = 55
  37. mshtmled.dll = 55
  38. mshtmler.dll = 55
  39. mshtml.tlb = 55
  40. mshta.exe = 55
  41. trisetup.inf = 55
  42. [System.Files]
  43. iepeers.dll,,,4
  44. mshtml.dll,,,4
  45. mshtmled.dll,,,4
  46. mshtmler.dll,,,4
  47. mshtml.tlb,,,4
  48. mshta.exe,,,4
  49. [Inf.Files]
  50. trisetup.inf
  51. [RegisterOCXFiles]
  52. %11%\iepeers.dll
  53. %11%\mshtml.dll
  54. %11%\mshtmled.dll
  55. [!Uninstall.Reg]
  56. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\Trisetup","DisplayName",,%DisplayDesc%
  57. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Trisetup","UninstallString",,"rundll32 advpack.dll,LaunchINFSectionEx %17%\trisetup.inf,Uninstall"
  58. [Trisetup.DelReg]
  59. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\Trisetup"
  60. [Behaviors.Reg]
  61. HKLM,"SOFTWARE\Microsoft\Internet Explorer\Default Behaviors","TIME",,"CLSID:476c391c-3e0d-11d2-b948-00c04fa32195"
  62. HKLM,"SOFTWARE\Microsoft\Active Setup\ClsidFeature","{476c391c-3e0d-11d2-b948-00c04fa32195}",,"{283807B5-2C60-11D0-A31D-00AA00B92C03}!5,01,15,0829"
  63. [BeginUninstall]
  64. Prompt=%UninstallPrompt%
  65. ButtonType=OKCANC
  66. Title=%DisplayDesc%
  67. [EndUninstall]
  68. Prompt=%UninstallEnd%
  69. [Strings]
  70. BadSetupVer = "Your system is missing the required Setup engine."
  71. DisplayDesc = "Trident v2 setup"
  72. UninstallPrompt = "This will uninstall Trident v2, and restore previous binaries. Press OK to continue."
  73. UninstallEnd = "Trident v2 uninstall completed."