tn here. new to these forums but I have been reading so many threads,posts on what I wish to achieve but can't find a definate answer..
What I am wanting to do is have my XP drivers install automaticly. i.e Graphics,Audio,USB3, etc etc.
I am going to giva a simple example of what i have done and the reults I get.
using my si3132 driver only as an example. I am NOT trying to intergrate SATA drivers in TXTMODE...OK
This is a simple example.
I have my si3132 drivers.
Quote
SI3132.inf
Si3132.sys
SilSupp.dll
SiRemFil.sys
SiWinAcc.sys
TxtSetup.oem
I have NOT compressed them and I have simply copied them into I386
I have edited DOSNET
[
Quote
d1,si3132.cat
d1,SI3132.inf
d1,Si3132.sys
d1,SilSupp.dll
d1,SiRemFil.sys
d1,SiWinAcc.sys
d1,TxtSetup.oem
I have edited TXTSETUP
Quote
si3132.cat = 1,,,,,,,2,0,0
SI3132.inf = 1,,,,,,,2,0,0
Si3132.sys = 1,,,,,,,2,0,0
SilSupp.dll = 1,,,,,,,2,0,0
SiRemFil.sys = 1,,,,,,,2,0,0
SiWinAcc.sys = 1,,,,,,,2,0,0
TxtSetup.oem = 1,,,,,,,2,0,0
I have added these lines to WINNT
Quote
NonDriverSigningPolicy=Ignore
UpdateInstalledDrivers = Yes
With these edits I get no errors and the files are copied into Sytem32
But the drivers do NOT install and I need to manually update the drivers. The PC does find the drivers and it does install them but it is not what i am after.
So I was hoping somebody on here can point me in the right direction.
I do NOT like Nlite
I do NOT like DriverPacks
I do NOT like the OemPnPDriversPath=\Drivers way of doing things....
There must be away to do this. When I do a test using nLite to interhrate my si3132 drivers in PNP mode they do install automaticly. I can not find out what nLite is altering for this to happen...
There must be more code to write but I can not figure it out..
Does anybody know and can point me in the right direction.
I know XP is old.
I know I can simply install the drivers manually.
I like to mess though..
Cheers..



Help

Back to top










