On Fri, Nov 2, 2012 at 1:35 AM, Tim Roberts <t...@probo.com> wrote: > Xiaofan Chen wrote: >> Now that Windows 8 and Windows RT have been released to the >> general public and new computers/tablets/hybirds are being >> released with Win8 and WinRT as the OS. It will be interesting >> to see how libusbx work under Windows 8. > > It shouldn't be an issue at all. Internally, Windows 8 is not all that > different from Windows 7. All of my USB drivers have just > plugged-and-played. Only the UI is different, although the UI is > DRAMATICALLY different. Even for a Microsoft fanboy like me, there is > much to hate here. > > There is one small installation difference. In Windows 8, all driver > packages must have a CAT file. I don't know whether the non-WinUSB > back-ends were using a CAT file before, but that may be an issue.
Indeed this is an issue for the libusb-win32 and libusbk's inf-wizard. My Windows 8 x64 installation reject to install drivers and throw out an error message like this (for libusbk's GUI inf-wizard using the "Install Only" option) Starting libwdi packager.. Package folder is C:\Users\Mcuee\AppData\Local\Temp\InfWizard_Driver.. Package name is DrvA25.. Creating and preparing driver package .. Installing driver. Please wait.. Failed installing driver: System policy has been modified to reject unsigned drivers Operation failed. Pete's Zadig works though since it supports the self-signing. http://sourceforge.net/projects/libwdi/files/zadig/ For libusbK's inf-wizard, you can generate the client driver installation package first and then run "InstallDriver.exe" to install the driver package. It uses similar method like Zadig to self-sign the driver package. -- Xiaofan ------------------------------------------------------------------------------ Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get web development skills now with LearnDevNow - 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122812 _______________________________________________ libusbx-devel mailing list libusbx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libusbx-devel