Click here to Skip to main content
15,913,610 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
AnswerRe: Printer for business Pin
Richard MacCutchan16-Nov-09 21:39
mveRichard MacCutchan16-Nov-09 21:39 
QuestionEletrecity usage Pin
Mekong River16-Nov-09 12:46
Mekong River16-Nov-09 12:46 
AnswerRe: Eletrecity usage Pin
Richard MacCutchan16-Nov-09 21:37
mveRichard MacCutchan16-Nov-09 21:37 
AnswerRe: Eletrecity usage Pin
Member 368078519-Nov-09 3:30
Member 368078519-Nov-09 3:30 
QuestionInstalling drivers with a set of INF, CAT and SYS-files Pin
Jörgen Sigvardsson15-Nov-09 5:58
Jörgen Sigvardsson15-Nov-09 5:58 
AnswerRe: Installing drivers with a set of INF, CAT and SYS-files [Solved - most likely] Pin
Jörgen Sigvardsson15-Nov-09 7:48
Jörgen Sigvardsson15-Nov-09 7:48 
AnswerSOLVED: Installing drivers with a set of INF, CAT and SYS-files Pin
Jörgen Sigvardsson15-Nov-09 21:17
Jörgen Sigvardsson15-Nov-09 21:17 
AnswerUPDATE: Installing drivers with a set of INF, CAT and SYS-files Pin
Jörgen Sigvardsson16-Nov-09 4:55
Jörgen Sigvardsson16-Nov-09 4:55 
The technique I marked as "SOLVED" works only for XP Pro. In XP Pro, the CopyFile-sections of the INF file are executed. This means that the relevant driver files (*.sys) are copied to C:\Windows\system32\drivers. In Windows Embedded Standard, the CopyFile-sections are not executed - only INF and CAT files are installed. This means that the files have to be copied manually.

Why WES works this way, I am not sure. It could be that some crucial component has not been included in the image. I did not create the image, so I really have no idea.

So, for WES you have to either copy the files manually during a DUA update, or you can use Walter Oney's FASTINST if you have access to that.


For those of you who need to do this on Vista and later operating systems, there's a function called DiInstallDriver() that seems to solve pretty much everything for you. You just need the driver media (*.sys et al) and the INF/CAT files. I can't grasp why this function wasn't added eons ago...

--
Kein Mitleid Für Die Mehrheit

AnswerRe: Installing drivers with a set of INF, CAT and SYS-files Pin
fat_boy14-Jan-10 5:49
fat_boy14-Jan-10 5:49 
GeneralRe: Installing drivers with a set of INF, CAT and SYS-files Pin
Jörgen Sigvardsson14-Jan-10 5:57
Jörgen Sigvardsson14-Jan-10 5:57 
GeneralRe: Installing drivers with a set of INF, CAT and SYS-files Pin
fat_boy15-Jan-10 5:37
fat_boy15-Jan-10 5:37 
QuestionKeyboard problem Pin
Mekong River13-Nov-09 17:28
Mekong River13-Nov-09 17:28 
AnswerRe: Keyboard problem Pin
Indivara23-Nov-09 16:48
professionalIndivara23-Nov-09 16:48 
GeneralRe: Keyboard problem Pin
Mekong River23-Nov-09 17:13
Mekong River23-Nov-09 17:13 
GeneralRe: Keyboard problem Pin
Indivara23-Nov-09 23:51
professionalIndivara23-Nov-09 23:51 
QuestionIterating over serial ports, detecting virtual serial ports from a specific vendor, from user mode apps Pin
Jörgen Sigvardsson12-Nov-09 20:02
Jörgen Sigvardsson12-Nov-09 20:02 
AnswerRe: Iterating over serial ports, detecting virtual serial ports from a specific vendor, from user mode apps Pin
Luc Pattyn13-Nov-09 1:15
sitebuilderLuc Pattyn13-Nov-09 1:15 
AnswerRe: Iterating over serial ports, detecting virtual serial ports from a specific vendor, from user mode apps Pin
Randor 13-Nov-09 12:00
professional Randor 13-Nov-09 12:00 
GeneralRe: Iterating over serial ports, detecting virtual serial ports from a specific vendor, from user mode apps Pin
Jörgen Sigvardsson14-Nov-09 21:16
Jörgen Sigvardsson14-Nov-09 21:16 
General[Message Deleted] Pin
ch_Canda3-Dec-09 18:10
ch_Canda3-Dec-09 18:10 
GeneralRe: Iterating over serial ports, detecting virtual serial ports from a specific vendor, from user mode apps Pin
Jörgen Sigvardsson3-Dec-09 20:48
Jörgen Sigvardsson3-Dec-09 20:48 
GeneralRe: Iterating over serial ports, detecting virtual serial ports from a specific vendor, from user mode apps Pin
Jörgen Sigvardsson14-Nov-09 22:32
Jörgen Sigvardsson14-Nov-09 22:32 
GeneralRe: Iterating over serial ports, detecting virtual serial ports from a specific vendor, from user mode apps Pin
Randor 15-Nov-09 0:37
professional Randor 15-Nov-09 0:37 
GeneralRe: Iterating over serial ports, detecting virtual serial ports from a specific vendor, from user mode apps Pin
fat_boy14-Jan-10 5:58
fat_boy14-Jan-10 5:58 
GeneralRe: Iterating over serial ports, detecting virtual serial ports from a specific vendor, from user mode apps Pin
Jörgen Sigvardsson14-Jan-10 6:04
Jörgen Sigvardsson14-Jan-10 6:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.