Re: Unattended Install and third-party storage drivers



Here is a working txtsetup.oem file...

You can strip out the additional adapters in it...



#//////////////////////////////////////////////////////////////////////////////
#//
#// Section: Disks
#//
[Disks]
d1 = "IBM x440\x445 HAL", \halx44n.dll, \
d2 = "Adaptec SAS/SATA Driver v1.00 (Windows 32 bit for
2000/XP/2003)", \adp94xx.sys, \
d3 = "Adaptec Embedded Serial ATA HostRAID Driver Ver 4.00 for Windows
2000/XP/2003", \aarich.sys, \
d4 = "Adaptec SATA Driver v1.00 (Windows 32 bit for 2000/XP/2003)",
\adpAHCI.sys, \
d5 = "Adaptec HostRAID U320 Driver Ver 3.00 For Windows 2000/XP/2003",
\a320raid.sys, \
d6 = "Adaptec Ultra320 Family Manager Set - Microsoft Disk",
\adpu320.sys, \
d7 = "LSI MegaRAID IDE Driver Diskette", \MegaIDE.sys, \
d8 = "QLogic Software Diskette", \ql4010.sys, \
d9 = "IBM Integrated xSeries Adapter Installation Disk (SCSI)",
\QVNDSCSI.SYS, \
d10 = "LSI Logic PCI SCSI/FC MPI Miniport Driver", \symmpi.sys, \
d11 = "QLogic Software Diskette", \ql2200.sys, \
d12 = "QLogic Software Diskette", \ql2300.sys, \
d13 = "Silicon Image SiI 3x12 SATALink Driver Installation Disk",
\si3112.sys, \
d14 = "Adaptec SAS RAID Windows 2003 Device Driver", \arcsas.sys, \
d15 = "Adaptec RAID Windows 2000/XP/2003 Device Drivers", \aac.sys, \
d16 = "IBM ServeRAID Device Driver Diskette", \nfrd960.sys, \
d17 = "Smart Array 5x and 6x Driver Diskette",\cpqcissm.sys,\


#//////////////////////////////////////////////////////////////////////////////
#//
#// Section: Defaults
#//
[Defaults]
scsi = ADAPTEC_SASRAID
computer = ibmhal_mp


#//////////////////////////////////////////////////////////////////////////////
#//
#// Section: scsi
#//
[scsi]
ADAPTEC_SASRAID = "Adaptec SAS/SATA driver for Windows 2000/XP/2003"
ADAPTEC_SATARAID_W2K = "Adaptec Embedded Serial ATA HostRAID Driver
For Windows 2000/XP/2003"
ADAPTEC_AHCIRAID = "Adaptec SATA HostRAID driver for Windows
2000/XP/2003"
ADAPTEC_U320RAID_W2K = "Adaptec HostRAID U320 Driver Ver 3.00 For
Windows 2000/XP/2003"
a79xxNT50 = "Adaptec Ultra320 SCSI Cards (Win 2000)"
a79xxNTIA32 = "Adaptec Ultra320 SCSI Cards (Win XP/Server 2003 IA-32)"
MegaIDE100_NET = "LSI MegaRAID IDE 100 Controller(Server 2003)",
MEGAIDE
MegaIDE100_NETIDC = "Integrated Ultra ATA-100 Dual Channel
Controller(Server 2003)", MEGAIDE
MegaIDE100_NETI = "Integrated Ultra ATA-100 IDE RAID Controller
(Server 2003)", MegaIDE
MegaIDE100_MZ3_NET = "LSI Logic MegaRAID IDE 100 Driver For MAGNIA
Z3x0 (Server 2003)", MEGAIDE
MegaIDE100_MZ5_NET = "LSI Logic MegaRAID IDE 100 Driver For MAGNIA
Z500 (Server 2003)", MEGAIDE
MegaIDE133_NET = "LSI MegaRAID IDE 133 Controller (Server 2003)",
MEGAIDE
MegaIDE_SATA_NET = "LSI MegaRAID Serial ATA Controller (Server 2003)",
MEGAIDE
MegaIDE_LSICSB6_NET = "LSI Logic CSB-6 IDE 100 RAID Controller (Server
2003)", MEGAIDE
MegaIDE_IBMCSB6_NET = "IBM CSB-6 IDE 100 RAID Controller (Server
2003)", MEGAIDE
OEMSCSI = "QLogic iSCSI Adapter"
QVNDSCSI_2689 = "IBM 2689 Integrated xSeries Adapter SCSI Driver"
SYMMPI_32 = "LSI Logic PCI SCSI/FC MPI Driver (Server 2003
32-bit)",symmpi
OEMSCSI2 = "QLogic QLA2200 PCI Fibre Channel Adapter"
OEMSCSI3 = "QLogic Fibre Channel Adapter"
Si3112_XP = "Silicon Image SiI 3x12 SATALink Controller for Windows
XP/Server 2003"
Si3112_NT = "Silicon Image SiI 3x12 SATALink Controller for Windows NT
4.0 and 2000"
arcsas = "Adaptec SAS RAID Controller", arcsas
aac = "Adaptec RAID Controller", aac
NFRDDotNet32 = "IBM ServeRAID 4Mx/4Lx/5i/6M/6i/7k Controller (Windows
Server 2003)"
cpqcissm = "Smart Array 5x and 6x Driver Windows Server 2003"


#//////////////////////////////////////////////////////////////////////////////
#//
#// Section: computer
#//
[computer]
ibmhal_mp = "IBM eServer xSeries 440/445 (Windows Server 2003 HAL)"


#//////////////////////////////////////////////////////////////////////////////
#//
#// Adaptec SAS/SATA driver for Windows 2000/XP/2003
#//
[Files.scsi.ADAPTEC_SASRAID]
driver = d2, adp94xx.sys, adp94xx
inf = d2, adp94xx.inf
catalog = d2, adp94xx.cat


[Config.adp94xx]
value = "", Group, REG_SZ, "SCSI Miniport"
value = "", Start, REG_DWORD, 0
value = "", Tag, REG_DWORD, 1
value = "", Type, REG_DWORD, 1


[HardwareIds.scsi.ADAPTEC_SASRAID]
id = "PCI\VEN_9005&DEV_041f", "adp94xx"
id = "PCI\VEN_9005&DEV_0410", "adp94xx"
id = "PCI\VEN_9005&DEV_0412","adp94xx"
id = "PCI\VEN_9005&DEV_041E","adp94xx"
id = "PCI\VEN_9005&DEV_0430","adp94xx"
id = "PCI\VEN_9005&DEV_0432","adp94xx"
id = "PCI\VEN_9005&DEV_043E","adp94xx"
id = "PCI\VEN_9005&DEV_043F","adp94xx"



#//////////////////////////////////////////////////////////////////////////////
#//
#// Adaptec Embedded Serial ATA HostRAID Driver For Windows
2000/XP/2003
#//
[Files.scsi.ADAPTEC_SATARAID_W2K]
driver = d3, aarich.sys, aarich
inf = d3, aarich.inf
inf = d3, aichmgt.inf
catalog = d3, aarich.cat
catalog = d3, aichmgt.cat


[Config.aarich]
value = "", Group, REG_SZ, "SCSI Miniport"
value = "", Start, REG_DWORD, 0
value = "", Tag, REG_DWORD, 1
value = "", Type, REG_DWORD, 1



#//////////////////////////////////////////////////////////////////////////////
#//
#// Adaptec SATA HostRAID driver for Windows 2000/XP/2003
#//
[Files.scsi.ADAPTEC_AHCIRAID]
driver = d4, adpAHCI.sys, adpAHCI
inf = d4, adpAHCI.inf
catalog = d4, adpAHCI.cat


[Config.adpAHCI]
value = "", Group, REG_SZ, "SCSI Miniport"
value = "", Start, REG_DWORD, 0
value = "", Tag, REG_DWORD, 1
value = "", Type, REG_DWORD, 1


[HardwareIds.scsi.ADAPTEC_AHCIRAID]
id = "PCI\VEN_8086&DEV_2652", "adpAHCI"
id = "PCI\VEN_8086&DEV_27C3", "adpAHCI"



#//////////////////////////////////////////////////////////////////////////////
#//
#// Adaptec HostRAID U320 Driver Ver 3.00 For Windows 2000/XP/2003
#//
[Files.scsi.ADAPTEC_U320RAID_W2K]
driver = d5, a320raid.sys, a320raid
inf = d5, a320raid.inf
inf = d5, adhraid.inf
catalog = d5, a320raid.cat
catalog = d5, adhraid.cat


[Config.a320raid]
value = "", Group, REG_SZ, "SCSI Miniport"
value = "", Start, REG_DWORD, 0
value = "", Tag, REG_DWORD, 1
value = "", Type, REG_DWORD, 1



#//////////////////////////////////////////////////////////////////////////////
#//
#// Adaptec Ultra320 SCSI Cards (Win 2000)
#//
[Files.scsi.a79xxNT50]
driver = d6, adpu320.sys, adpu320
inf = d6, adpu320.inf
catalog = d6, adpu320.cat


[Config.adpu320]
value = "", tag, REG_DWORD, 20



#//////////////////////////////////////////////////////////////////////////////
#//
#// Adaptec Ultra320 SCSI Cards (Win XP/Server 2003 IA-32)
#//
[Files.scsi.a79xxNTIA32]
driver = d6, adpu320.sys, adpu320
inf = d6, adpu320.inf
catalog = d6, adpu320.cat


[HardwareIds.scsi.a79xxNTIA32]
id = "PCI\VEN_9005&DEV_801D", "adpu320"
id = "PCI\VEN_9005&DEV_801E", "adpu320"
id = "PCI\VEN_9005&DEV_801F", "adpu320"
id = "PCI\VEN_9005&DEV_800F", "adpu320"
id = "PCI\VEN_9005&DEV_800F&SUBSYS_005F9005", "adpu320"
id = "PCI\VEN_9005&DEV_8000&SUBSYS_00609005", "adpu320"
id = "PCI\VEN_9005&DEV_8010&SUBSYS_00409005", "adpu320"
id = "PCI\VEN_9005&DEV_8011&SUBSYS_00419005", "adpu320"
id = "PCI\VEN_9005&DEV_8012&SUBSYS_00429005", "adpu320"
id = "PCI\VEN_9005&DEV_8014&SUBSYS_00449005", "adpu320"
id = "PCI\VEN_9005&DEV_8015&SUBSYS_00409005", "adpu320"
id = "PCI\VEN_9005&DEV_8016&SUBSYS_00409005", "adpu320"
id = "PCI\VEN_9005&DEV_8017&SUBSYS_00449005", "adpu320"



#//////////////////////////////////////////////////////////////////////////////
#//
#// LSI MegaRAID IDE 100 Controller(Server 2003)
#//
[Files.scsi.MegaIDE100_NET]
driver = d7, MegaIDE.sys, MEGAIDE
inf = d7, MegaIDE.inf
inf = d7, NODEV.inf
catalog = d7, MegaNET.cat


[Config.MEGAIDE]
value = "", Tag, REG_DWORD, 1


[HardwareIds.scsi.MegaIDE100_NET]
id="PCI\VEN_1095&DEV_0649&SUBSYS_0649101E", "MEGAIDE"



#//////////////////////////////////////////////////////////////////////////////
#//
#// Integrated Ultra ATA-100 Dual Channel Controller(Server 2003)
#//
[Files.scsi.MegaIDE100_NETIDC]
driver = d7, MegaIDE.sys, MEGAIDE
inf = d7, MegaIDE.inf
inf = d7, NODEV.inf
catalog = d7, MegaNET.cat


[HardwareIds.scsi.MegaIDE100_NETIDC]
id="PCI\VEN_1095&DEV_0649&SUBSYS_005D0E11", "MEGAIDE"



#//////////////////////////////////////////////////////////////////////////////
#//
#// Integrated Ultra ATA-100 IDE RAID Controller (Server 2003)
#//
[Files.scsi.MegaIDE100_NETI]
driver = d7, MegaIDE.sys, MEGAIDE
inf = d7, MegaIDE.inf
inf = d7, NODEV.inf
catalog = d7, MegaNET.cat


[HardwareIds.scsi.MegaIDE100_NETI]
id="PCI\VEN_1095&DEV_0649&SUBSYS_007E0E11", "MEGAIDE"



#//////////////////////////////////////////////////////////////////////////////
#//
#// LSI Logic MegaRAID IDE 100 Driver For MAGNIA Z3x0 (Server 2003)
#//
[Files.scsi.MegaIDE100_MZ3_NET]
driver = d7, MegaIDE.sys, MEGAIDE
inf = d7, MegaIDE.inf
inf = d7, NODEV.inf
catalog = d7, MegaNET.cat


[HardwareIds.scsi.MegaIDE100_MZ3_NET]
id="PCI\VEN_1095&DEV_0649&SUBSYS_0649101E", "MEGAIDE"



#//////////////////////////////////////////////////////////////////////////////
#//
#// LSI Logic MegaRAID IDE 100 Driver For MAGNIA Z500 (Server 2003)
#//
[Files.scsi.MegaIDE100_MZ5_NET]
driver = d7, MegaIDE.sys, MEGAIDE
inf = d7, MegaIDE.inf
inf = d7, NODEV.inf
catalog = d7, MegaNET.cat



#//////////////////////////////////////////////////////////////////////////////
#//
#// LSI MegaRAID IDE 133 Controller (Server 2003)
#//
[Files.scsi.MegaIDE133_NET]
driver = d7, MegaIDE.sys, MEGAIDE
inf = d7, MegaIDE.inf
inf = d7, NODEV.inf
catalog = d7, MegaNET.cat


[HardwareIds.scsi.MegaIDE133_NET]
id="PCI\VEN_1095&DEV_0680&SUBSYS_05241000", "MEGAIDE"



#//////////////////////////////////////////////////////////////////////////////
#//
#// LSI MegaRAID Serial ATA Controller (Server 2003)
#//
[Files.scsi.MegaIDE_SATA_NET]
driver = d7, MegaIDE.sys, MEGAIDE
inf = d7, MegaIDE.inf
inf = d7, NODEV.inf
catalog = d7, MegaNET.cat


[HardwareIds.scsi.MegaIDE_SATA_NET]
id="PCI\VEN_1095&DEV_3112&SUBSYS_05341000", "MEGAIDE"



#//////////////////////////////////////////////////////////////////////////////
#//
#// LSI Logic CSB-6 IDE 100 RAID Controller (Server 2003)
#//
[Files.scsi.MegaIDE_LSICSB6_NET]
driver = d7, MegaIDE.sys, MEGAIDE
inf = d7, MegaIDE.inf
inf = d7, NODEV.inf
catalog = d7, MegaNET.cat


[HardwareIds.scsi.MegaIDE_LSICSB6_NET]
id="PCI\VEN_1166&DEV_0213&SUBSYS_02131000", "MEGAIDE"



#//////////////////////////////////////////////////////////////////////////////
#//
#// IBM CSB-6 IDE 100 RAID Controller (Server 2003)
#//
[Files.scsi.MegaIDE_IBMCSB6_NET]
driver = d7, MegaIDE.sys, MEGAIDE
inf = d7, MegaIDE.inf
inf = d7, NODEV.inf
catalog = d7, MegaNET.cat


[HardwareIds.scsi.MegaIDE_IBMCSB6_NET]
id="PCI\VEN_1166&DEV_0213&SUBSYS_02131014", "MEGAIDE"



#//////////////////////////////////////////////////////////////////////////////
#//
#// QLogic iSCSI Adapter
#//
[Files.scsi.OEMSCSI]
driver = d8, ql4010.sys, ql4010
inf = d8, ql4010.inf
catalog = d8, ql4010.cat
inf = d8, qlpseudo.inf
driver = d8, ql4010pp.dll, QL4010PP
driver = d8, cocpyinf.dll, COCPYINF


[Config.ql4010]


[Config.QL4010PP]


[Config.COCPYINF]


[Config.OEMSCSI]
value = Parameters\Device,DriverParameters,REG_SZ,""
value = Parameters\Device,MaximumSGList,REG_DWORD,0x21
value = Parameters\Device,NumberOfRequests,REG_DWORD,0xff
value = Parameters\PnPInterface,5,REG_DWORD,1


[HardwareIds.scsi.OEMSCSI]
id = "PCI\VEN_1077&DEV_4010&SUBSYS_01121077", "ql4010"
id2 = "PCI\VEN_1077&DEV_4010&SUBSYS_01141077", "ql4010"
id3 = "PCI\VEN_1077&DEV_4010&SUBSYS_011E1077", "ql4010"
id4 = "PCI\VEN_1077&DEV_4010&SUBSYS_01201077", "ql4010"
id5 = "PCI\VEN_1077&DEV_4010&SUBSYS_02CF1014", "ql4010"
id6 = "PCI\VEN_1077&DEV_4010&SUBSYS_02D01014", "ql4010"
id7 = "PCI\VEN_1077&DEV_4010&SUBSYS_02E01014", "ql4010"
id8 = "PCI\VEN_1077&DEV_4010&SUBSYS_02E21014", "ql4010"



#//////////////////////////////////////////////////////////////////////////////
#//
#// IBM 2689 Integrated xSeries Adapter SCSI Driver
#//
[Files.scsi.QVNDSCSI_2689]
driver = d9, QVNDSCSI.SYS, QVNDSCSI
catalog = d9, QVNDSCSI.CAT
inf = d9, QVNDSCSI.INF


[Config.QVNDSCSI]
value = "",tag,REG_DWORD,1
value = "",Group,REG_SZ,"SCSI Miniport"
value = Parameters\PnPInterface,5,REG_DWORD,1


[HardwareIds.scsi.QVNDSCSI_2689]
id = "PCI\VEN_1014&DEV_013A&SUBSYS_013D1014","QVNDSCSI"



#//////////////////////////////////////////////////////////////////////////////
#//
#// LSI Logic PCI SCSI/FC MPI Driver (Server 2003 32-bit)
#//
[Files.scsi.SYMMPI_32]
driver = d10, symmpi.sys, SYMMPI
inf = d10, symmpi.inf
catalog = d10, mpi2k332.cat


[Config.SYMMPI]
value = Parameters\PnpInterface,5,REG_DWORD,1


[HardwareIds.scsi.SYMMPI_32]
id = "PCI\VEN_1000&DEV_0621", "symmpi"
id = "PCI\VEN_1000&DEV_0622", "symmpi"
id = "PCI\VEN_1000&DEV_0624", "symmpi"
id = "PCI\VEN_1000&DEV_0626", "symmpi"
id = "PCI\VEN_1000&DEV_0628", "symmpi"
id = "PCI\VEN_1000&DEV_0030", "symmpi"
id = "PCI\VEN_1000&DEV_0032", "symmpi"



#//////////////////////////////////////////////////////////////////////////////
#//
#// QLogic QLA2200 PCI Fibre Channel Adapter
#//
[Files.scsi.OEMSCSI2]
driver = d11, ql2200.sys, ql2200
inf = d11, ql2200.inf
catalog = d11, ql2200.cat
driver = d11, qlsdm.dll, QLSDM


[Config.ql2200]


[Config.QLSDM]


[Config.OEMSCSI2]
value = Parameters\Device,DriverParameters,REG_SZ,"UseSameNN=1"
value = Parameters\Device,MaximumSGList,REG_DWORD,0x21
value = Parameters\Device,NumberOfRequests,REG_DWORD,0x96
HKLM,SOFTWARE\SNIA\HBA\QL2X00,LibraryFile,0x00000000,"%dll%\qlsdm.dll"
value = Parameters\PnPInterface,5,REG_DWORD,1


[HardwareIds.scsi.OEMSCSI2]
id = "PCI\VEN_1077&DEV_2200&SUBSYS_00021077", "ql2200"



#//////////////////////////////////////////////////////////////////////////////
#//
#// QLogic Fibre Channel Adapter
#//
[Files.scsi.OEMSCSI3]
driver = d12, ql2300.sys, ql2300
inf = d12, ql2300.inf
catalog = d12, ql2300.cat
inf = d12, qlpseudo.inf
driver = d12, ql2xhai2.dll, QL2XHAI2
driver = d12, qlsdm.dll, QLSDM
driver = d12, cocpyinf.dll, COCPYINF


[Config.ql2300]


[Config.QL2XHAI2]


[Config.OEMSCSI3]
value =
Parameters\Device,DriverParameters,REG_SZ,"UseSameNN=0;pseudo=0"
value = Parameters\Device,MaximumSGList,REG_DWORD,0x21
value = Parameters\Device,NumberOfRequests,REG_DWORD,0x96
HKLM,SOFTWARE\SNIA\HBA\QL2X00,LibraryFile,0x00000000,"%dll%\ql2xhai2.dll"
value = Parameters\PnPInterface,5,REG_DWORD,1


[HardwareIds.scsi.OEMSCSI3]
id = "PCI\VEN_1077&DEV_2300&SUBSYS_00091077", "ql2300"
id2 = "PCI\VEN_1077&DEV_2312&SUBSYS_01001077", "ql2300"
id3 = "PCI\VEN_1077&DEV_2312&SUBSYS_01011077", "ql2300"
id4 = "PCI\VEN_1077&DEV_2312&SUBSYS_01021077", "ql2300"
id5 = "PCI\VEN_1077&DEV_2300&SUBSYS_01061077", "ql2300"
id6 = "PCI\VEN_1077&DEV_2322&SUBSYS_01151077", "ql2300"
id7 = "PCI\VEN_1077&DEV_2322&SUBSYS_01161077", "ql2300"
id8 = "PCI\VEN_1077&DEV_2322&SUBSYS_01171077", "ql2300"
id9 = "PCI\VEN_1077&DEV_2322&SUBSYS_01181077", "ql2300"
id10 = "PCI\VEN_1077&DEV_6312&SUBSYS_01191077", "ql2300"
id11 = "PCI\VEN_1077&DEV_6312&SUBSYS_011C1077", "ql2300"
id12 = "PCI\VEN_1077&DEV_2312&SUBSYS_010A1077", "ql2300"
id13 = "PCI\VEN_1077&DEV_2312&SUBSYS_01000E11", "ql2300"
id14 = "PCI\VEN_1077&DEV_2312&SUBSYS_027D1014", "ql2300"
id15 = "PCI\VEN_1077&DEV_2312&SUBSYS_01010E11", "ql2300"
id16 = "PCI\VEN_1077&DEV_2312&SUBSYS_01020E11", "ql2300"
id17 = "PCI\VEN_1077&DEV_2312&SUBSYS_34BA8086", "ql2300"
id18 = "PCI\VEN_1077&DEV_2312&SUBSYS_01021749", "ql2300"
id19 = "PCI\VEN_1077&DEV_2312&SUBSYS_10511734", "ql2300"
id20 = "PCI\VEN_1077&DEV_2322&SUBSYS_01701028", "ql2300"
id21 = "PCI\VEN_1077&DEV_2312&SUBSYS_01030E11", "ql2300"
id22 = "PCI\VEN_1077&DEV_2312&SUBSYS_01040E11", "ql2300"
id23 = "PCI\VEN_1077&DEV_2312&SUBSYS_01050E11", "ql2300"
id24 = "PCI\VEN_1077&DEV_2322&SUBSYS_34BC8086", "ql2300"
id25 = "PCI\VEN_1077&DEV_2312&SUBSYS_018A1028", "ql2300"
id26 = "PCI\VEN_1077&DEV_2312&SUBSYS_12BA103C", "ql2300"
id27 = "PCI\VEN_1077&DEV_2312&SUBSYS_12C2103C", "ql2300"
id28 = "PCI\VEN_1077&DEV_2312&SUBSYS_12C7103C", "ql2300"
id29 = "PCI\VEN_1077&DEV_2312&SUBSYS_12C9103C", "ql2300"
id30 = "PCI\VEN_1077&DEV_2312", "ql2300"



#//////////////////////////////////////////////////////////////////////////////
#//
#// Silicon Image SiI 3x12 SATALink Controller for Windows XP/Server
2003
#//
[Files.scsi.Si3112_XP]
driver = d13, si3112.sys, Si3112
driver = d13, SiWinAcc.sys, SiFilter
inf = d13, SI3112.inf
driver = d13, SilSupp.cpl, SILSUPP
catalog = d13, Si3112.cat


[Config.Si3112]
value = ProblemDevices, "", REG_SZ, ""
value = ProblemDevices, "Maxtor 4D060H3
DAK05GK0", REG_SZ, "MaxMode = UDMA-5"
value = ProblemDevices, "ST320012AS", REG_SZ, "Mod15Write"
value = ProblemDevices, "ST330013AS", REG_SZ, "Mod15Write"
value = ProblemDevices, "ST340017AS", REG_SZ, "Mod15Write"
value = ProblemDevices, "ST360015AS", REG_SZ, "Mod15Write"
value = ProblemDevices, "ST380023AS", REG_SZ, "Mod15Write"
value = ProblemDevices, "ST3120023AS", REG_SZ, "Mod15Write"
value = ProblemDevices, "ST340014ASL", REG_SZ, "Mod15Write"
value = ProblemDevices, "ST360014ASL", REG_SZ, "Mod15Write"
value = ProblemDevices, "ST380011ASL", REG_SZ, "Mod15Write"
value = ProblemDevices, "ST3120022ASL", REG_SZ, "Mod15Write"
value = ProblemDevices, "ST3160021ASL", REG_SZ, "Mod15Write"


[Config.SiFilter]


[Config.SILSUPP]


[HardwareIds.scsi.Si3112_XP]
id = "PCI\VEN_1095&DEV_3112&SUBSYS_31121095", "Si3112"
id = "PCI\VEN_1095&DEV_3112&SUBSYS_34238086", "Si3112"
id = "PCI\VEN_1095&DEV_3112&SUBSYS_311215D9", "Si3112"
id = "PCI\VEN_1095&DEV_3112&SUBSYS_B0021458", "Si3112"
id = "PCI\VEN_1095&DEV_3112&SUBSYS_01661028", "Si3112"
id = "PCI\VEN_1095&DEV_3112&SUBSYS_82141033", "Si3112"
id = "PCI\VEN_1095&DEV_3112&SUBSYS_82641033", "Si3112"
id = "PCI\VEN_1095&DEV_3512&SUBSYS_35121095", "Si3112"
id = "PCI\VEN_1095&DEV_3512&SUBSYS_01661028", "Si3112"
id = "PCI\VEN_1095&DEV_3512&SUBSYS_82641033", "Si3112"
id = "PCI\VEN_1095&DEV_3512&SUBSYS_35121014", "Si3112"
id = "PCI\VEN_1095&DEV_3512&SUBSYS_02B71014", "Si3112"
id = "PCI\VEN_1095&DEV_3512&SUBSYS_B0021458", "Si3112"
id = "PCI\VEN_1002&DEV_436E&SUBSYS_436E1002", "Si3112"
id = "PCI\VEN_1002&DEV_436E&SUBSYS_B0021458", "Si3112"
id = "PCI\VEN_1002&DEV_4379&SUBSYS_43791002", "Si3112"
id = "PCI\VEN_1002&DEV_437A&SUBSYS_437A1002", "Si3112"



#//////////////////////////////////////////////////////////////////////////////
#//
#// Silicon Image SiI 3x12 SATALink Controller for Windows NT 4.0 and
2000
#//
[Files.scsi.Si3112_NT]
driver = d13, si3112.sys, Si3112
inf = d13, SI3112.inf
driver = d13, SilSupp.cpl, SILSUPP


[HardwareIds.scsi.Si3112_NT]
id = "PCI\VEN_1095&DEV_3112&SUBSYS_31121095", "Si3112"
id = "PCI\VEN_1095&DEV_3112&SUBSYS_34238086", "Si3112"
id = "PCI\VEN_1095&DEV_3112&SUBSYS_311215D9", "Si3112"
id = "PCI\VEN_1095&DEV_3112&SUBSYS_B0021458", "Si3112"
id = "PCI\VEN_1095&DEV_3112&SUBSYS_01661028", "Si3112"
id = "PCI\VEN_1095&DEV_3112&SUBSYS_82141033", "Si3112"
id = "PCI\VEN_1095&DEV_3112&SUBSYS_82641033", "Si3112"
id = "PCI\VEN_1095&DEV_3512&SUBSYS_35121095", "Si3112"
id = "PCI\VEN_1095&DEV_3512&SUBSYS_01661028", "Si3112"
id = "PCI\VEN_1095&DEV_3512&SUBSYS_82641033", "Si3112"
id = "PCI\VEN_1095&DEV_3512&SUBSYS_35121014", "Si3112"
id = "PCI\VEN_1095&DEV_3512&SUBSYS_02B71014", "Si3112"
id = "PCI\VEN_1095&DEV_3512&SUBSYS_B0021458", "Si3112"
id = "PCI\VEN_1002&DEV_436E&SUBSYS_436E1002", "Si3112"
id = "PCI\VEN_1002&DEV_436E&SUBSYS_B0021458", "Si3112"
id = "PCI\VEN_1002&DEV_4379&SUBSYS_43791002", "Si3112"
id = "PCI\VEN_1002&DEV_437A&SUBSYS_437A1002", "Si3112"



#//////////////////////////////////////////////////////////////////////////////
#//
#// Adaptec SAS RAID Controller
#//
[Files.scsi.arcsas]
driver = d14, arcsas.sys, arcsas
catalog = d14, arcsas.cat
inf = d14, arcsas.inf


[Config.arcsas]
value = "", Type, REG_DWORD, 1
value = "", Start, REG_DWORD, 0
value = "", Group, REG_SZ, "SCSI miniport"
value = "", ErrorControl, REG_DWORD, 1
value = Parameters\Device, NumberOfRequests, REG_DWORD, 0fe


[HardwareIds.scsi.arcsas]
id = "PCI\VEN_9005&DEV_0285&SUBSYS_02989005", "arcsas"
id = "PCI\VEN_9005&DEV_0285&SUBSYS_02999005", "arcsas"
id = "PCI\VEN_9005&DEV_0285&SUBSYS_029A9005", "arcsas"
id = "PCI\VEN_9005&DEV_0285&SUBSYS_02f21014", "arcsas"



#//////////////////////////////////////////////////////////////////////////////
#//
#// Adaptec RAID Controller
#//
[Files.scsi.aac]
driver = d15, aac.sys, aac
catalog = d15, aac.cat
inf = d15, aac.inf
inf = d15, aacmgt.inf
driver = d15, aaccin.dll, none


[Config.aac]
value = "", Type, REG_DWORD, 1
value = "", Start, REG_DWORD, 0
value = "", Group, REG_SZ, "SCSI miniport"
value = "", ErrorControl, REG_DWORD, 1
value = Parameters\Device, NumberOfRequests, REG_DWORD, 0fe
value = Parameters\Device, UncachedExtAlignment, REG_DWORD, e


[Config.none]


[HardwareIds.scsi.aac]
id = "PCI\VEN_1011&DEV_0046&SUBSYS_03649005", "aac"
id = "PCI\VEN_1011&DEV_0046&SUBSYS_03659005", "aac"
id = "PCI\VEN_9005&DEV_0280&SUBSYS_02809005", "aac"
id = "PCI\VEN_9005&DEV_0281&SUBSYS_02819005", "aac"
id = "PCI\VEN_9005&DEV_0282&SUBSYS_02829005", "aac"
id = "PCI\VEN_9005&DEV_0283&SUBSYS_02839005", "aac"
id = "PCI\VEN_9005&DEV_0284&SUBSYS_02849005", "aac"
id = "PCI\VEN_9006&DEV_2140&SUBSYS_21409006", "aac"
id = "PCI\VEN_9005&DEV_0285&SUBSYS_02859005", "aac"
id = "PCI\VEN_9005&DEV_0285&SUBSYS_02869005", "aac"
id = "PCI\VEN_9005&DEV_0285&SUBSYS_02879005", "aac"
id = "PCI\VEN_9005&DEV_0285&SUBSYS_028A9005", "aac"
id = "PCI\VEN_9005&DEV_0285&SUBSYS_028E9005", "aac"
id = "PCI\VEN_9005&DEV_0285&SUBSYS_028B9005", "aac"
id = "PCI\VEN_9005&DEV_0285&SUBSYS_028F9005", "aac"
id = "PCI\VEN_9005&DEV_0285&SUBSYS_02909005", "aac"
id = "PCI\VEN_9005&DEV_0285&SUBSYS_02929005", "aac"
id = "PCI\VEN_9005&DEV_0285&SUBSYS_02939005", "aac"
id = "PCI\VEN_9005&DEV_0286&SUBSYS_028C9005", "aac"
id = "PCI\VEN_9005&DEV_0286&SUBSYS_028D9005", "aac"



#//////////////////////////////////////////////////////////////////////////////
#//
#// IBM ServeRAID 4Mx/4Lx/5i/6M/6i/7k Controller (Windows Server
2003)
#//
[Files.scsi.NFRDDotNet32]
driver = d16, nfrd960.sys, NFRD960
driver = d16, nfrdci04.dll, NFRDCI04
catalog = d16, ibmnfrd3.cat
inf = d16, nfrd960.inf


[Config.NFRD960]
value = parameters\PnpInterface,5,REG_DWORD,1
value = parameters\Device,NumberOfRequests,REG_DWORD,128


[Config.NFRDCI04]


[HardwareIds.scsi.NFRDDotNet32]
id = "PCI\VEN_1014&DEV_01BD", "nfrd960"
id = "PCI\VEN_9005&DEV_0250", "nfrd960"



#//////////////////////////////////////////////////////////////////////////////
#//
#// IBM eServer xSeries 440/445 (Windows Server 2003 HAL)
#//
[Files.computer.ibmhal_mp]
hal = d1, halx44n.dll
catalog = d1, halx44n.cat
inf = d1, halx44n.inf


#//////////////////////////////////////////////////////////////////////////////
#//
#// Smart Array 5x and 6x Driver Windows Server 2003
#//
[Files.scsi.B178]
driver = d1,cpqcissm.sys,cpqcissm
inf = d1,cpqcissm.inf
catalog = d1,cpqcissm.cat

[Config.cpqcissm]
value = "",tag,REG_DWORD,103
value = Parameters\PnpInterface,5,REG_DWORD,1
value = Parameters\Device,NumberOfRequests,REG_DWORD,80

[HardwareIds.scsi.B178]
id = "PCI\VEN_0E11&DEV_B178&SUBSYS_40800E11","cpqcissm"
id = "PCI\VEN_0E11&DEV_B178&SUBSYS_40820E11","cpqcissm"
id = "PCI\VEN_0E11&DEV_B178&SUBSYS_40830E11","cpqcissm"
id = "PCI\VEN_0E11&DEV_B178","cpqcissm"


regards

Johan Arwidmark
Microsoft MVP - Setup/Deployment



On Thu, 8 Dec 2005 14:34:27 -0600, "Jeff" <jeffpoling@xxxxxxxxx>
wrote:

>I've seen several posts similar to this but no concrete answers. I am
>attempting to do a network-based unattended install of W2K3. The server
>uses Qlogic 2300 series HBAs to connect to our SAN and the server will boot
>from the SAN. I've configured the unattend.txt file and the txtsetup.oem
>file so that the Qlogic drivers are copied during setup. When setup reads
>the txtsetup.oem file, it returns an error stating that there is a syntax
>error on line 1. What do I need to do to get setup to recognize my qlogic
>drivers during setup?
>
>Jeff
>

.



Relevant Pages

  • Re: Unattended Install and third-party storage drivers
    ... > Controller", MEGAIDE ... > #// Adaptec Embedded Serial ATA HostRAID Driver For Windows ... > inf = d3, aichmgt.inf ... > catalog = d3, aichmgt.cat ...
    (microsoft.public.windows.server.setup)
  • Re: Unattended Install and third-party storage drivers
    ... > Controller", MEGAIDE ... > #// Adaptec Embedded Serial ATA HostRAID Driver For Windows ... > inf = d3, aichmgt.inf ... > catalog = d3, aichmgt.cat ...
    (microsoft.public.windows.server.setup)
  • Re: Unattended Install and third-party storage drivers
    ... >> Controller", MEGAIDE ... >> inf = d3, aichmgt.inf ... >> catalog = d3, aichmgt.cat ... >> driver = d4, adpAHCI.sys, adpAHCI ...
    (microsoft.public.windows.server.setup)
  • Re: Windows XP vs Vista update unsigned PNP USB driver
    ... I strongly suggest you to update the version of the sys file and the ... the version info in the INF file has not changed. ... if there are more than one equally ranked driver that is a best ... Vista USB driver fresh install followed by the driver update and the other ...
    (microsoft.public.development.device.drivers)
  • Re: PnP Manager Problem
    ... Can you also post the INF from XP Pro version of the driver? ... it is a special version for XPe from Intel. ... ; ChecksumTxTcp ...
    (microsoft.public.windowsxp.embedded)