|
Prev: error C1017: invalid integer constant expression
Next: HalClearSoftwareInterrupt - why is this interrupting my app?
From: Olivier Lechenne on 21 May 2008 14:02 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
From: Paul on 28 May 2008 11:28 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 "Olivier Lechenne" wrote: > 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
From: Tim Roberts on 31 May 2008 14:32
Olivier Lechenne <OlivierLechenne(a)discussions.microsoft.com> wrote: > >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? 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, timr(a)probo.com Providenza & Boekelheide, Inc. |