; This is NOT a complete MSBATCH.INF file ; it contains all of the lines that need to be present in ; MSBATCH.INF in order to install the Service for NetWare Directory Services ; (and the Client for NetWare, which is also required) [Network] clients=NWREDIR services=NWREDIR4 ; fill in the preferred server and first network drive ; both are optional [NWREDIR] PreferredServer= FirstNetDrive= ; fill in the preferred tree and the workstation name context ; both are optional, but will need to be entered either here, ; the network control panel, or in the login dialog [NWREDIR4] PreferredTree= NameContext= ; The install and ndspp.add sections below need to be there ; in order for printing to work when you install Service for NDS ; from MSBATCH.INF. ; Because they are lengthy, we strongly recommend that you copy and paste ; from this file [install] AddReg=NDSPP.add [NDSPP.ADD] HKLM,"System\CurrentControlSet\Control\Print\Providers\Microsoft Print Provider for NetWare",Name,,"ndspp.dll" HKCR,CLSID\{E6EF27C0-7984-11CE-BA00-00AA001F3DC4},,,"Netware objects" HKCR,CLSID\{E6EF27C0-7984-11CE-BA00-00AA001F3DC4}\InProcServer32,,,"ndspp.dll" HKCR,CLSID\{E6EF27C0-7984-11CE-BA00-00AA001F3DC4}\InProcServer32,ThreadingModel,,"Apartment" HKCR,Printers\shellex\PropertySheetHandlers\CaptureConfig,,,"{971A71A0-449B-101B-A9B9-4AF3EEDDA3E3}" HKCR,CLSID\{971A71A0-449B-101B-A9B9-4AF3EEDDA3E3},,,"Capture Settings" HKCR,CLSID\{971A71A0-449B-101B-A9B9-4AF3EEDDA3E3}\InProcServer32,,,"ndspp.dll" HKCR,CLSID\{971A71A0-449B-101B-A9B9-4AF3EEDDA3E3}\InProcServer32,ThreadingModel,,"Apartment"