The InfWizard can be used to remove/clean up usb install packages.
Launch the InfWizard and click Next.
Select the usb device to remove and click Remove Device to display the InfWizard Remove Device window.
The device removal function first calls the windows api function SetupDiRemoveDevice and then SetupUninstallOEMInf.
If the DeepClean property was set to true, the remove device function will scan ALL inf files in the [Windows]\Inf for the selected devices VID and PID. All matching inf file are marked for deletion in the final confirmation dialog.
The dialog remains open after the device is removed so status can be reviewed.