Developers frequently use cabinet files to build their app installers, and Microsoft, for example, sometimes uses the format to distribute standalone updates for Windows 10 and other packages .
If you happen to have a Windows 10 update in a CAB format, you can use the DISM command-line instrument to cursorily install packages on your device .
In this guide, you ’ ll learn the steps to install a cabinet file on Windows 10.
Install CAB file using DISM command
To install a .cab charge with Command Prompt, use these steps :
- open Start on Windows 10 .
- search for Command Prompt, right-click the top leave, and select the Run as administrator choice .
-
Type the postdate control to install the CAB file and press Enter :
dism /Online /Add-Package /PackagePath:"PATH\TO\CAB"
For exemplar, the come instruction installs the update KB4562830 on Windows 10 :dism /Online /Add-Package /PackagePath:"C:\Users\username\Downloads\windows10.0-kb4562830.cab"
once you complete the steps, the software will install on your calculator. If this was an update, you might need to restart your calculator to complete the installation .
Extract CAB file on Windows 10
Although you may have received a .cab file, it doesn ’ t base you have to install it. Some developers may use the cabinet container as a compressed folder to distribute specific content .
To extract a .cab charge, use these steps :
- open File Explorer .
- Browse to the folder with the cabinet file .
- Double-click the .cab file .
- Select all the contents ( Ctrl + A ) .
-
Right-click the excerpt and select the Extract choice .
- Select the folder finish to extract the files .
-
Click the Extract button .
After you complete the steps, you can use the files to install the lotion, set up a new driver, or apply a system update .
If you ’ re installing a driver and the package fails to install using the DISM joyride, you might be able to extract the contents of the CAB file to install the driver manually.
To update a driver using a .cab file on Windows 10, consumption these steps :
- open File Explorer .
- voyage to the folder with the achieve-file .
- Double-click the CAB file to open it .
- Select all the contents ( Ctrl + A ) .
- Right-click the choice and select the Extract choice .
- Select the folder address to extract the files .
- Click the Extract clitoris .
- open Start .
- search for Device Manager and select the top resultant role .
-
Right-click the device and select the Update driver choice .
-
Click the Browse my computer for drivers option .
-
Click the Browse button .
- Select the booklet with extract files from the CAB file .
- Click the OK button .
- Click the Next push button.
- Click the Close button .
After you complete the steps, Device Manager will detect and install the driver components to set up the device .