On Sat, Mar 30, 2013 at 6:00 AM, Kustaa Nyholm
<kustaa.nyh...@planmeca.com>wrote:

> Hi,
>
>
> sorry for the OT but I felt the expertise on this
> list might have answer on tap.
>
> I've got a .inf file for my USB CDC ACM device
> that works fine. However installing it requires
> about million steps for the end user so I thought
> I'd enable the installation by using right click/Install...
>


I didn't think right-click/Install worked for driver inf files.  It never
has for me anyway.  I use a small executable file and  DriverPackageInstall
or DriverPackagePreinstall, I forget which.  Put everything in the same
directory, use GetModuleFileName(GetModuleHandle(NULL, ...)) to find out
where you are, strip off the exe name, add the relative path to the inf
file and call DriverPackage(Pre)install.

Orin.
------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
_______________________________________________
libusbx-devel mailing list
libusbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libusbx-devel

Reply via email to