I'm trying to install .cab file on Windows 8.1. The file contains a driver and was downloaded from the Microsoft Update Catalog. File's path is e:\audio.cab
and I use the following command (in elevated mode):
dism /Online /Add-Package /PackagePath:E:\audio.cab /NoRestart
and I get:
An error occured trying to open - audio.cab Error: 0x80070002
Error: 2
The system cannot find the file specified.
Why is that? The path seems valid.
Apart from updates, the Microsoft Update Catalog also provides driver packaged in cabinet archives. Such drivers are meant to be installed manually after unpacking them, e.g using 7-Zip.
I also get this error. I read somewhere that since Win10 1803 or 1809 this command doesn't work anymore :( Moreover I found this interesting article:
https://www.winhelponline.com/blog/install-cab-msu-updates-mu-catalog/
Obviously this command now only works for offline Images (=not the running Installation).
User contributions licensed under CC BY-SA 3.0