home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / patches / PRTAGT.EXE / MSPSRV.INF < prev    next >
INI File  |  1995-07-11  |  3KB  |  103 lines

  1. ; MSPSRV.INF
  2. ;
  3. ; Microsoft Print Agent for NetWare Networks
  4. ;
  5. ; Copyright 1993-1994, 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. %PSERVER.DeviceDesc%=PSERVER.ndi, PSERVER; Print server
  17.  
  18. ;*********************************************
  19. ;    PSERVER
  20. ;*********************************************
  21. [PSERVER.ndi]
  22. AddReg=PSERVER.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=PSERVER
  26. Copyfiles=PSERVER.copy.inf
  27.  
  28. [PSERVER.ndi.reg]
  29. HKR,Ndi,DeviceID,,PSERVER
  30. ; Interfaces
  31. HKR,Ndi\Interfaces,DefLower,,"winnet4,winnet31,multinet31"
  32. HKR,Ndi\Interfaces,LowerRange,,"winnet4,winnet31,multinet31"
  33. HKR,Ndi\Compatibility,RequireAny,,"NWREDIR,NETWARE3,NETWARE4"
  34. ; Install-Remove Section
  35. HKR,Ndi\Install,,,"PSERVER.Install"
  36. HKR,Ndi\Remove,,,"PSERVER.Remove"
  37. ; Context help
  38. HKR,Ndi,HelpText,,%PSERVER_HELP%
  39.  
  40. [PSERVER.copy.inf]
  41. mspsrv.inf
  42.  
  43. [PSERVER.Install]
  44. AddReg=PSERVER.Add.reg
  45. CopyFiles=PSERVER.Add.files
  46.  
  47. [PSERVER.Add.reg]
  48. ; Property sheet
  49. HKCR,Printers\shellex\PropertySheetHandlers\PServerConfig,,,{FCB2D6A1-0DDD-101B-B18B-00AA0033819A}
  50. HKCR,CLSID\{FCB2D6A1-0DDD-101B-B18B-00AA0033819A},,,"PSERVER Configuration"
  51. HKCR,CLSID\{FCB2D6A1-0DDD-101B-B18B-00AA0033819A}\InProcServer32,,,nwpp32.dll
  52. HKCR,CLSID\{FCB2D6A1-0DDD-101B-B18B-00AA0033819A}\InProcServer32,ThreadingModel,,"Apartment"
  53.  
  54. ; Copy hook
  55. HKCR,Printers\shellex\CopyHookHandlers\PServerHook,,,{0ACFE600-32C9-101B-A9B9-4AF3EEDDA3E3}
  56. HKCR,CLSID\{0ACFE600-32C9-101B-A9B9-4AF3EEDDA3E3},,,"PSERVER Copy Hook"
  57. HKCR,CLSID\{0ACFE600-32C9-101B-A9B9-4AF3EEDDA3E3}\,InProcServer32,,,nwpp32.dll
  58. HKCR,CLSID\{0ACFE600-32C9-101B-A9B9-4AF3EEDDA3E3}\,InProcServer32,ThreadingModel,,"Apartment"
  59.  
  60. [PSERVER.Add.files]
  61. mspsrv.exe
  62.  
  63. [PSERVER.Remove]
  64. DelReg=PSERVER.Rmv.Reg
  65.  
  66. [PSERVER.Rmv.Reg]
  67. HKCR,Printers\shellex\PropertySheetHandlers\PServerConfig
  68. HKCR,CLSID\{FCB2D6A1-0DDD-101B-B18B-00AA0033819A}
  69. HKCR,Printers\shellex\CopyHookHandlers\PServerHook
  70. HKCR,CLSID\{0ACFE600-32C9-101B-A9B9-4AF3EEDDA3E3}
  71.  
  72.  
  73. ;****************************************************************************
  74. ; SourceDisks
  75. ;****************************************************************************
  76. [SourceDisksNames]
  77. 74=%DSK%, "", 0001
  78.  
  79. [SourceDisksFiles]
  80. mspsrv.exe    =74,,20000
  81. mspsrv.inf    =74,,2024
  82.  
  83. ;****************************************************************************
  84. ; Destination directories
  85. ;****************************************************************************
  86. [DestinationDirs]
  87. PSERVER.Add.files       = 11    ;LDID_SYS
  88. PSERVER.copy.inf        = 17    ;LDID_INF
  89.  
  90. ;****************************************************************************
  91. ; Localizable Strings
  92. ;****************************************************************************
  93. [strings]
  94. V_MS="Microsoft"
  95.  
  96. ; Devices
  97. PSERVER.DeviceDesc="Microsoft print agent for NetWare networks"
  98.  
  99. ; Context help
  100. PSERVER_HELP="The print agent allows this computer to share its printer using a print queue on a NetWare server."
  101.  
  102. DSK = "Windows 95 resource kit"
  103.