txtsetup.oem

D

Dietmar

Hi all,

can someone describe me, how to build a working
txtsetup.oem if I have more than one *.sys and more than one *.dll?

Thanks
Dietmar
 
D

Dietmar

Hi Konstantin,

thanks for your answer.
Is this txtsetup.oem ok?

[Disks]
d1 = "USBBOOT1",\disk1,\


[Defaults]
scsi = usbstor

[scsi]
usbstor = "OEM USB"



[Files.scsi.usbstor]
driver = d1,usbstor.sys,usbstor



[Config.usbstor]

value = "", Group, REG_SZ, "SCSI Miniport"
value = "", Start, REG_DWORD, 0
value = "", Tag, REG_DWORD, 1
value = "", Type, REG_DWORD, 1



[HardwareIds.scsi.usbstor]
id = "USB\Vid_1058&Pid_0300", "usbstor"


Thanks
Dietmar
 
D

Dietmar

Hi all,

I make another try, because I noticed, that only the first *.sys driver is
loaded when hit F6 at boottime from XP:

[Disks]
d1 = "USBBOOT1",\disk1,\


[Defaults]
scsi = usbstor

[scsi]
usbstor = "OEM USB1"

[Files.scsi.usbstor]
driver = d1,usbstor.sys,usbstor
inf = d1,usb.inf
inf = d1,usbstor.inf
inf = d1,usbport.inf
dll = d1,hccoin.dll
dll = d1,usbui.dll

[HardwareIds.scsi.usbstor]
id = "USB\Vid_1058&Pid_0300", "usbstor"




[Defaults]
scsi = usbport

[scsi]
usbport = "OEM USB2"

[Files.scsi.usbport]
driver = d1,usbport.sys,usbport
inf = d1,usb.inf
inf = d1,usbstor.inf
inf = d1,usbport.inf
dll = d1,hccoin.dll
dll = d1,usbui.dll




[Defaults]
scsi = usbd

[scsi]
usbd = "OEM USB3"

[Files.scsi.usbd]
driver = d1,usbd.sys,usbd
inf = d1,usb.inf
inf = d1,usbstor.inf
inf = d1,usbport.inf
dll = d1,hccoin.dll
dll = d1,usbui.dll



[Defaults]
scsi = usbehci

[scsi]
usbehci = "OEM USB4"

[Files.scsi.usbehci]
driver = d1,usbehci.sys,usbehci
inf = d1,usb.inf
inf = d1,usbstor.inf
inf = d1,usbport.inf
dll = d1,hccoin.dll
dll = d1,usbui.dll



[Defaults]
scsi = usbuhci

[scsi]
usbuhci = "OEM USB5"

[Files.scsi.usbuhci]
driver = d1,usbuhci.sys,usbuhci
inf = d1,usb.inf
inf = d1,usbstor.inf
inf = d1,usbport.inf
dll = d1,hccoin.dll
dll = d1,usbui.dll


[Defaults]
scsi = usbhub

[scsi]
usbhub = "OEM USB6"

[Files.scsi.usbhub]
driver = d1,usbhub.sys,usbhub
inf = d1,usb.inf
inf = d1,usbstor.inf
inf = d1,usbport.inf
dll = d1,hccoin.dll
dll = d1,usbui.dll

But still this does not work.

Nice to hear from you
Dietmar
 
D

Dietmar

Hi Konstantin,
yes I know this page from Microsoft. Now my USB drivers are loaded one
after the other. They stay after that all together in memory, as wished.
My Syntax in the txtsetup.oem is ok, I can compare it with

http://h18004.www1.hp.com/support/files/se...load/17581.html

but there must be a reason why XP does not want to recognice its own USB
drivers as SCSI drivers for installation. But I have NO idea, what this
can be. (That happens not so often...hihi).
The problem is, that you cant get any infomation, it just says, that it
cant be installed on that USB harddisk. Because I know generic Vid and Pid
numbers for USB devices, this is quiet mysterious.

Nice to hear from you
Dietmar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top