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.

78 lines
2.3 KiB

  1. ; TVPLAYER.INF
  2. ;
  3. ; This is the Setup information file to install the Microsoft TV Player
  4. ;
  5. ; Copyright (c) 2000 Microsoft Corporation
  6. ;
  7. [version]
  8. signature="$CHICAGO$"
  9. ClassGUID={00000000-0000-0000-0000-000000000000}
  10. Provider=%MSFT%
  11. [TVPlayer.Install]
  12. OptionDesc = %TVPLAYEROPT_DESC%
  13. CopyFiles = TVPlayer.AppFiles, TVPlayer.DllFiles, TVPlayer.SetupFiles
  14. DelFiles = TVPlayer.AppFiles, TVPlayer.DllFiles, TVPlayer.SetupFiles
  15. ProfileItems = TVPlayer.ProfileItems
  16. AddReg = TVPlayer.RegOldWay
  17. DelReg = TVPlayer.UnRegOldWay
  18. ;RegisterOCXs = TVPlayer.RegNewWay
  19. ;UnregisterOCXs = TVPlayer.RegNewWay
  20. [Uninstall]
  21. DelReg = TVPlayer.UnRegOldWay
  22. DelFiles = TVPlayer.AppFiles, TVPlayer.DllFiles, TVPlayer.SetupFiles
  23. [DestinationDirs]
  24. TVPlayer.AppFiles = 25,%TVDIR% ;
  25. TVPlayer.DllFiles = 11 ;
  26. TVPlayer.SetupFiles = 17 ;
  27. [TVPlayer.AppFiles]
  28. bigi.htm
  29. tvlaunch.hta
  30. overlay.gif
  31. tvdemo.htm
  32. [TVPlayer.DllFiles]
  33. fullsc.dll
  34. msmfcnt.dll
  35. sndctl.dll
  36. tvprof.dll
  37. [TVPlayer.SetupFiles]
  38. tvplayer.inf
  39. [TVPlayer.ProfileItems]
  40. Name = %TVPLAYER_NAME%
  41. CmdLine = 10,%TVDIR%,%TVPLAYER_LAUNCH%
  42. WorkingDir = 53
  43. Subdir = %Multimed_GROUP%
  44. [TVPlayer.RegOldWay]
  45. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce,"Fullsc.dll",,"%11%\regsvr32 %11%\fullsc.dll"
  46. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce,"Msmfcnt.dll",,"%11%\regsvr32 %11%\msmfcnt.dll"
  47. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce,"Sndctl.dll",,"%11%\regsvr32 %11%\sndctl.dll"
  48. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce,"TVProf.dll",,"%11%\regsvr32 %11%\tvprof.dll"
  49. [TVPlayer.UnRegOldWay]
  50. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce,"Fullsc.dll",,"%11%\regsvr32 /s /u """%11%\fullsc.dll""""
  51. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce,"Msmfcnt.dll",,"%11%\regsvr32 /s /u """%11%\msmfcnt.dll""""
  52. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce,"TVProf.dll",,"%11%\regsvr32 /s /u """%11%\tvprof.dll""""
  53. [TVPlayer.RegNewWay]
  54. %11%\fullsc.dll
  55. %11%\msmfcnt.dll
  56. %11%\sndctl.dll
  57. %11%\tvprof.dll
  58. [Strings]
  59. TVDIR = "TVPlayer"
  60. MSFT = "Microsoft Corporation"
  61. TVPLAYEROPT_DESC = "Microsoft TV Player"
  62. TVPLAYER_NAME = "TVPlayer"
  63. TVPLAYER_LAUNCH = "tvlaunch.hta"
  64. Multimed_GROUP = "Accessories\Entertainment"
  65. TVPLAYER_TIP = "Utility to view television on your PC"