I'm trying to install a driver manually using its .cab file on windows. But I'm having an issue where dism is saying that it can't find the file even-though its clearly there.
DISM /Online /Add-Package /PackagePath:"C:\name-of.cab"
Whats interesting is that if I try the command in all caps, I get the error message 3x. Why might this be the case?