Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > DPINST driver removal Windows 7 not working

Reply
Thread Tools Display Modes

DPINST driver removal Windows 7 not working

 
 
Kota
Guest
Posts: n/a

 
      05-24-2010
Hi,

Driver removal in Win-7 with DPINST Tool is not working.
Here is the DPINST.log
--------------------------------------------------------------------------------
INFO: ****************************************
INFO: 05/14/2010 05:05:58
INFO: Product Version 2.1.0.0.
INFO: Version: 6.0.6000
INFO: Platform ID: 2 (NT)
INFO: Service Pack: 0.0
INFO: Suite: 0x0100, Product Type: 1
INFO: Architecture: AMD64.
INFO: Interactive Windows Station
INFO: Command Line: '"C:\xp-64\dpinst.exe" /U xxxxx.inf /D'
INFO: DPInst is not multi-lingual.
INFO: ****************************************
INFO: Current working directory: 'C:\xp-64'
INFO: Uninstall command: uninstall Inf 'xxxxx.inf'
INFO: Uninstall option set: if driver was installed, will make best effort
to delete driver binaries.
INFO: Starting uninstall of 'xxxxx.inf'
INFO: ENTER: DriverPackageUninstallW
INFO: Uninstalling driver package C:\xp-64\xxxxx.inf...
INFO: Successfully uninstalled 'C:\Windows\INF\oem1.inf'.
ERROR: Failed to uninstall device instance ID
'PCI\VEN_114A&DEV_5565&SUBSYS_00801556&REV_00\4&16 FFE941&0&2008'. (Error code
0xE0000203: There is no driver selected for the device information set or
element.)
INFO: No devices found for
C:\Windows\System32\DriverStore\FileRepository\xxx xx.inf_amd64_neutral_a1b20f8677a8d979\xxxxx.inf uninstall.
INFO: Successfully deleted properties for driver store entry
'C:\Windows\System32\DriverStore\FileRepository\xx xxx.inf_amd64_neutral_a1b20f8677a8d979\xxxxx.inf'.
SUCCESS:Uninstall completed.
INFO: RETURN: DriverPackageUninstallW (0x0)
INFO: Returning with code 0x0
INFO: 05/14/2010 05:06:0
--------------------------------------------------------------------------------
Same driver removal is working fine in xp, server, vista, but not in win7.

As it described in help, It is not removing the files in system32, which
causing driver is still accessible though the driver is removed until the
system restart.
Also after system restart, device manager is not cleaned and still showing
the old device name with ! mark that instead of unknown device.

This is not clean removal process compared to previous OS.

Any other method available to clean this?

Also, not sure, why is this error coming in win-7:
Error code 0xE0000203: There is no driver selected for the device
information set or element.


Thanks,
Kota

 
Reply With Quote
 
 
 
 
Luv2Hike
Guest
Posts: n/a

 
      05-24-2010
You asked this question before. Again, accoding to the Windows 7 WDK (as
documented in
http://msdn.microsoft.com/en-us/libr...(VS.85).aspx):


/d

Sets the deleteBinaries flag to ON, which configures DPInst to delete the
binary files that were copied to a system when a driver package was
installed.

Note Starting with Windows 7, the /d switch is ignored by the operating
system. Binary files, which were copied to a system when a driver package
was installed, can no longer be deleted by using DPInst.


Apparently, there are no other way to delete the driver file through DIFx or
DPInst.

"Kota" <> wrote in message
newsE82B127-6DCB-4B8C-9058-...
> Hi,
>
> Driver removal in Win-7 with DPINST Tool is not working.
> Here is the DPINST.log:
> --------------------------------------------------------------------------------
> INFO: ****************************************
> INFO: 05/14/2010 05:05:58
> INFO: Product Version 2.1.0.0.
> INFO: Version: 6.0.6000
> INFO: Platform ID: 2 (NT)
> INFO: Service Pack: 0.0
> INFO: Suite: 0x0100, Product Type: 1
> INFO: Architecture: AMD64.
> INFO: Interactive Windows Station
> INFO: Command Line: '"C:\xp-64\dpinst.exe" /U xxxxx.inf /D'
> INFO: DPInst is not multi-lingual.
> INFO: ****************************************
> INFO: Current working directory: 'C:\xp-64'
> INFO: Uninstall command: uninstall Inf 'xxxxx.inf'
> INFO: Uninstall option set: if driver was installed, will make best
> effort
> to delete driver binaries.
> INFO: Starting uninstall of 'xxxxx.inf'
> INFO: ENTER: DriverPackageUninstallW
> INFO: Uninstalling driver package C:\xp-64\xxxxx.inf...
> INFO: Successfully uninstalled 'C:\Windows\INF\oem1.inf'.
> ERROR: Failed to uninstall device instance ID
> 'PCI\VEN_114A&DEV_5565&SUBSYS_00801556&REV_00\4&16 FFE941&0&2008'. (Error
> code
> 0xE0000203: There is no driver selected for the device information set or
> element.)
> INFO: No devices found for
> C:\Windows\System32\DriverStore\FileRepository\xxx xx.inf_amd64_neutral_a1b20f8677a8d979\xxxxx.inf
> uninstall.
> INFO: Successfully deleted properties for driver store entry
> 'C:\Windows\System32\DriverStore\FileRepository\xx xxx.inf_amd64_neutral_a1b20f8677a8d979\xxxxx.inf'.
> SUCCESS:Uninstall completed.
> INFO: RETURN: DriverPackageUninstallW (0x0)
> INFO: Returning with code 0x0
> INFO: 05/14/2010 05:06:00
> --------------------------------------------------------------------------------
> Same driver removal is working fine in xp, server, vista, but not in win7.
>
> As it described in help, It is not removing the files in system32, which
> causing driver is still accessible though the driver is removed until the
> system restart.
> Also after system restart, device manager is not cleaned and still showing
> the old device name with ! mark that instead of unknown device.
>
> This is not clean removal process compared to previous OS.
>
> Any other method available to clean this?
>
> Also, not sure, why is this error coming in win-7:
> Error code 0xE0000203: There is no driver selected for the device
> information set or element.
>
>
> Thanks,
> Kota
>



 
Reply With Quote
 
Kota
Guest
Posts: n/a

 
      05-25-2010
Hi,

Thanks for your reply, Yes, I had asked this query last time, But i didnt
see th DPISNT log last time.

This DPINST log error appears that problem related to something else, i.e
the reason, I have posted with log, so that, somebody will see the log and
post any info related to this log, why is this giving error in Win-7.

I appreciate your info about this, Have you seen any Microsoft weblink says
that, this behavior is specific to Win-7 apart from your observations?

Thanks,
Prafulla

"Luv2Hike" wrote:

> You asked this question before. Again, accoding to the Windows 7 WDK (as
> documented in
> http://msdn.microsoft.com/en-us/libr...(VS.85).aspx):
>
>
> /d
>
> Sets the deleteBinaries flag to ON, which configures DPInst to delete the
> binary files that were copied to a system when a driver package was
> installed.
>
> Note Starting with Windows 7, the /d switch is ignored by the operating
> system. Binary files, which were copied to a system when a driver package
> was installed, can no longer be deleted by using DPInst.
>
>
> Apparently, there are no other way to delete the driver file through DIFx or
> DPInst.
>
> "Kota" <> wrote in message
> newsE82B127-6DCB-4B8C-9058-...
> > Hi,
> >
> > Driver removal in Win-7 with DPINST Tool is not working.
> > Here is the DPINST.log:
> > --------------------------------------------------------------------------------
> > INFO: ****************************************
> > INFO: 05/14/2010 05:05:58
> > INFO: Product Version 2.1.0.0.
> > INFO: Version: 6.0.6000
> > INFO: Platform ID: 2 (NT)
> > INFO: Service Pack: 0.0
> > INFO: Suite: 0x0100, Product Type: 1
> > INFO: Architecture: AMD64.
> > INFO: Interactive Windows Station
> > INFO: Command Line: '"C:\xp-64\dpinst.exe" /U xxxxx.inf /D'
> > INFO: DPInst is not multi-lingual.
> > INFO: ****************************************
> > INFO: Current working directory: 'C:\xp-64'
> > INFO: Uninstall command: uninstall Inf 'xxxxx.inf'
> > INFO: Uninstall option set: if driver was installed, will make best
> > effort
> > to delete driver binaries.
> > INFO: Starting uninstall of 'xxxxx.inf'
> > INFO: ENTER: DriverPackageUninstallW
> > INFO: Uninstalling driver package C:\xp-64\xxxxx.inf...
> > INFO: Successfully uninstalled 'C:\Windows\INF\oem1.inf'.
> > ERROR: Failed to uninstall device instance ID
> > 'PCI\VEN_114A&DEV_5565&SUBSYS_00801556&REV_00\4&16 FFE941&0&2008'. (Error
> > code
> > 0xE0000203: There is no driver selected for the device information set or
> > element.)
> > INFO: No devices found for
> > C:\Windows\System32\DriverStore\FileRepository\xxx xx.inf_amd64_neutral_a1b20f8677a8d979\xxxxx.inf
> > uninstall.
> > INFO: Successfully deleted properties for driver store entry
> > 'C:\Windows\System32\DriverStore\FileRepository\xx xxx.inf_amd64_neutral_a1b20f8677a8d979\xxxxx.inf'.
> > SUCCESS:Uninstall completed.
> > INFO: RETURN: DriverPackageUninstallW (0x0)
> > INFO: Returning with code 0x0
> > INFO: 05/14/2010 05:06:00
> > --------------------------------------------------------------------------------
> > Same driver removal is working fine in xp, server, vista, but not in win7.
> >
> > As it described in help, It is not removing the files in system32, which
> > causing driver is still accessible though the driver is removed until the
> > system restart.
> > Also after system restart, device manager is not cleaned and still showing
> > the old device name with ! mark that instead of unknown device.
> >
> > This is not clean removal process compared to previous OS.
> >
> > Any other method available to clean this?
> >
> > Also, not sure, why is this error coming in win-7:
> > Error code 0xE0000203: There is no driver selected for the device
> > information set or element.
> >
> >
> > Thanks,
> > Kota
> >

>
>
> .
>

 
Reply With Quote
 
Luv2Hike
Guest
Posts: n/a

 
      05-25-2010
> I appreciate your info about this, Have you seen any Microsoft weblink
> says
> that, this behavior is specific to Win-7 apart from your observations?


It's documented in the WDK. Look at
http://msdn.microsoft.com/en-us/libr...75(VS.85).aspx)

"Kota" <> wrote in message
news:7FF4F3FE-D392-467D-AA12-...
> Hi,
>
> Thanks for your reply, Yes, I had asked this query last time, But i didnt
> see th DPISNT log last time.
>
> This DPINST log error appears that problem related to something else, i.e
> the reason, I have posted with log, so that, somebody will see the log and
> post any info related to this log, why is this giving error in Win-7.
>
> I appreciate your info about this, Have you seen any Microsoft weblink
> says
> that, this behavior is specific to Win-7 apart from your observations?
>
> Thanks,
> Prafulla
>
> "Luv2Hike" wrote:
>
>> You asked this question before. Again, accoding to the Windows 7 WDK (as
>> documented in
>> http://msdn.microsoft.com/en-us/libr...(VS.85).aspx):
>>
>>
>> /d
>>
>> Sets the deleteBinaries flag to ON, which configures DPInst to delete the
>> binary files that were copied to a system when a driver package was
>> installed.
>>
>> Note Starting with Windows 7, the /d switch is ignored by the operating
>> system. Binary files, which were copied to a system when a driver package
>> was installed, can no longer be deleted by using DPInst.
>>
>>
>> Apparently, there are no other way to delete the driver file through DIFx
>> or
>> DPInst.
>>
>> "Kota" <> wrote in message
>> newsE82B127-6DCB-4B8C-9058-...
>> > Hi,
>> >
>> > Driver removal in Win-7 with DPINST Tool is not working.
>> > Here is the DPINST.log:
>> > --------------------------------------------------------------------------------
>> > INFO: ****************************************
>> > INFO: 05/14/2010 05:05:58
>> > INFO: Product Version 2.1.0.0.
>> > INFO: Version: 6.0.6000
>> > INFO: Platform ID: 2 (NT)
>> > INFO: Service Pack: 0.0
>> > INFO: Suite: 0x0100, Product Type: 1
>> > INFO: Architecture: AMD64.
>> > INFO: Interactive Windows Station
>> > INFO: Command Line: '"C:\xp-64\dpinst.exe" /U xxxxx.inf /D'
>> > INFO: DPInst is not multi-lingual.
>> > INFO: ****************************************
>> > INFO: Current working directory: 'C:\xp-64'
>> > INFO: Uninstall command: uninstall Inf 'xxxxx.inf'
>> > INFO: Uninstall option set: if driver was installed, will make best
>> > effort
>> > to delete driver binaries.
>> > INFO: Starting uninstall of 'xxxxx.inf'
>> > INFO: ENTER: DriverPackageUninstallW
>> > INFO: Uninstalling driver package C:\xp-64\xxxxx.inf...
>> > INFO: Successfully uninstalled 'C:\Windows\INF\oem1.inf'.
>> > ERROR: Failed to uninstall device instance ID
>> > 'PCI\VEN_114A&DEV_5565&SUBSYS_00801556&REV_00\4&16 FFE941&0&2008'.
>> > (Error
>> > code
>> > 0xE0000203: There is no driver selected for the device information set
>> > or
>> > element.)
>> > INFO: No devices found for
>> > C:\Windows\System32\DriverStore\FileRepository\xxx xx.inf_amd64_neutral_a1b20f8677a8d979\xxxxx.inf
>> > uninstall.
>> > INFO: Successfully deleted properties for driver store entry
>> > 'C:\Windows\System32\DriverStore\FileRepository\xx xxx.inf_amd64_neutral_a1b20f8677a8d979\xxxxx.inf'.
>> > SUCCESS:Uninstall completed.
>> > INFO: RETURN: DriverPackageUninstallW (0x0)
>> > INFO: Returning with code 0x0
>> > INFO: 05/14/2010 05:06:00
>> > --------------------------------------------------------------------------------
>> > Same driver removal is working fine in xp, server, vista, but not in
>> > win7.
>> >
>> > As it described in help, It is not removing the files in system32,
>> > which
>> > causing driver is still accessible though the driver is removed until
>> > the
>> > system restart.
>> > Also after system restart, device manager is not cleaned and still
>> > showing
>> > the old device name with ! mark that instead of unknown device.
>> >
>> > This is not clean removal process compared to previous OS.
>> >
>> > Any other method available to clean this?
>> >
>> > Also, not sure, why is this error coming in win-7:
>> > Error code 0xE0000203: There is no driver selected for the device
>> > information set or element.
>> >
>> >
>> > Thanks,
>> > Kota
>> >

>>
>>
>> .
>>



 
Reply With Quote
 
Tim Roberts
Guest
Posts: n/a

 
      05-26-2010
Kota <> wrote:
>
>Driver removal in Win-7 with DPINST Tool is not working.
>Here is the DPINST.log:
>--------------------------------------------------------------------------------
>INFO: ****************************************
>INFO: 05/14/2010 05:05:58
>INFO: Product Version 2.1.0.0.
>INFO: Version: 6.0.6000
>INFO: Platform ID: 2 (NT)
>INFO: Service Pack: 0.0
>INFO: Suite: 0x0100, Product Type: 1
>INFO: Architecture: AMD64.


That's not Windows 7, that's Vista. Windows 7 is version 7600.
--
Tim Roberts,
Providenza & Boekelheide, Inc.
 
Reply With Quote
 
Maxim S. Shatskih
Guest
Posts: n/a

 
      05-26-2010
> Driver removal in Win-7 with DPINST Tool is not working.

Write your own tool based on Win32 and SetupAPI instead of DPINST.

--
Maxim S. Shatskih
Windows DDK MVP

http://www.storagecraft.com

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DPINST driver removal Windows 7 not working Kota Windows Vista Drivers 2 05-05-2010 10:49 PM
Updates were unable to be successfully installed wjousts Windows Update 6 01-30-2010 04:01 PM
crcdisk.sys start up problem (with boot log) Jimmy Windows Vista Hardware 2 08-13-2007 07:22 PM
BUGCODE_USB_DRIVER with external USB HDD PHILIPS Deathwing00 Windows Vista Hardware 11 06-15-2007 07:02 PM
Getting Ready for Windows BETA 2 - QuickStarter Andre Da Costa [Extended64] Windows Vista Installation 2 06-07-2006 05:22 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59