How do I install a CAB file in Windows 7?
The main command to install a CAB update file is DISM.exe /Online /Add-Package /PackagePath:"Path to CAB". The command needs to be run from an elevated command prompt window. The PKGMGR command looks like this: Pkgmgr /ip /m:"Path to Cab" /quiet.