home *** CD-ROM | disk | FTP | other *** search
/ Image Master / L80.iso / Win98 / PRECOPY2.CAB / tapi.inf < prev    next >
Encoding:
INI File  |  1998-05-11  |  3.3 KB  |  106 lines

  1.  
  2. ; TAPI.INF
  3. ;
  4. ; Copyright 1993,1994,1995 Microsoft Corporation
  5.  
  6. [version]
  7. LayoutFile= Layout.inf, Layout1.inf, Layout2.inf
  8. signature="$CHICAGO$"
  9. SetupClass=BASE
  10.  
  11. [DestinationDirs]
  12. MS_TAPI_SYS_CopyFiles    = 11    ; LDID_SYS
  13. MS_TAPI_CopyFiles        = 10    ; LDID_WIN
  14. tapibase.files           = 17    ; LDID_INF
  15. tapibase.del.files       = 11    ; LDID_sys
  16.  
  17. [BaseWinOptions]
  18. tapibase
  19. tapi
  20.  
  21. [tapibase]
  22. CopyFiles=tapibase.files
  23. DelFiles=tapibase.del.files
  24.  
  25. [tapi]
  26. OptionDesc=%MS_TAPI_Desc%
  27. CopyFiles=MS_TAPI_SYS_CopyFiles
  28. AddReg = add.reg, add.reg.hkcu
  29. PerUserInstall = tapi.pui
  30.  
  31.  
  32. [MS_TAPI_SYS_CopyFiles]
  33. tapiini.exe
  34. tapi.dll
  35. tapi32.dll
  36. tapiui.dll
  37. tapisrv.exe
  38. tapiupr.exe
  39. tapi16.exe
  40. remotesp.tsp
  41. tsp3216l.tsp
  42. tsp3216s.dll
  43. tlocmgr.exe
  44. telephon.cpl
  45. tcmsetup.exe
  46.  
  47. [tapibase.files]
  48. tapi.inf
  49.  
  50. [tapibase.del.files]
  51. dialer.hlp
  52. tapi.dll
  53. tapi32.dll
  54. tapiui.dll
  55. tapiaddr.dll
  56. tapiexe.exe
  57. telephon.cp$
  58. telephon.cpl
  59. telephon.hlp
  60. tapiini.exe
  61.  
  62. [add.reg]
  63. HKU,Software\Microsoft\Windows\CurrentVersion\Telephony,,,
  64. HKU,Software\Microsoft\Windows\CurrentVersion\Telephony\HandoffPriorities,"RequestMakeCall",2,"DIALER.EXE"
  65. HKLM,Software\Microsoft\Windows\CurrentVersion\Telephony,,,
  66. HKLM,Software\Microsoft\Windows\CurrentVersion\Telephony\Locations,"NextID",3,01,00,00,00
  67. HKLM,Software\Microsoft\Windows\CurrentVersion\Telephony\Locations,"DisableCallWaiting",3,03,00,00,00
  68. HKLM,Software\Microsoft\Windows\CurrentVersion\Telephony\Locations,"DisableCallWaiting0",,%CALL_WAITING_0%
  69. HKLM,Software\Microsoft\Windows\CurrentVersion\Telephony\Locations,"DisableCallWaiting1",,%CALL_WAITING_1%
  70. HKLM,Software\Microsoft\Windows\CurrentVersion\Telephony\Locations,"DisableCallWaiting2",,%CALL_WAITING_2%
  71. HKLM,"Software\Microsoft\Windows\CurrentVersion\Telephony\Providers","NumProviders",3,01,00,00,00
  72. HKLM,"Software\Microsoft\Windows\CurrentVersion\Telephony\Providers","NextProviderID",3,01,10,00,00
  73. HKLM,"Software\Microsoft\Windows\CurrentVersion\Telephony\Providers","ProviderID0",3,00,10,00,00
  74. HKLM,"Software\Microsoft\Windows\CurrentVersion\Telephony\Providers","ProviderFilename0",2,"TSP3216l.TSP"
  75. HKLM,"Software\Microsoft\Windows\CurrentVersion\Telephony\Provider4096","comm/datamodem",3,00,00,00,00
  76. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,TapiSetup,,"tapiini.exe"
  77. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,TapiSetup2,,"tapiupr.exe"
  78.  
  79. [add.reg.hkcu]
  80. HKCU,Software\Microsoft\Windows\CurrentVersion\Telephony,,,
  81. HKCU,Software\Microsoft\Windows\CurrentVersion\Telephony\HandoffPriorities,"RequestMakeCall",2,"DIALER.EXE"
  82.  
  83. [TapiPerUser]
  84. AddReg = add.reg.hkcu
  85.  
  86. [tapi.pui]
  87. GUID = "TapiPerUser"
  88. DisplayName = %PUI_DESC_TAPI%
  89. Version = %PUI_VERSION%
  90. IsInstalled = 1
  91. StubPath = "rundll.exe %11%\setupx.dll,InstallHinfSection TapiPerUser 64 %17%\tapi.inf"
  92.  
  93. [Strings]
  94. MS_TAPI_Desc    = "Telephony Support"
  95. PUI_VERSION     = "4,10,1,1"
  96. PUI_DESC_TAPI   = "Windows Setup - Telephony Support"
  97. ;
  98. ; Note: if the following call waiting strings are localized DO NOT
  99. ;       leave a string empty (this would show up as a blank entry
  100. ;       in a listbox). note that users can create their own custom
  101. ;       call waiting prefixes in the dialing properties page
  102. ;
  103. CALL_WAITING_0  = "*70,"
  104. CALL_WAITING_1  = "70#,"
  105. CALL_WAITING_2  = "1170,"
  106.