home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_4.ISO / patches / RPCPP.EXE / RPCPP.INF < prev    next >
INI File  |  1995-07-11  |  2KB  |  83 lines

  1. ; RPCPP.INF
  2. ;
  3. ; Microsoft RPC Print Provider
  4. ;
  5. ; Copyright 1993-1995, Microsoft Corporation
  6.  
  7. [version]
  8. signature="$CHICAGO$"
  9. Class=NetService
  10. provider=%V_MS%
  11.  
  12. [Manufacturer]
  13. %V_MS%=MS
  14.  
  15. [MS]
  16. %RPCPP.DeviceDesc%=RPCPP.ndi, RPCPP; RPC Print Provider
  17.  
  18. ;*********************************************
  19. ;    RPCPP
  20. ;*********************************************
  21. [RPCPP.ndi]
  22. AddReg=RPCPP.ndi.reg
  23. ;Unique PnP ID, entry need to be present so that setup can back track 
  24. ;the device name from the driver 
  25. DeviceID=RPCPP
  26.  
  27. [RPCPP.ndi.reg]
  28. HKR,Ndi,DeviceID,,RPCPP
  29. ; Interfaces
  30. HKR,Ndi\Interfaces,DefLower,,"winnet4,winnet31,multinet31"
  31. HKR,Ndi\Interfaces,LowerRange,,"winnet4,winnet31,multinet31"
  32. ;HKR,Ndi\Compatibility,RequireAny,,"NWREDIR,NETWARE3,NETWARE4"
  33. ; Install-Remove Section
  34. HKR,Ndi\Install,,,"RPCPP.Install"
  35. HKR,Ndi\Remove,,,"RPCPP.Remove"
  36. ; Context help
  37. HKR,Ndi,HelpText,,%RPCPP_HELP%
  38.  
  39. [RPCPP.Install]
  40. AddReg=RPCPP.Add.reg
  41. CopyFiles=RPCPP.Add.files
  42.  
  43. [RPCPP.Add.reg]
  44. HKLM,"SYSTEM\CurrentControlSet\Control\Print\Providers\Microsoft RPC Print Provider",Name,,"rpcpp.dll"
  45.  
  46. [RPCPP.Add.files]
  47. rpcpp.dll
  48.  
  49. [RPCPP.Remove]
  50. DelReg=RPCPP.Rmv.Reg
  51.  
  52. [RPCPP.Rmv.Reg]
  53. HKLM,"SYSTEM\CurrentControlSet\Control\Print\Providers\Microsoft RPC Print Provider",Name,,"rpcpp.dll"
  54.  
  55. ;****************************************************************************
  56. ; SourceDisks
  57. ;****************************************************************************
  58. [SourceDisksNames]
  59. 77=%DSK%, "", 0001
  60.  
  61. [SourceDisksFiles]
  62. rpcpp.dll   =77,,48000
  63.  
  64. ;****************************************************************************
  65. ; Destination directories
  66. ;****************************************************************************
  67. [DestinationDirs]
  68. RPCPP.Add.files       = 11    ;LDID_SYS
  69.  
  70. ;****************************************************************************
  71. ; Localizable Strings
  72. ;****************************************************************************
  73. [strings]
  74. V_MS="Microsoft"
  75.  
  76. ; Devices
  77. RPCPP.DeviceDesc="Microsoft RPC Print Provider"
  78.  
  79. ; Context help
  80. RPCPP_HELP="Enhances network printing and remote administration when used with Microsoft Windows NT servers."
  81.  
  82. DSK="Windows 95 resource kit"
  83.