Re: [Libusbx-devel] OT Right clickable .inf file for usbser.sys on Win7

2013-04-01 Thread Tim Roberts
Orin Eman wrote: > > > I didn't think right-click/Install worked for driver inf files. It > never has for me anyway. Specifically, right-click install cannot be used for plug-and-play driver packages. All that a right-click install does is run the section called [DefaultInstall]. You can copy f

Re: [Libusbx-devel] OT Right clickable .inf file for usbser.sys on Win7

2013-04-01 Thread Kustaa Nyholm
On 1.4.2013 11.44, "Xiaofan Chen" wrote: > >I do not know much about Java but I do not quite >understand your "pure Java" terminology. Pure Java was Sun's marketing catch phrase to promote programs/programming that required not other code than Java code (besides what was included with the standa

Re: [Libusbx-devel] OT Right clickable .inf file for usbser.sys on Win7

2013-04-01 Thread Xiaofan Chen
On Mon, Apr 1, 2013 at 2:05 PM, Kustaa Nyholm wrote: > So my thinking is that the next step, if any, > for me is to move from my present CDC ACM solution, > which is (almost) driverless and requires > no native libraries with JNA and my PureJavaComm, > to a HID solution. > > HID would seem to be g

Re: [Libusbx-devel] OT Right clickable .inf file for usbser.sys on Win7

2013-03-31 Thread Kustaa Nyholm
On 1.4.2013 8.31, "Xiaofan Chen" wrote: >On Sun, Mar 31, 2013 at 1:27 PM, Kustaa Nyholm > wrote: >> BUT under the hood libusbx uses the native API >> on each platform to access USB right? >> >> And I can call any native API from Java with >> JNA without ANY native code and the C tool >> chain iss

Re: [Libusbx-devel] OT Right clickable .inf file for usbser.sys on Win7

2013-03-31 Thread Xiaofan Chen
On Sun, Mar 31, 2013 at 1:27 PM, Kustaa Nyholm wrote: > BUT under the hood libusbx uses the native API > on each platform to access USB right? > > And I can call any native API from Java with > JNA without ANY native code and the C tool > chain issues...so what I really should do is > to re-write

Re: [Libusbx-devel] OT Right clickable .inf file for usbser.sys on Win7

2013-03-30 Thread Kustaa Nyholm
On 31.3.2013 8.27, "Kustaa Nyholm" wrote: >Thanks, once I got the tip that it was usable in this situation >I found the info from MS documentation too. > > I meant UN-usable of course... br Kusti This e-mail may contain confidential or privileged information. If you are not the intended rec

Re: [Libusbx-devel] OT Right clickable .inf file for usbser.sys on Win7

2013-03-30 Thread Kustaa Nyholm
On 31.3.2013 1.56, "Xiaofan Chen" wrote: >> Ref: http://www.osronline.com/showthread.cfm?link=239028 >> Tim Roberts wrote the following in the above thread, >> "A right-click install simply runs the [DefaultInstall] section >> and is only useful for non-PnP devices. It doesn't associate the >> d

Re: [Libusbx-devel] OT Right clickable .inf file for usbser.sys on Win7

2013-03-30 Thread Xiaofan Chen
On Sun, Mar 31, 2013 at 8:37 AM, Xiaofan Chen wrote: > On Sun, Mar 31, 2013 at 2:01 AM, Kustaa Nyholm > wrote: >> >>> I didn't think right-click/Install worked for driver inf files. It never >>> has for me anyway. >> >> Ok, if that is so then no point searching for the answer...thanks. >> > > To

Re: [Libusbx-devel] OT Right clickable .inf file for usbser.sys on Win7

2013-03-30 Thread Xiaofan Chen
On Sun, Mar 31, 2013 at 2:01 AM, Kustaa Nyholm wrote: > >> I didn't think right-click/Install worked for driver inf files. It never >> has for me anyway. > > Ok, if that is so then no point searching for the answer...thanks. > To be more precise, right click can work for some types of Windows dr

Re: [Libusbx-devel] OT Right clickable .inf file for usbser.sys on Win7

2013-03-30 Thread Kustaa Nyholm
> I didn't think right-click/Install worked for driver inf files. It never has > for me anyway. Ok, if that is so then no point searching for the answer...thanks. br Kusti This e-mail may contain confidential or privileged information. If you are not the int

Re: [Libusbx-devel] OT Right clickable .inf file for usbser.sys on Win7

2013-03-30 Thread Orin Eman
On Sat, Mar 30, 2013 at 6:00 AM, Kustaa Nyholm 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 thou