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

note: need in administrator context use tool.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -