-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove inf-wizard from the formal release #25
Comments
@dontech Please check if the above is easier, or you want to fix inf-wizard. |
I know older Windows versions are not supported, but if I want to do some testing on them (where also latest Zadig cannot be used), can I just grab the inf-wizard from e.g. 1.2.6 and use it with the new libusb-win32 release files? |
I do not mind removing it, if it serves no purpose any more.
|
Correct. libusbk inf-wizard uses dpscat which then use libwdi. dpscat mainly does the following. BTW dpscat is generic and it can be used for generic driver packages (no need to be a USB driver). I think there is no point to reinvent the wheel as Zadig and libusbk inf wizard provide enough options for the users. Some people like Zadig and some people like libusbk inf wizard. Zadig/libwdi: https://github.com/pbatard/libwdi dpscat and libusbk-inf-wizard: |
libusb-win32 1.2.7.2 inf-wizard should work under Windows XP. Zadig 2.2 and prior versions support Windows XP. You can rebuild Zadig 2.2 from libwdi source codes with newer signed version of libusb0,sys (eg: libusb0.sys 1.2.7.2) I am not so sure if anyone still wantss to use Windows 2k. You will be stuck with libusb0.sys 1.2.6.0 in that case. ANd just in case, for Windows 98SE/ME, then you are stuck with libusb0.sys 0.1.12.2. |
Agree, i am fond of every library having its own purpose. Lets purge this from libusb-win32 as it makes our life easier! |
It has been nuked. What about libwdi and "install-filter" and "install-filter-gui". Should we nuke them too? libwdi is out of date and maintained elsewhere: https://github.com/pbatard/libwdi by Pete Batard |
@mcuee Close this when you have reviewed the change. |
Looks good. I will close this. |
As mentioned in the wiki, "The installer from libusb-win32 does not either under Windows 7/10, please use the GUI installer from libusbK or Zadig". So I think it is better to just remove the inf-wizard GUI from the release.
BTW, the filter installer wizard GUI works fine so please keep it.
The text was updated successfully, but these errors were encountered: