Re: Error on x64 removing device from installation program
- From: Ray Trent <rat@xxxxxxxxxxxxx>
- Date: Thu, 10 Nov 2005 10:31:49 -0800
It might be helpful to look at the setupapi.log file, and post it if the problem doesn't become obvious.
Nathan G wrote:
This isn't related to a driver per-se, but this group is probably the best one in which to ask the question.
I have an installation program that I use for our drivers. As part of the removal, or prior to installation, it tries to remove the devices that match items in our INF file.
On Windows 2000 and 32-bit Windows 2003 x86 it works fine.
But on 64-bit Windows 2003 x64 it fails. The specific call that fails is SetupDiCallClassInstaller with an InstallFunction value of DIF_REMOVE.
GetLastError returns 0xE0000235. I can't find any indication as to what this code means, and there seems to be no string corresponding to it available from FormatMessage.
Note that this happens whether or not our driver is loaded. So with no driver installed, and a fresh system boot, this happens.
Can anyone offer a suggestion as to what may be going wrong?
Thanks, Nathan
-- Ray .
- Prev by Date: Re: GDI does not provide all GLYPH handles for big font size
- Next by Date: Re: UniCode Resouce (RC) file crashes WinXP Driver build.
- Previous by thread: MS-Paint will not finish during printing
- Next by thread: Re: Error on x64 removing device from installation program
- Index(es):
Relevant Pages
|