windows - How to Install Driver with a cat file? -
i have kernel driver. when installing on 32 bit systems , windows xp , below, had no problem , used setupcopyoeminf, 64 bit drivers required signed. have signed , need have cat file driver copied somewhere on computer, , method of install doesn't work. how should install it?
edit: clarified question.
in windows vista , windows 7 there new utility handling drivers setup call pnputil. handles kind of work. copy driver relevant files(*.inf, *.cat, *.sys) directory on target computer , use pnputil -i -a <infname>.inf
Comments
Post a Comment