Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

DriverInstallPackagesW fails to create driver store entry

63 views
Skip to first unread message

Olivier Lechenne

unread,
May 21, 2008, 2:02:04 PM5/21/08
to
When installing our driver package as part of our software installation, the
DifxApp InstallDriverPackages() failes with error code 82 (0x52). More
precisely it fails in DriverPackageInstallW and gives the following error:
DIFXAPP: ERROR: Create Driver Store entry failed. (Error code 0x6E: The
system cannot open the device or file specified.)

What could cause this issue?? Is it really the driver store folder creation
that fails, or is there something missing in the driver package?

Any hep/suggestion is welcome,

Olivier

Paul

unread,
May 28, 2008, 11:28:00 AM5/28/08
to
Hi,
Sorry first of all as I cannot help with your issue... but thought you may
be able to assist me!
I am experiencing a DIFxApp error "DIFXAPP: ERROR 0x647 encountered getting
the component state for 'KernelDriversXp'"
Do you know where I can access documentation on the DIFxApp error codes - to
interpret the 0x647 error code?

thanks,

Paul

Tim Roberts

unread,
May 31, 2008, 2:32:34 PM5/31/08
to

Without any further information (like which operating system), my guess is
that you are running this as a normal user without administrator
privileges. You must be administrator to install drivers.
--
Tim Roberts, ti...@probo.com
Providenza & Boekelheide, Inc.

Olivier Lechenne

unread,
Aug 26, 2008, 12:15:03 PM8/26/08
to
This was on Windows XP SP2, so there should not be any issues with Admin right.
Also the driver installation is part of an application installation.

Olivier

Olivier Lechenne

unread,
Aug 26, 2008, 12:45:02 PM8/26/08
to
Here is the log output:

Action 10:53:00: MsiInstallDrivers.
DIFXAPP: ENTER: InstallDriverPackages()
DIFXAPP: 'CustomActionData' property 'DIFxApp Version' is 2.1.
DIFXAPP: 'CustomActionData' property 'UI Level' is 2.
DIFXAPP: 'CustomActionData' property 'componentId' is
{9AA3828A-F852-11DB-8E29-6C6B55D89593}.
DIFXAPP: 'CustomActionData' property 'componentPath' is C:\Program
Files\Common Files\Apple\Mobile Device Support\Drivers\.
DIFXAPP: 'CustomActionData' property 'flags' is 0x17.
DIFXAPP: 'CustomActionData' property 'installState' is 2.
DIFXAPP: 'CustomActionData' property 'ProductName' is Apple Mobile Device
Support.
DIFXAPP: 'CustomActionData' property 'ManufacturerName' is Apple Inc..
DIFXAPP: INFO: opening HKEY_USERS
'S-1-5-21-1897174860-2846976640-3171942661-1006\Software\Microsoft\Windows\CurrentVersion\DIFxApp\Components\{9AA3828A-F852-11DB-8E29-6C6B55D89593}'
(User's SID: 'S-1-5-21-1897174860-2846976640-3171942661-1006') ...
DIFXAPP: INFO: ENTER: DriverPackageInstallW
DIFXAPP: INFO: usbaapl.inf: checking signature with catalog 'C:\Program
Files\Common Files\Apple\Mobile Device Support\Drivers\USBAAPL.CAT' ...
DIFXAPP: INFO: Driver package 'usbaapl.inf' is WHQL signed.


DIFXAPP: ERROR: Create Driver Store entry failed. (Error code 0x6E: The
system cannot open the device or file specified.)

DIFXAPP: INFO: Successfully removed
'{9AA3828A-F852-11DB-8E29-6C6B55D89593}' from reference list of driver store
entry ''
DIFXAPP: INFO: RETURN: DriverPackageInstallW (0x52)
DIFXAPP: ERROR encountered while installing driver package C:\Program
Files\Common Files\Apple\Mobile Device Support\Drivers\usbaapl.inf
DIFXAPP: InstallDriverPackages failed with error 0x52
DIFXAPP: RETURN: InstallDriverPackages() 82 (0x52)
Action ended 10:53:01: InstallFinalize. Return value 3.
Action 10:53:01: Rollback. Rolling back action:
Rollback: MsiInstallDrivers

0 new messages