home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / inf / divacx86.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  46KB  |  741 lines

  1.  ■; Copyright (c) 1993-2005 Microsoft Corporation  All rights reserved.
  2. ;;++ Added by AddSDisk.cmd
  3. [SourceDisksNames]
  4. 3426=windows cd
  5. [SourceDisksFiles]
  6. disrvci.dll         = 3426
  7. disrvsu.dll         = 3426
  8. disrvpp.dll         = 3426
  9. ditrace.exe         = 3426
  10. xlog.exe         = 3426
  11. diapi232.dll         = 3426
  12. dimaint.sys         = 3426
  13. dicowan.sys         = 3426
  14. dicapi.sys         = 3426
  15. usbdload.hex         = 3426
  16. usbdldv2.hex            = 3426
  17. dspcli.bin         = 3426
  18. ;;--
  19. [Version]
  20.   Signature    = "$Windows NT$"
  21.   Class        = Net
  22.   ClassGUID    = {4d36e972-e325-11ce-bfc1-08002be10318}
  23.   Provider     = %MS%
  24.   DriverVer=06/21/2006,6.0.6001.18000
  25. ;******************
  26. ; Hardware section
  27. ;******************
  28. [Manufacturer]
  29.   %PROVIDER%=Cards, NTx86...1
  30. [Cards.NTx86...1]
  31. ; Diva Server passive Cards
  32.   %DIVA_CT_ST_DISP%=          DIVA_CT_ST,            PCI\VEN_1133&DEV_E006&SUBSYS_E0061133
  33.   %DIVA_CT_ST_V20_DISP%=      DIVA_CT_ST_V20,        PCI\VEN_1133&DEV_E00E&SUBSYS_E00E1133
  34. ; Diva client
  35.   %DIVA_PRO20_PCI_DISP%=      DIVA_PRO20_PCI,        PCI\VEN_1133&DEV_E001&SUBSYS_E0011133
  36.   %DIVA_20_PCI_DISP%=         DIVA_20_PCI,           PCI\VEN_1133&DEV_E002&SUBSYS_E0021133
  37.   %DIVA_202_PCI_DISP%=        DIVA_202_PCI,             PCI\VEN_1133&DEV_E00B&SUBSYS_E00B1133
  38.   %DIVA_PRO30_PCI_DISP%=      DIVA_PRO30_PCI,        PCI\VEN_1133&DEV_E00D&SUBSYS_E00D1133
  39.   %DIVA_LOW_USB_DISP%=        DIVA_LOW_USB,          USB\VID_071D&PID_1000
  40. ;  %TELEDAT_SURF_USB_DISP%=    DIVA_LOW_USB,          USB\VID_071D&PID_2000
  41.   %DIVA_PCMCIA_DISP%=         DIVA_PCMCIA,           PCMCIA\DIEHL_ISDN-ISDN-DIVA/PCM-348F
  42.   %DIVA_PCMCIA_V2_DISP%=      DIVA_PCMCIA_V2,        PCMCIA\EICON_NETWORKS-DIVA_ISDN_PC_CARD-18BF
  43.   %DIVA_____PCMCIA_DISP%=     DIVA_____PCMCIA,       PCMCIA\Eicon_Networks-Diva_ISDN_PC_Card-EFE8
  44.   %DIVA_PRO_PCMCIA_DISP%=     DIVA_PRO_PCMCIA,       PCMCIA\EICON_DIEHL-DIVA_PRO-2610
  45.   %DIVA_PRO_PCMCIA_V3_DISP%=  DIVA_PRO_PCMCIA_V3,    PCMCIA\Eicon_Networks-Diva_Pro_3.0_PC_Card-8C3F
  46.   %DIVA_LOW_USBV2_DISP%=      DIVA_LOW_USBV2,        USB\VID_071D&PID_1003
  47. [ControlFlags]
  48.   ExcludeFromSelect = *
  49. ;*********************************************
  50. ; Private section used by private Co-Installer
  51. ;*********************************************
  52. [PreInstall]
  53.   InstallServices = PreInstall.Services
  54.   StartServices   = DiMaint
  55. [PreInstall.Services]
  56.   AddService = DiMaint,1,Service.Dimaint,Common.EventLog
  57. [PostInstall]
  58.   InstallServices = PostInstall.Services
  59.   StartServices   = DiCapi
  60. [PostInstall.Services]
  61.   AddService = DiCapi,1,Service.Dicapi,Common.EventLog
  62. ;******************************************
  63. ; Install section of Diva ISDN+CT S/T (PCI)
  64. ;******************************************
  65. [DIVA_CT_ST]
  66.   AddReg           = Common.AddReg,1xBri.AddReg,DIVA_CT_ST.AddReg
  67.   CopyFiles        = Drv.cf,Dsp.cf,Appl.cf,Wow64Dll.cf
  68.   Characteristics  = %NCF_PHYSICAL%
  69.   BusType          = %PCI%
  70. [DIVA_CT_ST.Services]
  71.   AddService = DiCowan,2,Service.DIVA,Common.EventLog
  72. [DIVA_CT_ST.AddReg]
  73. ;  HKR,0\VendorSpecific,CardName,,%DIVA_CT_ST_DISP%
  74.   HKR,VendorSpecific,CardTypeNum,%REG_DW%,45
  75.   HKR,Ndi,Service,0,"DiCowan"
  76. [DIVA_CT_ST.Hw]
  77.   AddReg=DIVA_CT_ST.Hw.AddReg
  78. [DIVA_CT_ST.Hw.AddReg]
  79.   HKR,,LowerFilters,%REG_MSZ%,"NDProxy"
  80. [DIVA_CT_ST.CoInstallers]
  81.   CopyFiles=CoInst.cf
  82.   AddReg=CoInstallers.AddReg
  83. ;************************************************
  84. ; Install section of Diva ISDN+CT S/T V2.0 (PCI)
  85. ;************************************************
  86. [DIVA_CT_ST_V20]
  87.   AddReg           = Common.AddReg,1xBri.AddReg,DIVA_CT_ST_V20.AddReg
  88.   CopyFiles        = Drv.cf,Dsp.cf,Appl.cf,Wow64Dll.cf
  89.   Characteristics  = %NCF_PHYSICAL%
  90.   BusType          = %PCI%
  91. [DIVA_CT_ST_V20.Services]
  92.   AddService = DiCowan,2,Service.DIVA,Common.EventLog
  93. [DIVA_CT_ST_V20.AddReg]
  94. ;  HKR,0\VendorSpecific,CardName,,%DIVA_CT_ST_V20_DISP%
  95.   HKR,VendorSpecific,CardTypeNum,%REG_DW%,65
  96.   HKR,Ndi,Service,0,"DiCowan"
  97. [DIVA_CT_ST_V20.Hw]
  98.   AddReg=DIVA_CT_ST_V20.Hw.AddReg
  99. [DIVA_CT_ST_V20.Hw.AddReg]
  100.   HKR,,LowerFilters,%REG_MSZ%,"NDProxy"
  101. [DIVA_CT_ST_V20.CoInstallers]
  102.   CopyFiles=CoInst.cf
  103.   AddReg=CoInstallers.AddReg
  104. ;****************************************
  105. ; Install section of Diva 2.01 S/T (USB)
  106. ;****************************************
  107. [DIVA_LOW_USB]
  108.   AddReg           = Common.AddReg,1xBri.AddReg, DIVA_LOW_USB.AddReg
  109.   CopyFiles        = Drv.cf,Usb.cf,Appl.cf,Wow64Dll.cf
  110.   Characteristics  = %NCF_PHYSICAL%
  111.   BusType          = %USB%
  112. [DIVA_LOW_USB.Services]
  113.   AddService = DiCowan,2,Service.DIVA,Common.EventLog
  114. [DIVA_LOW_USB.AddReg]
  115.   HKR,VendorSpecific,CardTypeNum,%REG_DW%,44
  116.   HKR,Ndi,Service,0,"DiCowan"
  117. [DIVA_LOW_USB.Hw]
  118.   AddReg=DIVA_LOW_USB.Hw.AddReg
  119. [DIVA_LOW_USB.Hw.AddReg]
  120.   HKR,,LowerFilters,%REG_MSZ%,"NDProxy"
  121. [DIVA_LOW_USB.CoInstallers]
  122.   CopyFiles=CoInst.cf
  123.   AddReg=CoInstallers.AddReg
  124. ;*******************************************
  125. ; Install section of Diva Pro 2.0 S/T (PCI)
  126. ;*******************************************
  127. [DIVA_PRO20_PCI]
  128.   AddReg           = Common.AddReg,1xBri.AddReg,DIVA_PRO20_PCI.AddReg
  129.   CopyFiles        = Drv.cf,Dsp.cf,Appl.cf,Wow64Dll.cf
  130.   Characteristics  = %NCF_PHYSICAL%
  131.   BusType          = %PCI%
  132. [DIVA_PRO20_PCI.Services]
  133.   AddService = DiCowan,2,Service.DIVA,Common.EventLog
  134. [DIVA_PRO20_PCI.AddReg]
  135. ;  HKR,0\VendorSpecific,CardName,,%DIVA_PRO20_PCI_DISP%
  136.   HKR,VendorSpecific,CardTypeNum,%REG_DW%,7
  137.   HKR,Ndi,Service,0,"DiCowan"
  138. [DIVA_PRO20_PCI.Hw]
  139.   AddReg=DIVA_PRO20_PCI.Hw.AddReg
  140. [DIVA_PRO20_PCI.Hw.AddReg]
  141.   HKR,,LowerFilters,%REG_MSZ%,"NDProxy"
  142. [DIVA_PRO20_PCI.CoInstallers]
  143.   CopyFiles=CoInst.cf
  144.   AddReg=CoInstallers.AddReg
  145. ;***************************************
  146. ; Install section of Diva 2.0 S/T (PCI)
  147. ;***************************************
  148. [DIVA_20_PCI]
  149.   AddReg           = Common.AddReg,1xBri.AddReg,DIVA_20_PCI.AddReg
  150. ;  CopyFiles        = Drv.cf,Dsp.cf,Appl.cf,Wow64Dll.cf
  151.   CopyFiles        = Drv.cf,Appl.cf,Wow64Dll.cf
  152.   Characteristics  = %NCF_PHYSICAL%
  153.   BusType          = %PCI%
  154. [DIVA_20_PCI.Services]
  155.   AddService = DiCowan,2,Service.DIVA,Common.EventLog
  156. [DIVA_20_PCI.AddReg]
  157. ;  HKR,0\VendorSpecific,CardName,,%DIVA_20_PCI_DISP%
  158.   HKR,VendorSpecific,CardTypeNum,%REG_DW%,8
  159.   HKR,Ndi,Service,0,"DiCowan"
  160. [DIVA_20_PCI.Hw]
  161.   AddReg=DIVA_20_PCI.Hw.AddReg
  162. [DIVA_20_PCI.Hw.AddReg]
  163.   HKR,,LowerFilters,%REG_MSZ%,"NDProxy"
  164. [DIVA_20_PCI.CoInstallers]
  165.   CopyFiles=CoInst.cf
  166.   AddReg=CoInstallers.AddReg
  167. ;****************************************
  168. ; Install section of Diva 2.02 S/T (PCI)
  169. ;****************************************
  170. [DIVA_202_PCI]
  171.   AddReg           = Common.AddReg,1xBri.AddReg,DIVA_202_PCI.AddReg
  172. ;  CopyFiles        = Drv.cf,Dsp.cf,Appl.cf,Wow64Dll.cf
  173.   CopyFiles        = Drv.cf,Appl.cf,Wow64Dll.cf
  174.   Characteristics  = %NCF_PHYSICAL%
  175.   BusType          = %PCI%
  176. [DIVA_202_PCI.Services]
  177.   AddService = DiCowan,2,Service.DIVA,Common.EventLog
  178. [DIVA_202_PCI.AddReg]
  179. ;  HKR,0\VendorSpecific,CardName,,%DIVA_202_PCI_DISP%
  180.   HKR,VendorSpecific,CardTypeNum,%REG_DW%,58
  181.   HKR,Ndi,Service,0,"DiCowan"
  182. [DIVA_202_PCI.Hw]
  183.   AddReg=DIVA_202_PCI.Hw.AddReg
  184. [DIVA_202_PCI.Hw.AddReg]
  185.   HKR,,LowerFilters,%REG_MSZ%,"NDProxy"
  186. [DIVA_202_PCI.CoInstallers]
  187.   CopyFiles=CoInst.cf
  188.   AddReg=CoInstallers.AddReg
  189. ;***************************************
  190. ; Install section of Diva Pro 3.0 (PCI)
  191. ;***************************************
  192. [DIVA_PRO30_PCI]
  193.   AddReg           = Common.AddReg,1xBri.AddReg,DIVA_PRO30_PCI.AddReg
  194.   CopyFiles        = Drv.cf,Dsp.cf,Appl.cf,Wow64Dll.cf
  195.   Characteristics  = %NCF_PHYSICAL%
  196.   BusType          = %PCI%
  197. [DIVA_PRO30_PCI.Services]
  198.   AddService = DiCowan,2,Service.DIVA,Common.EventLog
  199. [DIVA_PRO30_PCI.AddReg]
  200.   HKR,VendorSpecific,CardTypeNum,%REG_DW%,64
  201.   HKR,Ndi,Service,0,"DiCowan"
  202. [DIVA_PRO30_PCI.Hw]
  203.   AddReg=DIVA_PRO30_PCI.Hw.AddReg
  204. [DIVA_PRO30_PCI.Hw.AddReg]
  205.   HKR,,LowerFilters,%REG_MSZ%,"NDProxy"
  206. [DIVA_PRO30_PCI.CoInstallers]
  207.   CopyFiles=CoInst.cf
  208.   AddReg=CoInstallers.AddReg
  209. ;**********************************
  210. ; Install section of Diva (PCMCIA)
  211. ;**********************************
  212. [DIVA_PCMCIA]
  213.   AddReg           = Common.AddReg,1xBri.AddReg,DIVA_PCMCIA.AddReg
  214.   CopyFiles        = Drv.cf,Dsp.cf,Appl.cf,Wow64Dll.cf
  215.   Characteristics  = %NCF_PHYSICAL%
  216.   BusType          = %PCMCIA%
  217. [DIVA_PCMCIA.Services]
  218.   AddService = DiCowan,2,Service.DIVA,Common.EventLog
  219. [DIVA_PCMCIA.AddReg]
  220. ;  HKR,0\VendorSpecific,CardName,,%DIVA_PCMCIA_DISP%
  221.   HKR,VendorSpecific,CardTypeNum,%REG_DW%,2
  222.   HKR,Ndi,Service,0,"DiCowan"
  223. [DIVA_PCMCIA.Hw]
  224.   AddReg=DIVA_PCMCIA.Hw.AddReg
  225. [DIVA_PCMCIA.Hw.AddReg]
  226.   HKR,,LowerFilters,%REG_MSZ%,"NDProxy"
  227. [DIVA_PCMCIA.CoInstallers]
  228.   CopyFiles=CoInst.cf
  229.   AddReg=CoInstallers.AddReg
  230. ;**************************************
  231. ; Install section of Diva (PCMCIA) 2.0
  232. ;**************************************
  233. [DIVA_PCMCIA_V2]
  234.   AddReg           = Common.AddReg,1xBri.AddReg,DIVA_PCMCIA_V2.AddReg
  235.   CopyFiles        = Drv.cf,Dsp.cf,Appl.cf,Wow64Dll.cf
  236.   Characteristics  = %NCF_PHYSICAL%
  237.   BusType          = %PCMCIA%
  238. [DIVA_PCMCIA_V2.Services]
  239.   AddService = DiCowan,2,Service.DIVA,Common.EventLog
  240. [DIVA_PCMCIA_V2.AddReg]
  241. ;  HKR,0\VendorSpecific,CardName,,%DIVA_PCMCIA_V2_DISP%
  242.   HKR,VendorSpecific,CardTypeNum,%REG_DW%,67
  243.   HKR,Ndi,Service,0,"DiCowan"
  244. [DIVA_PCMCIA_V2.Hw]
  245.   AddReg=DIVA_PCMCIA_V2.Hw.AddReg
  246. [DIVA_PCMCIA_V2.Hw.AddReg]
  247.   HKR,,LowerFilters,%REG_MSZ%,"NDProxy"
  248. [DIVA_PCMCIA_V2.CoInstallers]
  249.   CopyFiles=CoInst.cf
  250.   AddReg=CoInstallers.AddReg
  251. ;**************************************
  252. ; Install section of Diva Pro (PCMCIA)
  253. ;**************************************
  254. [DIVA_PRO_PCMCIA]
  255.   AddReg           = Common.AddReg,1xBri.AddReg,DIVA_PRO_PCMCIA.AddReg
  256.   CopyFiles        = Drv.cf,Dsp.cf,Appl.cf,Wow64Dll.cf
  257.   Characteristics  = %NCF_PHYSICAL%
  258.   BusType          = %PCMCIA%
  259. [DIVA_PRO_PCMCIA.Services]
  260.   AddService = DiCowan,2,Service.DIVA,Common.EventLog
  261. [DIVA_PRO_PCMCIA.AddReg]
  262. ;  HKR,0\VendorSpecific,CardName,,%DIVA_PRO_PCMCIA_DISP%
  263.   HKR,VendorSpecific,CardTypeNum,%REG_DW%,4
  264.   HKR,Ndi,Service,0,"DiCowan"
  265. [DIVA_PRO_PCMCIA.Hw]
  266.   AddReg=DIVA_PRO_PCMCIA.Hw.AddReg
  267. [DIVA_PRO_PCMCIA.Hw.AddReg]
  268.   HKR,,LowerFilters,%REG_MSZ%,"NDProxy"
  269. [DIVA_PRO_PCMCIA.CoInstallers]
  270.   CopyFiles=CoInst.cf
  271.   AddReg=CoInstallers.AddReg
  272. ;*******************************************
  273. ; Install section of Diva Pro v3.0 (PCMCIA)
  274. ;*******************************************
  275. [DIVA_PRO_PCMCIA_V3]
  276.   AddReg           = Common.AddReg,1xBri.AddReg,DIVA_PRO_PCMCIA_V3.AddReg
  277.   CopyFiles        = Drv.cf,Dsp.cf,Appl.cf,Wow64Dll.cf
  278.   Characteristics  = %NCF_PHYSICAL%
  279.   BusType          = %PCMCIA%
  280. [DIVA_PRO_PCMCIA_V3.Services]
  281.   AddService = DiCowan,2,Service.DIVA,Common.EventLog
  282. [DIVA_PRO_PCMCIA_V3.AddReg]
  283. ;  HKR,0\VendorSpecific,CardName,,%DIVA_PRO_PCMCIA_V3_DISP%
  284.   HKR,VendorSpecific,CardTypeNum,%REG_DW%,69
  285.   HKR,Ndi,Service,0,"DiCowan"
  286. [DIVA_PRO_PCMCIA_V3.Hw]
  287.   AddReg=DIVA_PRO_PCMCIA_V3.Hw.AddReg
  288. [DIVA_PRO_PCMCIA_V3.Hw.AddReg]
  289.   HKR,,LowerFilters,%REG_MSZ%,"NDProxy"
  290. [DIVA_PRO_PCMCIA_V3.CoInstallers]
  291.   CopyFiles=CoInst.cf
  292.   AddReg=CoInstallers.AddReg
  293. ;*******************************************************************************
  294. ; Install section of re-badged Diva Pro (PCMCIA) aka Diva ISDN PC Card (PCMCIA)
  295. ;*******************************************************************************
  296. [DIVA_____PCMCIA]
  297.   AddReg           = Common.AddReg,1xBri.AddReg,DIVA_____PCMCIA.AddReg
  298.   CopyFiles        = Drv.cf,Dsp.cf,Appl.cf,Wow64Dll.cf
  299.   Characteristics  = %NCF_PHYSICAL%
  300.   BusType          = %PCMCIA%
  301. [DIVA_____PCMCIA.Services]
  302.   AddService = DiCowan,2,Service.DIVA,Common.EventLog
  303. [DIVA_____PCMCIA.AddReg]
  304. ;  HKR,0\VendorSpecific,CardName,,%DIVA_____PCMCIA_DISP%
  305.   HKR,VendorSpecific,CardTypeNum,%REG_DW%,68
  306.   HKR,Ndi,Service,0,"DiCowan"
  307. [DIVA_____PCMCIA.Hw]
  308.   AddReg=DIVA_____PCMCIA.Hw.AddReg
  309. [DIVA_____PCMCIA.Hw.AddReg]
  310.   HKR,,LowerFilters,%REG_MSZ%,"NDProxy"
  311. [DIVA_____PCMCIA.CoInstallers]
  312.   CopyFiles=CoInst.cf
  313.   AddReg=CoInstallers.AddReg
  314. ;**************************************
  315. ; Install section of Diva ISDN USB 2.0
  316. ;**************************************
  317. [DIVA_LOW_USBV2]
  318.   AddReg           = Common.AddReg,1xBri.AddReg,DIVA_LOW_USBV2.AddReg
  319.   CopyFiles        = Drv.cf,UsbV2.cf,Appl.cf,Wow64Dll.cf
  320.   Characteristics  = %NCF_PHYSICAL%
  321.   BusType          = %USB%
  322. [DIVA_LOW_USBV2.Services]
  323.   AddService = DiCowan,2,Service.DIVA,Common.EventLog
  324. [DIVA_LOW_USBV2.AddReg]
  325.   HKR,VendorSpecific,CardTypeNum,%REG_DW%,62
  326.   HKR,Ndi,Service,0,"DiCowan"
  327. [DIVA_LOW_USBV2.Hw]
  328.   AddReg=DIVA_LOW_USBV2.Hw.AddReg
  329. [DIVA_LOW_USBV2.Hw.AddReg]
  330.   HKR,,LowerFilters,%REG_MSZ%,"NDProxy"
  331. [DIVA_LOW_USBV2.CoInstallers]
  332.   CopyFiles=CoInst.cf
  333.   AddReg=CoInstallers.AddReg
  334. ;******************************
  335. ; Install section of all cards
  336. ;******************************
  337. [Common.AddReg]
  338.   HKR,Ndi\Interfaces,UpperRange,%REG_SZ%,"ndiswan"
  339.   HKR,Ndi\Interfaces,LowerRange,%REG_SZ%,"isdn"
  340.   HKR,"",IsdnSwitchTypes,%REG_DW%,%CLIENT_ISDNSWITCHTYPES%
  341.   HKR,"",IsdnSwitchType,%REG_DW_NCLOB%,0x80
  342.   HKR,"",IsdnAutoSwitchDetect,%REG_DW%,1
  343.   ;private variables
  344.   HKR,VendorSpecific,PrivItemUid,,%PRIVITEMID_CARD%
  345.   HKR,VendorSpecific,InstallDir,,%DRVDIR%
  346.   HKR,VendorSpecific,Label,%REG_SZ%,"Diva for Windows - Version 7.7 105-190 (RC 1)"
  347.   HKR,VendorSpecific,Logging,%REG_DW_NCLOB%,1
  348.   HKR,VendorSpecific,CallbackPrefix,%REG_SZ%,""
  349.   HKR,VendorSpecific,CheckFCS,%REG_DW_NCLOB%,0x0A
  350.   HKR,VendorSpecific,DisabledServicesMask,%REG_DW_NCLOB%,0x00
  351.   HKR,VendorSpecific,DiwanFeatures,%REG_DW_NCLOB%,0x00
  352.   HKR,VendorSpecific,IgnoreCallbackNumber,%REG_DW_NCLOB%,0x00
  353.   HKR,VendorSpecific,ForceAnalogBcOnCallback,%REG_DW_NCLOB%,0x00
  354.   HKR,VendorSpecific,NoAnswerTimeout,%REG_DW_NCLOB%,0x14
  355.   HKR,VendorSpecific,NumberChecking,%REG_DW_NCLOB%,0x00
  356.   HKR,VendorSpecific,NumberCheckingFile,%REG_SZ_NCLOB%,""
  357.   HKR,VendorSpecific,NumberCheckingSubPath,%REG_SZ_NCLOB%,""
  358.   HKR,VendorSpecific,ShortholdMode,%REG_DW_NCLOB%,0x00
  359.   HKR,VendorSpecific,ShortholdTime,%REG_DW_NCLOB%,0x00
  360. [1xBri.AddReg]
  361.   HKR,"",WanEndpoints,%REG_DW%,02
  362.   HKR,"",IsdnNumDChannels,%REG_DW%,01
  363.   HKR,0,IsdnNumBChannels,%REG_DW%,02
  364.   HKR,0,IsdnMultiSubscriberNumbers,%REG_MSZ_NCLOB%,""
  365.   HKR,0\0,IsdnPhoneNumber,%REG_SZ_NCLOB%,""
  366.   HKR,0\0,IsdnSpid,%REG_SZ_NCLOB%,""
  367.   HKR,0\0,IsdnSubaddress,%REG_SZ_NCLOB%,""
  368.   HKR,0\1,IsdnPhoneNumber,%REG_SZ_NCLOB%,""
  369.   HKR,0\1,IsdnSpid,%REG_SZ_NCLOB%,""
  370.   HKR,0\1,IsdnSubaddress,%REG_SZ_NCLOB%,""
  371.   HKR,0\VendorSpecific,CardName,%REG_SZ_NCLOB%,"#0"
  372. ;  HKR,0\VendorSpecific,LineType,%REG_DW_NCLOB%,0
  373. ;  HKR,0\VendorSpecific,InterfaceType,%REG_DW_NCLOB%,0
  374. ;  HKR,0\VendorSpecific,NT2,%REG_DW_NCLOB%,0
  375. ;  HKR,0\VendorSpecific,StableL2,%REG_DW_NCLOB%,1
  376. ;  HKR,0\VendorSpecific,TEI,%REG_DW_NCLOB%,255
  377. ;  HKR,0\VendorSpecific,Permanent,%REG_DW_NCLOB%,0
  378. ;*************************************************
  379. ; Install section for service all Diva card driver
  380. ;*************************************************
  381. [Service.DIVA]
  382.   DisplayName     = %DIVACO_DISP%
  383.   ServiceType     = 1   ; SERVICE_KERNEL_DRIVER
  384.   StartType       = 3   ; SERVICE_DEMAND_START
  385.   ErrorControl    = 1   ; SERVICE_ERROR_NORMAL
  386.   ServiceBinary   = %12%\%DRVDIR%\dicowan.sys
  387.   LoadOrderGroup  = Ndis
  388.   Dependencies    = NDProxy
  389.   Addreg          = Service.Diva.AddReg
  390. [Service.Diva.AddReg]
  391.   HKR,"",TextModeFlags,%REG_DW%,0x0001
  392. ;  HKR,Parameters,Logging,%REG_DW_NCLOB%,0x7fffffff
  393. ;***********************************
  394. ; Install event logging
  395. ;***********************************
  396. [Common.EventLog]
  397.   AddReg = Common.EventLog.AddReg
  398. [Common.EventLog.AddReg]
  399. ;  HKR,"",EventMessageFile,%REG_SZ%,%10%\System32\netevent.dll
  400.   HKR,"",EventMessageFile,%REG_ESZ%,"%%SYSTEMROOT%%\System32\netevent.dll"
  401.   HKR,"",TypesSupported,%REG_DW%,7
  402. ;**********************************
  403. ; Install section for service maint
  404. ;**********************************
  405. [Service.Dimaint]
  406.   DisplayName     = %MAINT_DISP%
  407.   ServiceType     = 1   ; SERVICE_KERNEL_DRIVER
  408.   StartType       = 0   ; SERVICE_BOOT_START
  409.   ErrorControl    = 1   ; SERVICE_ERROR_NORMAL
  410.   ServiceBinary   = %12%\%DRVDIR%\dimaint.sys
  411.   AddReg          = Service.Dimaint.AddReg
  412. [Service.Dimaint.AddReg]
  413.   HKR,Parameters,ScreenDebug,%REG_DW_NCLOB%,0
  414. ;  HKR,Parameters,ScreenDebugMask,%REG_DW_NCLOB%,0xfffffff
  415.   HKR,Parameters,DebugBufferSize,%REG_DW_NCLOB%,250000
  416. ;***********************************
  417. ; Install section for service dicapi
  418. ;***********************************
  419. [Service.Dicapi]
  420.   DisplayName     = %CAPI_DISP%
  421.   ServiceType     = 1   ; SERVICE_KERNEL_DRIVER
  422.   StartType       = 2   ; SERVICE_AUTO_START
  423.   ErrorControl    = 1   ; SERVICE_ERROR_NORMAL
  424.   ServiceBinary   = %12%\%DRVDIR%\dicapi.sys
  425.   Dependencies    = Dimaint
  426.   AddReg          = Service.Dicapi.AddReg
  427. [Service.Dicapi.AddReg]
  428.   HKR,"",Group,%REG_SZ%,%CAPI20%
  429.   HKR,"",TextModeFlags,%REG_DW%,0x0001
  430.   HKR,Parameters,Logging,%REG_DW_NCLOB%,1
  431.   HKR,Parameters,ControllerCount,%REG_DW_NCLOB%,0
  432.   HKR,Parameters,DeviceName,%REG_SZ_NCLOB%,"DiCapi"
  433.   HKR,Parameters,Manufacturer,%REG_SZ_NCLOB%,%PROVIDER%
  434. ;**********************************************
  435. ; Common Addreg section for Device Co-Installer
  436. ;**********************************************
  437. [CoInstallers.AddReg]
  438.   HKR,"",CoInstallers32,%REG_MSZ%,"disrvci.dll,CoDeviceInstall"
  439.   HKR,"",EnumPropPages32,%REG_SZ%,"disrvpp.dll,EnumPropPages"
  440. ;*************************************************
  441. ; File copy section of coinstaller and setup files
  442. ;*************************************************
  443. [CoInst.cf]
  444. ;  disrvci.dll,,,0x60
  445.   disrvci.dll,,,0x4
  446.   disrvsu.dll,,,0x4
  447. ;  disrvpp.dll,,,0x60
  448.   disrvpp.dll,,,0x4
  449. ;***********************************************
  450. ; File copy section of common application files
  451. ;***********************************************
  452. [Appl.cf]
  453. ; * diagnosis utility *
  454.   ditrace.exe,,,0x4
  455.   xlog.exe,,,0x4
  456. [Wow64Dll.cf]
  457. ; * capi libraries *
  458.   capi2032.dll,diapi232.dll,,0x4
  459. ;******************************************
  460. ; File copy section of common driver files
  461. ;******************************************
  462. [Drv.cf]
  463. ; * Maint trace utility
  464.   dimaint.sys,,,0x4
  465. ; * monolithic wan miniport/protocol driver
  466.   dicowan.sys,,,0x4
  467. ; * CAPI 2.0 driver
  468.   dicapi.sys,,,0x4
  469. [Usb.cf]
  470.   usbdload.hex,,,0x4
  471. [UsbV2.cf]
  472.   usbdload.hex, usbdldv2.hex,,0x4
  473. ;*****************************************
  474. ; File copy section of DSP download files
  475. ;*****************************************
  476. [Dsp.cf]
  477. ; * DSP download files (library)
  478. ;  dspdload.bin,,,0x4
  479.   dspcli.bin,,,0x4
  480. ;*************************
  481. ; Destination directories
  482. ;*************************
  483. [DestinationDirs]
  484.   DefaultDestDir       = 11
  485.   CoInst.cf            = 11                            ; "Windows\System32"
  486.   Appl.cf              = 11                            ; "Windows\System32"
  487.   Wow64Dll.cf          = 10,System32                   ; "Windows\SysWow64"
  488.   Drv.cf               = 10,System32\Drivers\%DRVDIR%  ; "Windows\System32\Drivers\<private>"
  489.   Usb.cf               = 10,System32\Drivers\%DRVDIR%  ; "Windows\System32\Drivers\<private>"
  490.   UsbV2.cf             = 10,System32\Drivers\%DRVDIR%  ; "Windows\System32\Drivers\<private>"
  491.   Dsp.cf               = 10,System32\Drivers\%DRVDIR%  ; "Windows\System32\Drivers\<private>"
  492. ;******************
  493. ; String constants
  494. ;******************
  495. [strings]
  496.   MS=                  "Microsoft"
  497.   PROVIDER=                       "Eicon Networks"
  498.   PROVIDERPRODUCT=                "Eicon Networks Diva Server"
  499.   PRIVITEMID_CARD=                "{2CD6D901-506B-11d1-BF23-00A0242DD63F}"
  500.   DRVDIR=                         "disdn"
  501.   DIVA_CT_ST_DISP=         "Eicon Diva Server ISDN+CT S/T (PCI)"
  502.   DIVA_CT_ST_V20_DISP=     "Eicon Diva Server ISDN+CT S/T V2.0 (PCI)"
  503.   DIVA_PRO20_PCI_DISP=     "Eicon DIVA Pro 2.0 S/T (PCI)"
  504.   DIVA_20_PCI_DISP=        "Eicon DIVA 2.0 S/T (PCI)"
  505.   DIVA_202_PCI_DISP=       "Eicon DIVA 2.02 S/T (PCI)"
  506.   DIVA_PRO30_PCI_DISP=     "Eicon Diva Pro 3.0 (PCI)"
  507.   DIVA_PCMCIA_DISP=        "Eicon DIVA/PCM (PCMCIA)"
  508.   DIVA_PCMCIA_V2_DISP=     "Eicon Diva PC Card (PCMCIA)"
  509.   DIVA_____PCMCIA_DISP=    "Eicon Diva PC Card (PCMCIA)"
  510.   DIVA_PRO_PCMCIA_DISP=    "Eicon DIVA Pro (PCMCIA)"
  511.   DIVA_PRO_PCMCIA_V3_DISP= "Eicon Diva Pro 3.0 (PCMCIA)"
  512.   DIVA_LOW_USB_DISP=       "Eicon Diva USB 2.01 S/T"
  513.   TELEDAT_SURF_USB_DISP=   "Teledat Surf USB"
  514.   DIVA_LOW_USBV2_DISP=     "Eicon Diva ISDN USB 2.0"
  515.   ; friendly server names
  516.   DIVA_DISP=                      "Eicon Driver for all DIVA PnP cards"
  517.   DIVACO_DISP=                    "Eicon Connection Oriented Driver for all Diva PnP cards"
  518.   MAINT_DISP=                     "Eicon Maintenance Driver"
  519.   CAPI_DISP=                      "Eicon CAPI 2.0 Driver"
  520.   CAPI20=                         "CAPI20"
  521.   SERVER_DISK_1_LABEL=              "Diva Client for Windows Setup"
  522.   ; registry data types
  523.   ;     types with NCLOB don't overwrite existing values
  524.   REG_SZ=                         0x00000000
  525.   REG_SZ_NCLOB=                   0x00000002
  526.   REG_MSZ=                        0x00010000
  527.   REG_MSZ_NCLOB=                  0x00010002
  528. ;  REG_MSZ_APPEND=                 0x0001000A
  529. ;  REG_MSZ_DELVAL=                 0x00010006
  530.   REG_ESZ=                        0x00020000
  531.   REG_DW=                         0x00010001
  532.   REG_DW_NCLOB=                   0x00010003
  533.  
  534.   ; bus types [ USB isn't existing, fake as Internal (or PCI)? ]
  535.   ISA=                            1
  536.   MCA=                            3
  537.   PCI=                            5
  538.   PCMCIA=                         8
  539.   ISAPNP=                         14
  540.   USB=                            15
  541.   ; device characteristics
  542.   NCF_PHYSICAL=                   0x04
  543.   NCF_HAS_UI=                     0x80
  544. ;***************************************************
  545. ; Supported Switch Types for Server cards:
  546. ;  [ISDN_SWITCH_AUTO(0x01)]    | ISDN_SWITCH_ATT(0x02
  547. ;  ISDN_SWITCH_NI1(0x04)    | ISDN_SWITCH_NTI(0x08)
  548. ;  ISDN_SWITCH_INS64(0x10)  | ISDN_SWITCH_1TR6(0x20)
  549. ;  ISDN_SWITCH_VN3(0x40)    | ISDN_SWITCH_DSS1(0x80)
  550. ;  ISDN_SWITCH_AUS(0x100)   | ISDN_SWITCH_BEL(0x200)
  551. ;  ISDN_SWITCH_SWE(0x1000)  | ISDN_SWITCH_ITA(0x2000)
  552. ;  ISDN_SWITCH_TWN(0x4000)
  553. ;***************************************************
  554.   GENERIC_ISDNSWITCHTYPES=  0x73DE
  555.   CLIENT_ISDNSWITCHTYPES=  0x73DE
  556. ;[strings.0007]
  557. ;*** end *********************************************************************