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.

133 lines
3.4 KiB

  1. ; TAPI.INF
  2. ;
  3. ; Copyright 1993,1994,1995 Microsoft Corporation
  4. [version]
  5. ;LayoutFile=layout.inf
  6. signature="$CHICAGO$"
  7. ;SetupClass=BASE
  8. [DefaultInstall]
  9. CopyFiles=tapibase.files, MS_TAPI_SYS_CopyFiles, MS_TAPI_HelpFiles
  10. DelFiles=tapibase.del.files
  11. AddReg = add.reg
  12. UpdateInis=UpdateTelephonIni
  13. [SourceDisksNames]
  14. 1="Tapi","",1
  15. [SourceDisksFiles]
  16. tapi.dll=1
  17. tapi32.dll=1
  18. tapiui.dll=1
  19. tapisrv.exe=1
  20. tapiupr.exe=1
  21. telephon.cpl=1
  22. tlocmgr.exe=1
  23. tapi16.exe=1
  24. tsp3216l.tsp=1
  25. tsp3216s.dll=1
  26. remotesp.tsp=1
  27. [DestinationDirs]
  28. MS_TAPI_HelpFiles = 18 ; LDID_HELP
  29. MS_TAPI_SYS_CopyFiles = 11 ; LDID_SYS
  30. MS_TAPI_CopyFiles = 10 ; LDID_WIN
  31. tapibase.files = 17 ; LDID_INF
  32. tapibase.del.files = 25 ; LDID_SHARED
  33. [BaseWinOptions]
  34. tapibase
  35. tapi
  36. [tapibase]
  37. CopyFiles=tapibase.files
  38. DelFiles=tapibase.del.files
  39. [tapi]
  40. OptionDesc=%MS_TAPI_Desc%
  41. CopyFiles=MS_TAPI_SYS_CopyFiles, MS_TAPI_HelpFiles
  42. AddReg = add.reg
  43. [MS_TAPI_CopyFiles]
  44. tlocmgr.exe
  45. [MS_TAPI_SYS_CopyFiles]
  46. tapi.dll
  47. tapi32.dll
  48. tapiui.dll
  49. tapisrv.exe
  50. tapiupr.exe
  51. tapi16.exe
  52. tsp3216l.tsp
  53. tsp3216s.dll
  54. telephon.cpl
  55. remotesp.tsp
  56. tsp3216s.sym
  57. tsp3216l.sym
  58. tapi.sym
  59. tapi16.sym
  60. tapi32.sym
  61. tapisrv.sym
  62. [MS_TAPI_HelpFiles]
  63. ;telephon.hlp
  64. [tapibase.files]
  65. tomahawk.inf
  66. ;tapi.inf
  67. [tapibase.del.files]
  68. tapi.dll
  69. tapi32.dll
  70. tapiui.dll
  71. tapisrv.exe
  72. tapiupr.exe
  73. telephon.cpl
  74. tapi16.exe
  75. tsp3216l.tsp
  76. tsp3216s.dll
  77. tlocmgr.exe
  78. remotesp.tsp
  79. telephon.cpl
  80. telephon.cp$
  81. ;telephon.hlp
  82. tsp3216s.sym
  83. tsp3216l.sym
  84. tapi.sym
  85. tapi16.sym
  86. tapi32.sym
  87. tapisrv.sym
  88. [add.reg]
  89. HKCU,Software\Microsoft\Windows\CurrentVersion\Telephony,,,
  90. HKCU,Software\Microsoft\Windows\CurrentVersion\Telephony\HandoffPriorities,"RequestMakeCall",2,"DIALER.EXE"
  91. HKU,Software\Microsoft\Windows\CurrentVersion\Telephony,,,
  92. HKU,Software\Microsoft\Windows\CurrentVersion\Telephony\HandoffPriorities,"RequestMakeCall",2,"DIALER.EXE"
  93. HKLM,Software\Microsoft\Windows\CurrentVersion\Telephony,,,
  94. HKLM,Software\Microsoft\Windows\CurrentVersion\Telephony\Locations,"NextID",3,01,00,00,00
  95. HKLM,Software\Microsoft\Windows\CurrentVersion\Telephony\Locations,"DisableCallWaiting",3,03,00,00,00
  96. HKLM,Software\Microsoft\Windows\CurrentVersion\Telephony\Locations,"DisableCallWaiting0",2,"*70,"
  97. HKLM,Software\Microsoft\Windows\CurrentVersion\Telephony\Locations,"DisableCallWaiting1",2,"70#,"
  98. HKLM,Software\Microsoft\Windows\CurrentVersion\Telephony\Locations,"DisableCallWaiting2",2,"1170,"
  99. HKLM,"Software\Microsoft\Windows\CurrentVersion\Telephony\Providers","NumProviders",3,01,00,00,00
  100. HKLM,"Software\Microsoft\Windows\CurrentVersion\Telephony\Providers","NextProviderID",3,10,00,00,00
  101. HKLM,"Software\Microsoft\Windows\CurrentVersion\Telephony\Providers","ProviderID0",3,09,00,00,00
  102. HKLM,"Software\Microsoft\Windows\CurrentVersion\Telephony\Providers","ProviderFilename0",2,"TSP3216l.TSP"
  103. HKLM,"Software\Microsoft\Windows\CurrentVersion\Telephony\Provider9","comm/datamodem",3,00,00,00,00
  104. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,TapiSetup,,"tapiini.exe"
  105. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,TapiSetup2,,"tapiupr.exe"
  106. HKLM,Software\Microsoft\Windows\CurrentVersion\Telephony,Tapi32DebugLevel,3,02,00,00,00
  107. HKLM,Software\Microsoft\Windows\CurrentVersion\Telephony,TapiSrvDebugLevel,3,02,00,00,00
  108. HKLM,Software\Microsoft\Windows\CurrentVersion\Telephony,TelephonDebugLevel,3,02,00,00,00
  109. [UpdateTelephonIni]
  110. %10%\TELEPHON.INI,Debug,,"TSP3216SDebugLevel=99"
  111. [Strings]
  112. MS_TAPI_Desc = "Telephony Support"