Hello,
I created a batch file that uses devcon to install a driver,
when my client tries to install it it fails with the message “devcon failed”.
It works fine on my enviroment.
It is being run as administrator, and setupapi.dev.log doesn’t even show the install attempt (which probably means the problem is in devcon).
can I somehow see why devcon failed with a logger of some sort? I want something more informative than “devcon failed”…
Thank you very much,
Moti
> can I somehow see why devcon failed with a logger of some sort?
c:\windows\inf\setupapi.dev.log
–
Maxim S. Shatskih
Microsoft MVP on File System And Storage
xxxxx@storagecraft.com
http://www.storagecraft.com
After a little research, apperantly a different version of devcon is required for 64-bit operating system.
Problem solved, thank you.
Yes, on a 64bit OS, you can only use 64bit devcon.
–
Maxim S. Shatskih
Microsoft MVP on File System And Storage
xxxxx@storagecraft.com
http://www.storagecraft.com
wrote in message news:xxxxx@ntdev…
> After a little research, apperantly a different version of devcon is required for 64-bit operating system.
>
> Problem solved, thank you.
>
Obligatory reminder that you cannot redistribute devcon to your client. They can go get it themselves or you can create your own. You just can’t ship it to them.
xxxxx@tandemg.com wrote:
After a little research, apperantly a different version of devcon is required for 64-bit operating system.
Yes, and to make things more confusing, many of devcon’s functions work
fine in a 32-on-64 situation, but installation does not.
–
Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.