home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 November / PCpro_2005_11.ISO / files / plugins / plugins_windows / dlcprotocol / dlc.exe / NETDLC.INF < prev   
Encoding:
Windows Setup INFormation  |  2001-11-27  |  3.0 KB  |  98 lines

  1. ;-------------------------------------------------------------------------
  2. ; Microsoft DLC Protocol
  3. ;
  4. ; Copyright (c) 1993-1999, Microsoft Corporation
  5. ;-------------------------------------------------------------------------
  6.  
  7. [Version]
  8. Signature   = "$Windows NT$"
  9. Class       = NetTrans
  10. ClassGUID   = {4d36e975-e325-11ce-bfc1-08002be10318}
  11. Provider    = %Msft%
  12. LayoutFile  = layout.inf
  13. DriverVer=11/06/1999,5.00.2175.1
  14.  
  15.  
  16. [SourceDiskNames]
  17. 1="Microsoft DLC Protocol","",,
  18.  
  19. [SourceDiskFiles]
  20. dlc.sys=1
  21. dlcapi.dll=1
  22.  
  23. [Manufacturer]
  24. %Msft%=MSFT
  25.  
  26. [MSFT]
  27. %DLC_Desc%=Install_DLC, MS_DLC
  28.  
  29. [Install_DLC]
  30. Characteristics=0x0
  31. AddReg=Inst_Ndi_DLC             ; Specify the [N]etwork [d]evice [i]nstaller
  32. ;CopyFiles=CopyFiles_Inst_Drv_DLC, CopyFiles_inst_API_DLC
  33. ;LOGCONFIG=DLC_Reboot
  34.  
  35. ;-------------------------------------------------------------------------
  36. ; Specify the Network Device Installer
  37. ;-------------------------------------------------------------------------
  38. [Inst_Ndi_DLC]
  39. HKR,Ndi,Service,,"Dlc"
  40. HKR,Ndi,CoServices,%REG_MULTI_SZ%,"Dlc"
  41. HKR,Ndi,HelpText,,"%DLC_HelpText%"
  42. HKR,Ndi\Interfaces,UpperRange,,"dlc"
  43. HKR,Ndi\Interfaces,LowerRange,,"ndis5,ndis4,ndis5_dlc"
  44.  
  45. ;[DLC_Reboot]
  46. ;ConfigPriority=RESTART
  47.  
  48. ;-------------------------------------------------------------------------
  49. ; Base Entry Point for DLC Service Installation
  50. ;-------------------------------------------------------------------------
  51. [Install_DLC.Services]
  52. AddService=Dlc,,DLC_Service_Inst
  53.  
  54. ;-------------------------------------------------------------------------
  55. ; DLC Service Definitions and Settings
  56. ;-------------------------------------------------------------------------
  57. [DLC_Service_Inst]
  58. DisplayName     = %DLC_Desc%
  59. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  60. StartType       = 3 ;SERVICE_MANUAL_START
  61. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  62. ServiceBinary   = %12%\dlc.sys
  63. AddReg          = AddReg_Service_Inst
  64. Description     = %DLC_Desc%
  65.  
  66. [AddReg_Service_Inst]
  67. HKR,"Parameters",,%FLG_ADDREG_KEYONLY%,
  68.  
  69. ;-------------------------------------------------------------------------
  70. ; Section for driving removal of the DLC service registration
  71. ;-------------------------------------------------------------------------
  72. [Install_DLC.Remove.Services]
  73. DelService=DLC
  74.  
  75. ;-------------------------------------------------------------------------
  76. ; Specify component files destined for the 'Drivers' directory
  77. ;-------------------------------------------------------------------------
  78. [DestinationDirs]
  79. CopyFiles_Inst_Drv_DLC  = 12    ; System[32]\Drivers
  80. CopyFiles_Inst_API_DLC  = 11    ; Systen[32]
  81.  
  82. [CopyFiles_Inst_Drv_DLC]
  83. dlc.sys,,,2         ; The DLC Driver
  84.  
  85. [CopyFiles_Inst_API_DLC]
  86. dlcapi.dll,,,2        ; The DLC API dll
  87.  
  88. [Strings]
  89. Msft = "Microsoft"
  90.  
  91. DLC_Desc = "DLC Protocol"
  92. DLC_HelpText = "Data Link Control enables this computer to connect to an IBM mainframe and set up printers attached directly to network control."
  93.  
  94. FLG_ADDREG_KEYONLY=0x00000010
  95. REG_MULTI_SZ = 0x10000
  96. REG_DWORD = 0x10001
  97.  
  98.