; ; Setup Script File ; Operating System: Windows 9x ; Device: AdvanSys Fast/Ultra Narrow SCSI Adapter ; AdvanSys Non Plug and Play Legacy Adapter ; ; Copyright 2000 ConnectCom Solutions, Inc. ; [Version] Signature="$CHICAGO$" Class=SCSIAdapter Provider=%ADV% ;CatalogFile=w9xasc.cat DriverVer=03/15/1999 [ClassInstall] Addreg=SCSIReg [SCSIReg] HKR,,,,%SCSIClassName% [Manufacturer] %ADV%=ADVANSYS ; ---------------------------------------- ; Manufacturer Sections [ADVANSYS] %ABPISA.DriverDesc%=ABPISA,*ABP542 %ABPPNP.DriverDesc%=ABPPNP,*ABPPNP %ABP5401.DriverDesc%=ABP5401,*ABP5401 %ABP5401.DriverDesc%=ABP5401,*ABP5140 %ABPEISA.DriverDesc%=ABPEISA,*ABP7401 %ABPEISA.DriverDesc%=ABPEISA,*ABP7501 %ABPVL.DriverDesc%=ABPVL,*ASC1000 %ABPPCI.DriverDesc1%=ABPPCI,PCI\VEN_10CD&DEV_1100 %ABPPCI.DriverDesc1%=ABPPCI,PCI\VEN_10CD&DEV_1200 %ABPPCI.DriverDesc1%=ABPPCI,PCI\VEN_10CD&DEV_1300 %ABPPCI.DriverDesc1%=ABPPCI,PCI\VEN_10CD&DEV_1300&SUBSYS_131010CD ; ---------------------------------------- ; Driver Install Sections [ABPISA] CopyFiles=@w9xasc.mpd AddReg=IOS,ABPISA.reg DelFiles=ASPIDEV UpdateInis=UpdateInisSection LogConfig=*ABPISA.LogConfig UpdateCfgSys = UpdateConfigSys [ABPPNP] CopyFiles=@w9xasc.mpd AddReg=IOS,ABPPNP.reg DelFiles=ASPIDEV UpdateInis=UpdateInisSection LogConfig=*ABPPNP.LogConfig UpdateCfgSys = UpdateConfigSys [ABP5401] CopyFiles=@w9xasc.mpd AddReg=IOS,ABP5401.reg DelFiles=ASPIDEV UpdateInis=UpdateInisSection UpdateCfgSys = UpdateConfigSys Reboot [ABPEISA] CopyFiles=@w9xasc.mpd AddReg=IOS,ABPEISA.reg DelFiles=ASPIDEV UpdateInis=UpdateInisSection LogConfig=*ABPEISA.LogConfig UpdateCfgSys = UpdateConfigSys [ABPVLD] CopyFiles=@w9xasc.mpd AddReg=IOS,ABPVLD.reg DelFiles=ASPIDEV UpdateInis=UpdateInisSection LogConfig=*ABPVLD.LogConfig UpdateCfgSys = UpdateConfigSys [ABPVL] CopyFiles=@w9xasc.mpd AddReg=IOS,ABPVL.reg DelFiles=ASPIDEV UpdateInis=UpdateInisSection LogConfig=*ABPVL.LogConfig UpdateCfgSys = UpdateConfigSys [ABPPCI] CopyFiles=@w9xasc.mpd AddReg=IOS,ABPPCI.reg DelFiles=ASPIDEV UpdateInis=UpdateInisSection UpdateCfgSys = UpdateConfigSys ; --------------------------------------- ; AddReg Sections [ABPISA.Reg] HKR,,PortDriver,,w9xasc.mpd [ABPPNP.Reg] HKR,,PortDriver,,w9xasc.mpd [ABP5401.Reg] HKR,,PortDriver,,w9xasc.mpd [ABPVL.Reg] HKR,,PortDriver,,w9xasc.mpd [ABPVLD.Reg] HKR,,PortDriver,,w9xasc.mpd [ABPEISA.Reg] HKR,,PortDriver,,w9xasc.mpd [ABPPCI.Reg] HKR,,PortDriver,,w9xasc.mpd [*ASC1000.Det] AddReg=ForceMPCopy [*ABPISA.LogConfig] ConfigPriority = HARDRECONFIG IOConfig = 110-11F(3FF::),130-13F(3FF::),150-15F(3FF::),190-19F(3FF::),210-21F(3FF::),250-25F(3FF::),330-33F(3FF::) IRQConfig = 10,11,12,15 DMAConfig = W:5,6,7 [*ABPPNP.LogConfig] ConfigPriority = HARDRECONFIG IOConfig = 10@110-15F%FFF0(3FF::),190-19F(3FF::),210-21F(3FF::),250-25F(3FF::),330-33F(3FF::) IRQConfig = 10,11,12,15 DMAConfig = W:5,6,7 [*ABPEISA.LogConfig] ConfigPriority = HARDRECONFIG [*ABPVLD.LogConfig] ConfigPriority = HARDRECONFIG IOConfig = 110-11F(3FF::),130-13F(3FF::),150-15F(3FF::),190-19F(3FF::),210-21F(3FF::),250-25F(3FF::),330-33F(3FF::) IRQConfig = 10,11,12,14,15 IOConfig = 110-11F(3FF::),130-13F(3FF::),150-15F(3FF::),190-19F(3FF::),210-21F(3FF::),250-25F(3FF::),330-33F(3FF::) IRQConfig = 10,11,12,15 [*ABPVL.LogConfig] ConfigPriority = HARDRECONFIG IOConfig = 110-11F(3FF::),130-13F(3FF::),150-15F(3FF::),190-19F(3FF::),210-21F(3FF::),250-25F(3FF::),330-33F(3FF::) IRQConfig = 10,11,12,15 ; ------------------------------ ; IOS common section [IOS] HKR,,DevLoader,,*IOS [ForceMPCopy] HKR,,NoSetupUI,,1 [SourceDisksFiles] w9xasc.mpd = 1 [SourceDisksNames] 1 = %instd1%, , [DestinationDirs] ASPIDEV = 11 ; delete from SYSTEM dir if exists DefaultDestDir = 12 ; LDID_SYS [ControlFlags] ExcludeFromSelect=*ABP5401 [UpdateInisSection] %10%\IOS.INI, SafeList,, %AdvaspiStr% %10%\IOS.INI, CDUnsafe,, %AdvancdStr% %10%\SYSTEM.INI, 386Enh, "device=advw32.386", %Advw32Str%, 1 %31%\msdos.sys,Options,,"DoubleBuffer=1" [UpdateConfigSys] DevDelete = ADVANCD.SYS,1 DevDelete = ADVASPI.SYS,1 ; ---------------------------------------- ; User-visible Strings [Strings] SCSIClassName="SCSI Controllers" ADV="ConnectCom Solutions, Inc." ABPISA.DriverDesc="Win9x AdvanSys ISA SCSI Adapter (Not PCI)" ABPPNP.DriverDesc="Win9x AdvanSys PnP ISA SCSI Adapter (Not PCI)" ABP5401.DriverDesc="Win9x AdvanSys PnP ISA SCSI Adapter (Not PCI)" ABPEISA.DriverDesc="Win9x AdvanSys EISA SCSI Adapter (Not PCI)" ABPVLD.DriverDesc="Win9x AdvanSys Dual Channel VL SCSI Adapter (Not PCI)" ABPVL.DriverDesc="Win9x AdvanSys VL SCSI Adapter (Not PCI)" ABPPCI.DriverDesc1="Win9x AdvanSys Fast/Ultra Narrow SCSI Adapter" instd1 = "Windows 9x AdvanSys Driver" AdvaspiStr = "advaspi.sys ; Advansys ASPI Manager" AdvancdStr = "advancd.sys ; Advansys CD-ROM Driver" Advw32Str = ";By w9xasc.INF: device=advw32.386"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.