;-------------------------------------------------------------------------
; ndasscsi.inf
;
; Installation file (.inf) for the NDAS SCSI Device Driver
;
; Copyright (C) 2002-2004 XIMETA, Inc.
;-------------------------------------------------------------------------
[Version]
Signature = "$Windows NT$"
Class = SCSIAdapter
ClassGUID = {4D36E97B-E325-11CE-BFC1-08002BE10318}
Provider = %PROVIDER%
CatalogFile = ndasscsi.cat
DriverVer =08/12/2005,3.10.1210.0
[DestinationDirs]
DefaultDestDir = 12
[Manufacturer]
%MANUFACTURER% = Models
[Models]
; DisplayName=Section, DeviceID
; %LANSCSIMINIPORT.DeviceDesc=NDASSCSI.DDI, LANSCSIBus\NetDisk_V0
%NDASSCSI.DeviceDesc%=NDASSCSI.DDI, NDAS\SCSIAdapter_R01
[NDASSCSI.DDI]
AddReg=NDASSCSI.AddReg
CopyFiles=NDASSCSI.Files.Drivers
[NDASSCSI.DDI.Services]
AddService = ndasscsi, 0x00000002 , NDASSCSI.ServiceInstall, NDASSCSI.EventLogInstall
[NDASSCSI.AddReg]
HKR,PnpInterface, 1, 0x00010001, 0x00000001
HKR,PnpInterface, 15, 0x00010001, 0x00000001
[NDASSCSI.Files.Drivers]
ndasscsi.sys
[NDASSCSI.ServiceInstall]
DisplayName = %NDASSCSI.ServiceDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 0x1 ; SERVICE_ERROR_NORMAL
LoadOrderGroup = "SCSI miniport"
ServiceBinary = %12%\ndasscsi.sys
AddReg = NDASSCSI.DDI.ServiceInstall.AddReg.PNPSafeISA
[NDASSCSI.DDI.ServiceInstall.AddReg.PNPSafeISA]
HKR, "Parameters\PnpInterface", "1", 0x00010001, 0x00000001
HKR, "Parameters\PnpInterface", "15", 0x00010001, 0x00000001
[NDASSCSI.EventLogInstall]
AddReg = NDASSCSI.EventLogInstall.AddReg
[NDASSCSI.EventLogInstall.AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\ndasscsi.sys"
HKR,,TypesSupported,0x00010001,7
[SourceDisksNames.x86]
1 = %DiskId1%,,,""
[SourceDisksFiles]
ndasscsi.sys = 1,,
[Strings]
;
; Non-Localizable Strings
;
REG_SZ = 0x00000000
REG_MULTI_SZ = 0x00010000
REG_EXPAND_SZ = 0x00020000
REG_BINARY = 0x00000001
REG_DWORD = 0x00010001
SERVICEROOT = "System\CurrentControlSet\Services"
;
; Localizable Strings
;
PROVIDER = "XIMETA"
MANUFACTURER = "XIMETA"
NDASSCSI.DeviceDesc = "NDAS SCSI Controller"
NDASSCSI.ServiceDesc = "NDAS SCSI Miniport Driver"
DiskId1 = "NDAS Device Driver Installation Disk"
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.