Jump to content

Repacking driver.cab


RyanVM

Recommended Posts

sorry for my poor english

when i try the method of http://jdeboeck.msfnhosting.com/ for merge driver.cab with sp2.cab my txtsetup.sif = 0 byte

this command doesn't work

echo sp2.cab>> txtsetup.log

findstr /v /b /i /g:txtsetup.log i386/txtsetup.sif > txtsetup.sif

rem move txtsetup.sif i386\txtsetup.sif

rem del txtsetup.log

in txtsetup.log i have sp2.cab and txtsetup.sif = 0

but this work fine

rem Updating dosnet.inf

echo d1,sp2.cab>> dosnet.log

findstr /v /b /i /g:dosnet.log i386\dosnet.inf > dosnet.inf

move dosnet.inf i386\dosnet.inf

del dosnet.log

Why ????

in txtsetup.sif i have 3 lines with sp2.cab

sp2.cab      = 100,,,,,,_x,39,0,0

DriverCabName=driver.cab,sp2.cab

sp2.cab = 16

i delete
sp2.cab      = 100,,,,,,_x,39,0,0

sp2.cab = 16

and modify

DriverCabName=driver.cab
Correct ?

and I found differences with the original file drvindex.inf and the

list of the drivers (drivers.cab and sp2.cab).

there are 10 additional files, not in original drvindex.inf

ati2draa.dll

ati2mpaa.sys

atidvag.dll

atimtag.sys

hpt3xx.sys

nv4.dll

nv4.sys

s3nb.dll

s3nbm.sys

watv03nt.sys

can one remove them ?

thanks

Link to comment
Share on other sites


I`m realy update drivers.cab

1 copy all *.inf and *.cat files to dir d:\drv\inf

2 copy all files except inf and cat to dir d:\drv\all

3 add all files in dir d:\drv\all to drivers.cab

4 use nlite to add drivers but add only dir d:\drv\inf

that all

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...