Re: Uninstalling a driver without using device manager? by Pavel
Pavel
Thu Dec 02 19:21:50 CST 2004
Use DifX. It will produce a MSI merge module that can be used with the
latest Installshield to create MSI installers (and when unistalled, it should work too).
If the driver is already installed, use devcon utility (the exe is in some KB article,
sources are in the DDK)
--PA
"DB" <DB@discussions.microsoft.com> wrote in message news:F29D435A-D930-4E02-BD46-D6DC749E98B6@microsoft.com...
> I'm looking for a way to uninstall and existing usb driver during an
> installation so that pnp will take affect and reinstall the driver. I would
> like to be able to do this during an InstallShield installation.
> I'd appreciate any ideas that you have,
> Dave