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

Re: Uninstalling a driver without using device manager? by Marc

Marc
Thu Dec 02 17:53:25 CST 2004

Look at the DEVCON example in the DDK.

Marco
________________________
Marc Reinig
UCO/Lick Observatory
Laboratory for Adaptive Optics

"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



Re: Uninstalling a driver without using device manager? by Ray

Ray
Thu Dec 02 18:30:49 CST 2004

UpdateDriverForPlugAndPlayDevices

--

Regards,
Ray
Windows Driver Developer
[Remove 'stopspam' & 'nospam' when you send email to me]


"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



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