TXTSETUP.OEM in unattended winxp install Promise raid card

larciel

Diamond Member
May 23, 2001
4,590
8
81
I'm trying to install this promise MBFasttrak Lite 133 raid controller (onboard) with WinXP.. but it won't recognize the device!

i don't have floppy drive, so i'm trying to put this into unattended installation (which i've been doing for last year), but it won't recognize the device!!

i'm sure some of you here have tried this method and was successful.. if you could share how you did it that'd be great!


here's my txtsetup.oem file located in cd:\i386\$OEM$\textmode


[Disks]
d1 = "Promise FastTrak Series Driver Diskette",\fasttrak,\

[Defaults]
scsi = FastTrak133_xp2

[scsi]
FastTrak133_xp2 = "WinXP Promise MBFastTrak133 Lite (tm) Controller", FastTrak

[Files.scsi.FastTrak133_xp2]
driver = d1, Fasttrak.sys, Fasttrak
inf = d1, Fasttrak.inf

[HardwareIds.scsi.FastTrak133_xp2]
id="PCI\VEN_105A&DEV_5275", "Fasttrak"

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

and here's part of my UNATTEND.txt file that i've modified, located in cd:\i386\


[Unattended]
Unattendmode = FullUnattended
TargetPath = *
Filesystem = LeaveAlone
OemPreinstall=Yes
OemSkipEula=Yes

[OEMBootFiles]
FASTTRAK.sys
FASTTRAK.inf
FASTTRAK.cat
Txtsetup.oem

[MassStorageDrivers]
"WinXP Promise MBFastTrak133 Lite (tm) Controller" = "OEM"
"IDE CD-ROM (ATAPI 1.2)/PCI IDE Controller" = "RETAIL"

and last, here's part of my winnt.sif file

well.. i didn't modify any of parts in this file.. but here's part

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
DriverSigningPolicy=Ignore
OemPnPDriversPath = "driver\intelCSA_LAN"

can anyone see what i'm doing wrong?? .. i really can't tell why it's not recognizing..

lmk tia!!