Topic: [BUG] Optiplex 755 DPINST.LOG Errors DP_Misc_wnt5_x86-32_90909.7z

INFO:   ENTER:  DriverPackageGetPathW
WARNING:Driver Package 'sonyimgf.inf' references Catalog file 'c:\d\3\x\so\SonyImgF.cat' that cannot be found.
INFO:   No driver store entry for c:\d\3\x\so\sonyimgf.inf found. (Error code 0xE0000302.)INFO:   RETURN: DriverPackagePreinstallW  (0xE000020B)
INFO:   Preinstalling 'c:\d\3\x\so\sonyimgf.inf' ...
INFO:   ENTER:  DriverPackagePreinstallW
ERROR:  Preinstall is not a supported operation for driver type 5
INFO:   RETURN: DriverPackagePreinstallW  (0x1)
INFO:   ENTER:  DriverPackageGetPathW
WARNING:Driver Package 'sonyimgf.inf' references Catalog file 'c:\d\3\x\so\SonyImgF.cat' that cannot be found.
INFO:   No driver store entry for c:\d\3\x\so\sonyimgf.inf found. (Error code 0xE0000302.)

Re: [BUG] Optiplex 755 DPINST.LOG Errors DP_Misc_wnt5_x86-32_90909.7z

Is this a problem or am I interpreting this wrong?

compstuff wrote:

INFO:   ENTER:  DriverPackageGetPathW
WARNING:Driver Package 'sonyimgf.inf' references Catalog file 'c:\d\3\x\so\SonyImgF.cat' that cannot be found.
INFO:   No driver store entry for c:\d\3\x\so\sonyimgf.inf found. (Error code 0xE0000302.)INFO:   RETURN: DriverPackagePreinstallW  (0xE000020B)
INFO:   Preinstalling 'c:\d\3\x\so\sonyimgf.inf' ...
INFO:   ENTER:  DriverPackagePreinstallW
ERROR:  Preinstall is not a supported operation for driver type 5
INFO:   RETURN: DriverPackagePreinstallW  (0x1)
INFO:   ENTER:  DriverPackageGetPathW
WARNING:Driver Package 'sonyimgf.inf' references Catalog file 'c:\d\3\x\so\SonyImgF.cat' that cannot be found.
INFO:   No driver store entry for c:\d\3\x\so\sonyimgf.inf found. (Error code 0xE0000302.)

Re: [BUG] Optiplex 755 DPINST.LOG Errors DP_Misc_wnt5_x86-32_90909.7z

It tells us that driver is missing its CAT file and as such is unsigned...

We try not to break signing on drivers...
Sometimes we have no choice, sometimes a file is just missing, other times altered, perhaps moved, etc...
Some times this is intentional and needed in order to eliminate HWID conflicts.
HWIDs may have to be added or removed from the drivers .inf file,
most times if the inf file is altered then signing is broken.

A signed driver is always preferred by PnP over a non-signed, even if the signed driver is older.

We tell DPInst to allow non signed drivers so they will be used, if no signed driver is found that is compatible.


- This is more of a warning message than an error message because we allow unsigned drivers wink.


This error may be deliberate but since I did not do the pack personally I am not certain wink.

Jeff

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.

Re: [BUG] Optiplex 755 DPINST.LOG Errors DP_Misc_wnt5_x86-32_90909.7z

Now I understand better... thanks!