;/*++ ; ;Copyright (c) Microsoft Corporation. All rights reserved. ; ;Module Name: ; ; pnpxnas.inf ; ;Abstract: ; INF file for installing a PnP-X NAS device. Uses UMPass.sys ; ;--*/ [Version] Signature="$WINDOWS NT$" Class=PnPXNasDevices Provider=%MSFT% ; Disk class ClassGuid={4d36e967-e325-11ce-bfc1-08002be10318} DriverVer=2/25/2005,1.00.0001 [DestinationDirs] DefaultDestDir = 12 ; Install files to ..\system32\drivers by default (12) CoInstaller_CopyFiles = 11 ; System Dir( system32 on NT ) [Manufacturer] ; Should list all device manufacturer/model combinations here %MSFT%=PnPXNasDevice, ntamd64, ntia64 [PnPXNasDevice] ; Model specific install section list (x86 Section) ; Model Device Description Install Section HWIDs, Compatible IDs ; ----------- ------- -------- ; Enter the HARDWARE ID for you device here by replaceing HARDWAREID with your device's hardware ID ; %PnPXNasDevice.DeviceDesc%=PnPXNasDevice_Install, UMB\HARDWAREID ;%PnPXNasDevice.DeviceDesc%=PnPXNasDevice_Install, UMB\D-Link_Corporation/103/urn:www-dlink-com:device:NetworkAttachedStorage:1 %PnPXNasDevice.DeviceDesc%=PnPXNasDevice_Install, UMB\urn:www-dlink-com:device:NetworkAttachedStorage:1 ; ===================== Install Sections ======================= [PnPXNasDevice_Install] [PnPXNasDevice_Install.HW] ; Optional section to add device specific information to the registry AddReg=PnPXNasDevice_Install.HW.AddReg [PnPXNasDevice_Install.HW.AddReg] ; IMPORTANT: Enter your hardware ID here by replacing HARDWAREID with your device's hardware ID: ;HKCR,NetworkExplorerPlugins\HARDWAREID\DefaultIcon,,0x00000000,"%SystemRoot%\System32\Networkexplorer.dll,-117" ;HKCR,NetworkExplorerPlugins\D-Link_Corporation/103/urn:www-dlink-com:device:NetworkAttachedStorage:1\DefaultIcon,,0x00000000,"%SystemRoot%\System32\Networkexplorer.dll,-117" ;HKCR,NetworkExplorerPlugins\urn:www-dlink-com:device:NetworkAttachedStorage:1\DefaultIcon,,0x00000000,"%SystemRoot%\System32\Networkexplorer.dll,-117" HKCR,NetworkExplorerPlugins\urn:www-dlink-com:device:NetworkAttachedStorage:1\DefaultIcon,,0x00000000,"%SystemRoot%\System32\nascoins.dll,-101" [PnPXNasDevice_Install.Services] ; Setup the UMPass service for our device AddService = UMPass, %SPSVCINST_ASSOCSERVICE%, UMPassService_Install [UMBUS_UnitTestDevice_Install.Services] AddService = UMPass, %SPSVCINST_ASSOCSERVICE%, UMPassService_Install [UMPassService_Install] DisplayName = %umpass.SVCDESC% ; Friendly Name of the Service ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\umpass.sys LoadOrderGroup = Extended Base ;-------------- Coinstaller installation [PnPXNasDevice_Install.CoInstallers] AddReg=CoInstaller_AddReg CopyFiles=CoInstaller_CopyFiles [CoInstaller_CopyFiles] nascoins.dll [CoInstaller_AddReg] HKR,,CoInstallers32,0x00010000,"nascoins.dll,NasCoInstaller" [Strings] ; Strings that are referenced throughout the INF MSFT = "Microsoft" SPSVCINST_ASSOCSERVICE= 0x00000002 umpass.SVCDESC = "Microsoft UMPass Driver" ; Enter the device description for your NAS device here: PnPXNasDevice.DeviceDesc = "D-Link Network Storage Enclosure"Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.