Leaked source code of windows server 2003
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.

110 lines
2.6 KiB

  1. ; TAPI.INF
  2. ;
  3. ; Copyright (c) Microsoft Corporation. All rights reserved.
  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. tapisrv.exe=1
  19. tapiupr.exe=1
  20. telephon.cp$=1
  21. telephon.cpl=1
  22. tlocmgr.exe=1
  23. tsp3216l.tsp=1
  24. tsp3216s.dll=1
  25. [DestinationDirs]
  26. MS_TAPI_HelpFiles = 18 ; LDID_HELP
  27. MS_TAPI_SYS_CopyFiles = 11 ; LDID_SYS
  28. MS_TAPI_CopyFiles = 10 ; LDID_WIN
  29. tapibase.files = 17 ; LDID_INF
  30. tapibase.del.files = 25 ; LDID_SHARED
  31. [BaseWinOptions]
  32. tapibase
  33. tapi
  34. [tapibase]
  35. CopyFiles=tapibase.files
  36. DelFiles=tapibase.del.files
  37. [tapi]
  38. OptionDesc=%MS_TAPI_Desc%
  39. CopyFiles=MS_TAPI_SYS_CopyFiles, MS_TAPI_HelpFiles
  40. AddReg = add.reg
  41. [MS_TAPI_CopyFiles]
  42. tlocmgr.exe
  43. [MS_TAPI_SYS_CopyFiles]
  44. tapi.dll
  45. tapi32.dll
  46. tapisrv.exe
  47. tapiupr.exe
  48. tsp3216l.tsp
  49. tsp3216s.dll
  50. telephon.cp$, telephon.cpl
  51. tsp3216s.sym
  52. tsp3216l.sym
  53. tapi.sym
  54. tapi32.sym
  55. tapisrv.sym
  56. [MS_TAPI_HelpFiles]
  57. telephon.hlp
  58. [tapibase.files]
  59. tapi.inf
  60. [tapibase.del.files]
  61. tapi.dll
  62. tapi32.dll
  63. tapisrv.exe
  64. tapiupr.exe
  65. telephon.cpl
  66. tsp3216l.tsp
  67. tsp3216s.dll
  68. tlocmgr.exe
  69. telephon.cpl
  70. telephon.cp$
  71. telephon.hlp
  72. [add.reg]
  73. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,TapiSetup,,"tapiupr.exe"
  74. HKLM,Software\Microsoft\Windows\CurrentVersion\Telephony,,,
  75. HKLM,Software\Microsoft\Windows\CurrentVersion\Telephony\Locations,"NextID",1,01,00,00,00
  76. HKLM,"Software\Microsoft\Windows\CurrentVersion\Telephony\Providers","NumProviders",1,01,00,00,00
  77. HKLM,"Software\Microsoft\Windows\CurrentVersion\Telephony\Providers","NextID",1,02,00,00,00
  78. HKLM,"Software\Microsoft\Windows\CurrentVersion\Telephony\Providers","ProviderID0",1,01,00,00,00
  79. HKLM,"Software\Microsoft\Windows\CurrentVersion\Telephony\Providers","ProviderFilename0",0,"TSP3216l.TSP"
  80. HKLM,"Software\Microsoft\Windows\CurrentVersion\Telephony\Providers\Provider1","comm/datamodem",1,00,00,00,00
  81. HKLM,Software\Microsoft\Windows\CurrentVersion\Telephony,Tapi32DebugLevel,1,02,00,00,00
  82. HKLM,Software\Microsoft\Windows\CurrentVersion\Telephony,TapiSrvDebugLevel,1,02,00,00,00
  83. HKLM,Software\Microsoft\Windows\CurrentVersion\Telephony,TelephonDebugLevel,1,02,00,00,00
  84. HKLM,Software\Microsoft\Windows\CurrentVersion\Telephony\Providers\Provider1,DebugLevel,1,02,00,00,00
  85. [UpdateTelephonIni]
  86. %10%\TELEPHON.INI,Debug,,"TSP3216SDebugLevel=99"
  87. [Strings]
  88. MS_TAPI_Desc = "Telephony Support"