home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / WIN98 / PRECOPY3.CAB / tapi.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1998-06-19  |  3.3 KB  |  107 lines

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