Query about txtsetup.oem

Hi All,
Are the PnP entries in the .inf of a driver, that is being loaded as part
of text mode of setup, active in the text setup time?

Thanks & Regards,
Chakri

Hello Everybody,

I have built a boot driver and want to include it during
the installation time. After pressing F6 during the
initialization of the installation process, I get the prompt
to include my driver which is then loaded from the floppy disk.

After the Windows 2000 Executive has been started and the
hard disk prepared for copying the system files, I get the
prompt “Insert the disk labeled OEM DISK into drive A”.

Despite including the floppy containing my driver and
txtsetup.oem files, the system still keeps asking me the
same message. I have labeled this floppy as “OEM DISK”. I am
unable to advance further.

Can anybody tell me where am I going wrong?

My txtsetup.oem is as shown below.

Thanks in advance,
Bhargav

d1 = “OEM DISK”, \DiskId1.tag, \

[Defaults]
scsi = mydrv

[scsi]
regmon= “Mydrv”, mydrv

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

[Config.mydrv]
value=“”,“DisplayName”, REG_SZ, “Mydrv”
value=“”,“ErrorControl”,REG_DWORD, 1
value=“”,“Group”, REG_SZ,“System Bus Extender”
value=“”,“Start”,REG_DWORD,0
value=“”,“Type”,REG_DWORD,1
value=“”,“Tag”,REG_DWORD,1

I’m not to familiar with doing this during install, but one thing I do note
is there are no hardware compatability IDs, and that can cause the hardware
wizard to fail to find the INF file during post-install installations. Now
if that is resolved in an INF file, and your INF file does have the IDs …

Gary G. Little
xxxxx@inland.net
909-698-3191
909-5512105

wrote in message news:xxxxx@ntdev…
>
> Hello Everybody,
>
> I have built a boot driver and want to include it during
> the installation time. After pressing F6 during the
> initialization of the installation process, I get the prompt
> to include my driver which is then loaded from the floppy disk.
>
> After the Windows 2000 Executive has been started and the
> hard disk prepared for copying the system files, I get the
> prompt “Insert the disk labeled OEM DISK into drive A”.
>
> Despite including the floppy containing my driver and
> txtsetup.oem files, the system still keeps asking me the
> same message. I have labeled this floppy as “OEM DISK”. I am
> unable to advance further.
>
> Can anybody tell me where am I going wrong?
>
> My txtsetup.oem is as shown below.
>
> Thanks in advance,
> Bhargav
>
>
> d1 = “OEM DISK”, \DiskId1.tag, <br>>
> [Defaults]
> scsi = mydrv
>
> [scsi]
> regmon= “Mydrv”, mydrv
>
> [Files.scsi.mydrv]
> driver = d1, mydrv.sys, mydrv
>
>
> [Config.mydrv]
> value=“”,“DisplayName”, REG_SZ, “Mydrv”
> value=“”,“ErrorControl”,REG_DWORD, 1
> value=“”,“Group”, REG_SZ,“System Bus Extender”
> value=“”,“Start”,REG_DWORD,0
> value=“”,“Type”,REG_DWORD,1
> value=“”,“Tag”,REG_DWORD,1
>
>
>