I have an SATA driver that is not currently supported, so I read various how to's and looked at what XPCreate did wrong.
The driver is Intel IASTOR GR version - only ER is currently supported
As far as I can tell, all I need to do to fix this is to modify one line in Txtsetup.ini
[HardwareidsDatabase]
from: PCI\VEN_8086&DEV_24DF&CC_0104 = "IASTOR"
To: PCI\VEN_8086&DEV_27C1&CC_0106 = "IASTOR"
I tried editing the created txtsetup.ini and putting the modified copy in FILESCD\I386 but it does not overwrite the created version during CD creation so I still get the original wrong version.
Is there any way to force XPCreate to use my txtsetup.ini file during iso creation?
Thanks
Bill
of course I meant txtsetup.sif
Bill