I have a fix!!! At least for all of my users that have been experiencing this issue. See the following: 1. Recieved instruction to delete %windir%\inf\infcache.1 2. Noted that the file didn't exist! 3. Did some searching on Google and found that the registry for the creation of the driver cache is supposed to be the following: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion the value 'DevicePath' should point to '%SystemRoot%\inf'. Additional items, separated by semikolons, are ok but '%SystemRoot%\inf' has to be one of them and first in line. 4. This entry was not in the registry, it was pointed to a folder which contained a different software product called "SafeCon" 5. I added the following and it appears as follows which should look at inf first.: %SystemRoot%\inf; 6. This fixed the installer issue! So we need to make sure that %SystemRoot%\inf is in the proper location in the registry for that file to build. 7. The other item being is that this infcache.1 in the Windows Directory can corrupt however, deleting it allows Windows to rebuild. This has fixed all of my instances!
... View more