Как установить обновление cab для windows 11

Как установить файл CAB в WindowsНекоторые обновления Windows, драйверов, а в некоторых случаях и программных компонентов могут распространяться в виде сжатых файлов с расширением .cab — Windows Cabinet File и не всегда ясно, как именно устанавливать такие файлы.

В этой инструкции подробно о способах установить CAB файлы в Windows 11, Windows 10 и других версиях системы.

Установка CAB в командной строке или PowerShell

Первый способ подойдёт не для всех файлов: обычно он срабатывает лишь для CAB-файлов обновлений Windows. Шаги для установки будут следующими:

  1. Запустите командную строку или Windows PowerShell от имени администратора.
  2. В командной строке используйте команду
    dism /online /Add-Package /PackagePath:"путь_к_файлу.cab"
  3. В Windows PowerShell команда будет иметь следующий вид:
    Add-WindowsPackage -Online -PackagePath "путь_к_файлу.cab"
  4. Устаревший вариант команды для установки CAB файлов:
    pkgmgr /ip /m:путь_к_файлу.cab

Если файл предназначен для установки таким способом, соответствующий пакет будет установлен в Windows, но это происходит не всегда.

Для многих файлов CAB выполнение указанных команд приведёт к появлению сообщения об ошибке 0x80070002 (Ошибка 2) «Не удается найти указанный файл».

Сообщение об ошибке 0x80070002 при установке CAB файла

Речь в сообщении об ошибке идёт не о самом файле .cab, а о необходимом для установки описанным способов «вложенном» файле, обычно — update.mum, который содержит сведения для установки пакетов или обновлений Windows описанным способом.

Распаковка файлов CAB и установка вручную

Если установить файл .cab описанным выше способом не получается, вы можете распаковать его содержимое в удобное расположение:

Внимание: не следует использовать проводник для распаковки — несмотря на то, что он «открывает» файл .cab и позволяет скопировать его содержимое, набор файлов, полученный таким образом, будет непригоден к использованию.

После распаковки файла .cab в удобном расположении, в зависимости от его содержимого, вы можете:

  1. Запустить установку соответствующих файлов, используя находящийся в папке файл установщика .exe или другого типа (при его наличии в папке).
  2. В случае, если в CAB файле находились файлы драйвера, использовать ручную установку драйвера в диспетчере устройств с указанием папки, подробнее об этом в инструкции Как установить драйвер INF в Windows.

Если у вас остаются вопросы, касающиеся установки файла .cab в Windows, вы можете задать их в комментариях, желательно с описанием того, о каком именно файле идёт речь — возможно, мне удастся вам помочь.

Usually, opening a .Cab file is as simple as double-clicking it

by Srishti Sisodia

Srishti Sisodia is an electronics engineer and writer with a passion for technology. She has extensive experience exploring the latest technological advancements and sharing her insights through informative… read more


Updated on

  • To install a cab file manually, first download it from a reliable source, then use the DISM tool.
  • Keep reading to find out the detailed steps to do it.

Install .Cab File on Windows 11

A Windows Cabinet (CAB) file, earlier known as Diamond files, is a single file that stores various compressed files in a file library and usually comes with a .cab extension.

The file is similar to ZIP files as they both use DEFLATE, Quantum, and LZX compression algorithms to compress the files in them. If you want to open and install a .cab file on Windows 11, this guide can help!

What should you do before starting the .cab installation?

  • Back up your important data.
  • Create a restore point to roll back to the last known good configuration if there is any mishap.
  • Ensure you download a compatible file from a reliable source.
  • Learn about the components of the file so that you are aware of the changes it will make.
  • Check if you have Command Prompt or Windows PowerShell installed.
  • Ensure you invoke these CLI tools with admin privileges.

After making these checks, you can continue with the installation process.

How can I install .cab files on Windows 11?

  1. Press Windows + E to open File Explorer. Locate the .cab file setup you want to install, right-click it, and choose Copy as path.File Explorer -Copy as path -  Install .Cab File on Windows 11
  2. Press the Windows key, type cmd, and click Run as administrator to launch Command Prompt.CMD elevated
  3. Type the following command to install the .cab file using the DISM tool after replacing PATH with the file location you copied and press Enter: DISM /Online /Add-Package /PackagePath:" <PATH>"command to install the cab file
  4. Once completed, restart your PC to see the changes.

You can use the same command to install the .cab file on an earlier version of Windows and to extract a .cab file on Windows 10/11.

How we test, review and rate?

We have worked for the past 6 months on building a new review system on how we produce content. Using it, we have subsequently redone most of our articles to provide actual hands-on expertise on the guides we made.

For more details you can read how we test, review, and rate at WindowsReport.

Remember that installing the .cab files manually has its risks. Even if you are sure you are using the correct file format with the right version, keep the recovery options ready so you can either roll back to the previous version or perform a clean installation in case of emergencies.

Read more about this topic

  • Microsoft Paint Cocreator: A complete guide on the new AI tool
  • Windows 11 adds more apps to the share links feature

What are .cab files used for?

  • Updating Windows – Distributes updates and patches required to add updated components & fixes to the existing installation efficiently, even to a large number of users.
  • Installing component or software – As it may contain files like DLLs, images, configuration files, fonts, and other essential resources, Windows use it to install software or component.
  • Storing components or updates – Stores and deploys components and updates, which allows better control over the modular structure of the operating system.
  • Installing device driver updates – Driver updates are also packaged and distributed in the .cab format for installation for better efficiency.

What can I do if the .cab file doesn’t install?

  • Try restarting your computer; it can be a neat trick to make the problem disappear.
  • Ensure you have downloaded the .cab file correctly, or try downloading it again.
  • Verify the file integrity.
  • Ensure you have free space on your system drive.
  • Run your computer in safe mode and try to install the file.

If these didn’t help, move to the steps mentioned below.

1. Run SFC & DISM scans

  1. Press the Windows key, type cmd, and click Run as administrator to launch Command Prompt.CMD elevated nstall .Cab File on Windows 11
  2. Copy & paste the following command to fix system file corruption from the Windows Component Store and hit Enter: sfc /scannowSFCSCANNOW CMD
  3. Wait for the command to run, then type the following command to repair Windows system image corruption using Windows Update and press Enter: Dism /Online /Cleanup-Image /RestoreHealthRestore health
  4. Upon completion, reboot your computer.

2. Disable Windows Firewall temporarily

  1. Press the Windows key, type windows security, and click Open.Windows Security open Windows key Install .Cab File on Windows 11
  2. On the Windows Security page, select Firewall & network protection from the left pane.
  3. You will get three profiles, Domain network, Private network, and Public network.Firewall and network protection
  4. Go to each profile, locate Microsoft Defender Firewall, and toggle off the switch to disable the Firewall.Turn off Microsoft Defender Firewall
  5. Once you install the file, don’t forget to turn the Firewall back on using the same steps.

If you are still unable to install the .cab file and facing errors like 42127 cab archive is corrupted, it could be because the file is corrupt or not downloaded properly.

How can I check if a .cab file is installed correctly?

1. Use Command Prompt

  1. Press the Windows key, type cmd, and click Run as administrator to launch Command Prompt.CMD elevated nstall .Cab File on Windows 11
  2. Copy & paste the following commands to get the list of installed components & packages on your device and press Enter: dism /online /get-packagesget the list of packages
  3. Go through the list and check if you see the one you installed.

You should choose this method if you have used the DISM command to install the file.

2. Check the packages list from Registry Editor

  1. Press Windows + R to open the Run dialog box.Regedit Install .Cab File on Windows 11
  2. Type regedit and click OK to open Registry Editor.
  3. Navigate to this path: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\PackagesCheck the list of packages in Registry Editor
  4. You will get the list of packages on your computer; go through it and check if the package related to the .cab file is there to ensure it is installed correctly.

You can also check the Event Viewer logs to locate the file installation event or run an SFC scan to verify the system files’ integrity.

If you have installed the Windows 11 Update manually using the .cab file, the quickest way to verify the successful installation would be to check the Windows Update history.

To conclude, remember always to restart your PC after the installation and test the file (if it’s meant to fix an issue) to ensure everything is as intended. If you bump into any issues or need more info about .Cab files, don’t hesitate to comment in the section below.

newsletter icon

В Windows 11 можно установить .CAB файл с помощью командной строки с помощью инструмента командной строки системы обслуживания образов развертывания и управления ими (DISM) и команд PowerShell. Файл расширения CAB относится к формат архивного файла кабинета который можно использовать для хранения сжатых файлов в файловой библиотеке.

Обычно разработчики используют CAB-файлы как часть процесса упаковки файлов приложений. Например, Microsoft иногда использует этот формат для распространения автономных обновлений для Windows 11 и других пакетов.

Если у вас есть Windows 11 обновления в формате CAB, вы можете использовать командную строку или PowerShell для быстрой установки пакетов на компьютер.

В этом руководстве вы узнаете, как установить CAB-файл в Windows 11.

Чтобы установить файл «.cab» с помощью командной строки в Windows 11, выполните следующие действия:

  1. Открыть Поиск в Windows 11.
  2. Найти Командная строка и щелкните правой кнопкой мыши верхний результат и выберите Запустить от имени администратора.
  3. Введите следующую команду, чтобы установить CAB-файл с помощью командной строки, и нажмите ENTER:
    dism /Online /Add-Package /PackagePath:"PATH\TO\CAB"

    В этом примере устанавливается обновление KB5012592 в Windows 11:

    dism /Online /Add-Package /PackagePath:"C:\Users\username\Downloads\Windows10.0-KB5012592-x64.cab"

    Установка CAB с помощью командной строки

После выполнения этих шагов содержимое пакета будет установлено в Windows 11. Возможно, вам придется перезагрузить устройство, чтобы завершить установку, если это обновление.

Установите CAB-файл с помощью PowerShell в Windows 11

Чтобы установить файл «.cab» с командами PowerShell, выполните следующие действия:

  1. Открыть Поиск в Windows 11.
  2. Найти Командная строка и щелкните правой кнопкой мыши верхний результат и выберите Запустить от имени администратора.
  3. Введите следующую команду, чтобы установить CAB-файл в Windows 11, и нажмите Enter:
    Add-WindowsPackage -Online -PackagePath "PATH\TO\CAB"

    В этом примере устанавливается обновление KB5012592 в Windows 11:

    Add-WindowsPackage -Online -PackagePath "C:\Users\username\Downloads\windows10.0-KB5012592.cab"

    CAB-установка с помощью PowerShell

После того, как вы выполните эти шаги, CAB-файл установит содержимое на ваш компьютер.

Некоторые разработчики могут использовать этот контейнер как метод сжатия папки для распространения определенного содержимого.

Чтобы извлечь файл «.cab:» в Windows 11, выполните следующие действия:

  1. Открыть Проводник.
  2. Откройте папку с CAB-файлом.
  3. Дважды щелкните файл «.cab».
  4. Выберите все содержимое (Ctrl + А Сочетание клавиш).
  5. Щелкните правой кнопкой мыши выделение и выберите Извлечь.

    File Explorer извлекает CAB-файл

  6. Выберите папку для извлечения файлов.

После выполнения этих шагов вы можете использовать файлы для применения обновления, настройки драйвера или установки приложения, в зависимости от содержимого CAB-файла.

Установите CAB-файл для обновления драйверов в Windows 11

Если пакет драйвера не удается установить с помощью командной строки или PowerShell, вы можете извлечь содержимое CAB-файла, чтобы установить драйвер вручную.

Чтобы обновить драйвер с помощью CAB-файла в Windows 11, выполните следующие действия:

  1. Открыть Проводник.
  2. Откройте папку с CAB-файлом.
  3. Дважды щелкните файл «.cab».
  4. Выберите Извлечь.

    File Explorer извлекает CAB-файл

  5. Выберите папку для извлечения файлов.
  6. Открытым Поиск.
  7. Найти Диспетчер устройств.
  8. Щелкните устройство правой кнопкой мыши и выберите Обновить драйвер.

    Драйвер обновления диспетчера устройств

  9. Нажмите на «Поиск драйверов на моем компьютере».

    Просмотрите CAB-файлы драйверов

  10. Нажмите на Обзор.

    Диспетчер устройств устанавливает CAB-драйвер

  11. Выберите папку с извлеченными файлами из CAB-файла.

После выполнения этих шагов файлы драйверов в CAB-контейнере будут установлены в Windows 11 для настройки компонента.

Обновления для операционной системы Windows выпускаются в виде файлов с расширением MSU или CAB. Если на компьютере не работает (отключена) служба Windows Update (Центр обновления Windows), вы можете скачать и установить накопительные обновления или обновления безопасности Windows вручную. В этой статье мы покажем, как скачать и установить в Windows обновления в формате MSU и CAB файлов.

Содержание:

  • Как вручную скачать MSU файлы обновлений для Windows?
  • Установка обновлений из MSU файлов в Windows
  • Как извлечь CAB файл из MSU обновления?
  • Установка CAB файла обновлений в Windows 10/11
  • Установка CAB и MSU обновления с помощью скриптов

Как вручную скачать MSU файлы обновлений для Windows?

Microsoft выпускает обновления и патчи в формате CAB файла. Именно в таком виде ваш компьютер получает обновления с серверов обновлений Microsoft или локального сервера WSUS. Для более удобного ручного распространения отдельных обновлений клиентами через каталог обновлений Microsoft, такие CAB файлы упаковываются в специальный формат MSU (Microsoft Update Standalone Package).

Вы можете скачать MSU файлы обновлений Windows (а в некоторых случаях и CAB) и других продуктов MSFT можно в каталоге обновлений Microsoft (https://www.catalog.update.microsoft.com/). Перейдите в Microsoft Update Catalog, найдите и скачайте нужное обновление. К примеру, я хочу установить обновление стека 2022-05 Servicing Stack Update for Windows 10 Version 21H2 for x64-based Systems (KB5014032). Нажмите на кнопку Download.

скачать msu обновление из Microsoft Update Catalog

Переместите скачанный файл ssu-19041.1704-x64_70e350118b85fdae082ab7fde8165a947341ba1a.msu в каталог C:\temp. Переименуйте файл на более короткое имя — windows10-21h2-kb5014032.msu.

Установка обновлений из MSU файлов в Windows

Для запуска установки пакета обновления в Windows достаточно дважды щёлкнуть по скачанному MSU файлу. Если обновление применимо к данному компьютеру, откроется диалоговое окно Автономного установщика обновлений Windows (Windows Update Standalone Installer), в котором нужно подтвердить установку апдейта.

Автономный установщик обновлений Windows ручная установка MSU обновления

При установке MSU обновления может появится ошибка “Обновление неприменимо к этому компьютеру”. Причины этой ошибки подробно разобраны в статье по ссылке.

Также вы можете установить msu пакет обновления из командной строки с помощью утилиты wusa.exe.

Для установки обновления в «тихом» режиме (пользователю не будут показываться никакие всплывающие окна) с отложенной перезагрузкой, откройте командную строку с правами администратора и выполните команду:

wusa.exe c:\Temp\windows10-21h2-kb5014032.msu /quiet /norestart

Через некоторое время проверьте, что обновление успешно установлено:

wmic qfe list | findstr 5014032

wmic qf list: проверить что обновление windows установлено

Или найдя в журнале событий Установка (Event Viewer -> Windows Logs -> Setup) запись с Event ID 2 от источника WUSA с текстом:

Windows update "Security Update for Windows (KB5014032)" was successfully installed. (Command line: "wusa.exe  c:\Temp\windows10-21h2-kb5014032.msu /quiet /norestart ")
Обновление Windows "Security Update for Windows (KB5014032)" было успешно установлено. (Командная строка: C:\Windows\system32\wusa.exe  c:\Temp\windows10-21h2-kb5014032.msu /quiet /norestart)

лог установки обновлений windows в event viewer

Обратите внимание, что установка обновлений в msu формате в Windows через wusa.exe выполняется медленнее, чем при установке того же обновления в виде cab файла. Причина в выполнении дополнительного сканирования на серверах Windows Update/WSUS. См статью о медленной установке msu обновлений.

Как извлечь CAB файл из MSU обновления?

Если служба Windows Update (wuausrv) работает некорректно, вы не сможете установить обновление из MSU файла. В этом случае можно вручную распаковать пакет MSU, извлечь из него CAB файл обновления и вручную установить его в Windows.

Чтобы распаковать MSU пакет в каталог C:\Temp\kb4056887 (каталог нужно предварительно создать), выполните следующую команду:

expand -f:* “C:\Temp\windows10.0-kb4056887-x64.msu” C:\Temp\kb4056887

команда expand для распаковки msu пакета и получения cab файла

Microsoft (R) File Expansion Utility Version 10.0.10011.16384
Copyright (c) Microsoft Corporation. All rights reserved.
Adding C:\Temp\kb4056887\WSUSSCAN.cab to Extraction Queue
Adding C:\Temp\kb4056887\Windows10.0-KB4056887-x64.cab to Extraction Queue
Adding C:\Temp\kb4056887\Windows10.0-KB4056887-x64-pkgProperties.txt to Extraction Queue
 Adding C:\Temp\kb4056887\Windows10.0-KB4056887-x64.xml to Extraction Queue
Expanding Files ....
Expanding Files Complete ...
4 files total.

Как вы видите в каталоге появилось 4 типа файлов:

  • .xml файл (Windows10.0-KB4056887-x64.xml) — содержит метаданные пакета msu и используется программой Wusa.exe
  • .cab файл (Windows10.0-KB4056887-x64.cab — один или несколько) – непосредственно архив с обновлением Windows
  • *pkgProperties.txt файл (Windows10.0-KB4056887-x64-pkgProperties.txt)– содержит свойства пакета (дата выпуска, архитектура, тип пакета, ссылка на KB и т.д.)

Также вы можете открыть любой MSU файла с помощью утилиты 7-ZIP и извлечь из него CAB файл.

извлечь cab файл из msu обновления windows с помощью 7zip

Установка CAB файла обновлений в Windows 10/11

Вы можете установить CAB файл обновления в Windows двумя способами.

Наиболее универсальный способ установки обновления из CAB файл – утилита DISM.exe. Команда установки может быть такой:

DISM.exe /Online /Add-Package /PackagePath:c:\Temp\kb4056887\Windows10.0-KB4056887-x64.cab

Deployment Image Servicing and Management tool
Version: 10.0.10240.16384
Image Version: 10.0.10240.16384
Processing 1 of 1 - Adding package Package_for_KB4056887~31bf3856ad364e35~amd64~~10.0.1.0
[==========================100.0%==========================]
The operation completed successfully.

установка cab обновления с помощью DISM.exe

Примечание. Обратите внимание, как быстро происходит установка пакета через DISM по сравнению со скоростью установки обновления из MSU файла.

Если нужно установить CAB пакет в тихом режиме и подавить запрос на перезагрузку компьютера после установки обновления, команда DISM будет такой:

start /wait DISM.exe /Online /Add-Package /PackagePath: c:\Temp\kb4056887\Windows10.0-KB4056887-x64.cab /Quiet /NoRestart

Команда DISM.exe /Add-Package позволяет установить и MSU обновление (поддерживается только установка в офлайн образ Windows). Также вы можете в параметре
/PackagePath
указать путь к каталогу, в котором хранятся MSU и CAB файлы обновлений. DISM рекурсивно просканирует указанные каталог и вложенные папки и установит в образ Windows все найденные CAB и MSU пакеты.

Здесь нужно отметить, что команда DISM.exe /Add-Package не проверяет зависимости и требования к окружению при добавлении CAB файла в образ Windows (в отличии от wusa.exe которая предварительно проверяет, применимо ли MSU обновление к компьютеру.

Для установки CAB файлов в образ Windows вместо команды DISM /Add-Package можно использовать PowerShell командлет
Add-WindowsPackage -Online -PackagePath "C:\win10_kb123456.cab"

В Windows 8 и Windows 7 можно установить обновление с помощью менеджера пакетов Pkgmgr. Команда:
start /w Pkgmgr /ip /m:c:"c:\Temp\kb4056887\Windows-KB123456.cab"

Примечание. В Windows 10 / Windows Server 2016 менеджер пакетов PkgMgr.exe более не поддерживается. При его запуске появляется предупреждении о необходимости использовать для управления пакетами DISM.exe.

Note: The PkgMgr.exe has been deprecated. Please update your scripts to use dism.exe to extract, install, uninstall, configure and update features and packages for Windows.

windows 10 The PkgMgr.exe has been deprecated

Примечание. Обратите внимание, что языковые пакеты Windows (MUI) также распространяются в формате CAB. Однако не получиться использовать для их установки команду DISM. Вместо этого, для установки новых языков в систему нужно использовать отдельную утилиту lpksetup.exe.

Вы можете добавить в контекстное меню File Explorer контекстное меню для установки CAB файлов. Для этого добавьте следующие *.reg файл в реестр:

Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\CABFolder\Shell\RunAs]
[HKEY_CLASSES_ROOT\CABFolder\Shell\RunAs]
@="Install"
"HasLUAShield"=""
[HKEY_CLASSES_ROOT\CABFolder\Shell\RunAs\Command]
@="cmd /k dism /online /add-package /packagepath:\"%1\""

Теперь для установки CAB файла нужно выбрать пункт Install в контекстном меню.

добавить в проводник windows опцию установки cab файлов обновлений

Установка CAB и MSU обновления с помощью скриптов

Если вам нужно установить сразу несколько CAB или MSU обновлений на компьютере, вы можете использовать BAT и PowerShell скрипты. Благодаря таким скриптам вам не придется по ставить обновления вручную по одному.

Создайте на диске каталог с обновлениями и скопируйте в него все MSU файлы, которые нужно обновить. Теперь для установки всех обновлений из указанного каталога, достаточно запустить скрипт install_msu.bat:

Set Folder="C:\updates"
for %%f in (%Folder%\*.msu) do (
wusa.exe %%f /quiet /norestart
)

По аналогии можно использовать PowerShell скрипт для установки MSU обновлений из указанной папки:

$dir = (Get-Item -Path c:\temp -Verbose).FullName
Foreach($item in (ls $dir *.msu -Name))
{
echo $item
$item = $dir + "\" + $item
wusa $item /quiet /norestart | Out-Null
}

powershell скрипт для массовой устнавнокеи msu обновлений из папки

Данная инструкция по ручной установке накопительных (если вы не помните что это такое, прочитайте статью про новую модель обновлений Windows систем) и любых других обновлений Windows применима ко всем поддерживаемым версиям ОС: Windows 11/10/8.1 и Windows Server 2022/2019/2016/2012R2.

  • On Windows 11, open Command Prompt and run the DISM Add-Package command to install a CAB file.
  • You can also install a CAB file using the Add-WindowsPackage PowerShell command.

On Windows 11, you can install a .cab file using Command Prompt with the Deployment Image Servicing and Management (DISM) command-line tool and PowerShell commands. A CAB extension file refers to the cabinet archiving file format that can be used to store compressed files in a file library.

Typically, developers use cabinet files as part of the process of packaging app files. For example, Microsoft sometimes uses the format to distribute standalone updates for Windows 11 and other packages.

If you have a Windows 11 update in a CAB format, you can use Command Prompt or PowerShell to install packages on a computer quickly.

This guide will teach you the steps to install a cabinet file on Windows 11.

  • Install CAB file with Command Prompt on Windows 11
  • Install CAB file with PowerShell on Windows 11
  • Extract CAB file with File Explorer on Windows 11
  • Install CAB file for driver update on Windows 11

Install CAB file with Command Prompt on Windows 11

To install a “.cab” file with Command Prompt on Windows 11, use these steps:

  1. Open Start on Windows 11.

  2. Search for Command Prompt, right-click the top result, and select the Run as administrator option.

  3. Type the following command to install the CAB file with Command Prompt and press Enter:

    dism /Online /Add-Package /PackagePath:"PATH\TO\CAB"

    This example installs the update KB5012592 on Windows 11:

    dism /Online /Add-Package /PackagePath:"C:\Users\username\Downloads\Windows10.0-KB5012592-x64.cab"

    CAB install with Command Prompt

Once you complete the steps, the package contents will install on Windows 11. If this is an update, you may have to restart the device to complete the installation.

Install CAB file with PowerShell on Windows 11

To install a “.cab” file with PowerShell commands, use these steps:

  1. Open Start on Windows 11.

  2. Search for PowerShell, right-click the top result, and select the Run as administrator option.

  3. Type the following command to install the CAB file on Windows 11 and press Enter:

    Add-WindowsPackage -Online -PackagePath "PATH\TO\CAB"

    This example installs the update KB5012592 on Windows 11:

    Add-WindowsPackage -Online -PackagePath "C:\Users\username\Downloads\windows10.0-KB5012592.cab"

    CAB install with PowerShell

After you complete the steps, the CAB file will install the contents on your computer.

Some developers may use this container to compress a folder to distribute specific content. 

To extract a “.cab: file on Windows 11, use these steps:

  1. Open File Explorer.

  2. Open the folder with the cabinet file.

  3. Double-click the “.cab” file.

  4. Select all the contents (Ctrl + A keyboard shortcut).

  5. Right-click the selection and select the Extract option (Click the OK button in the warning).

    File Explorer extract CAB file

  6. Select the folder destination to extract the files.

  7. Click the Extract button.

After you complete the steps, you can use the files to apply an update, configure a driver, or install an application, depending on the contents of the cabinet file.

Install CAB file for driver update on Windows 11

If the driver package fails to install using Command Prompt or PowerShell, 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 11, use these steps:

  1. Open File Explorer.

  2. Open the folder with the cabinet file.

  3. Double-click the “.cab” file.

  4. Right-click the selection and select the Extract option (Click the OK button in the warning).

    File Explorer extract CAB file

  5. Right-click the selection and select the Extract option (Click the Yes button in the warning).

  6. Select the folder destination to extract the files.

  7. Click the Extract button.

  8. Open Start.

  9. Search for Device Manager and select the top result.

  10. Right-click the device and select the Update driver option.

    Device Manager update driver

  11. Click the “Browse my computer for drivers” option.

    Browse CAB driver files

  12. Click the Browse button.

    Device Manager install CAB driver

  13. Select the folder with extracted files from the CAB file.

  14. Click the OK button.

  15. Click the Next button.

  16. Click the Close button.

After you complete the steps, the driver files in the .cab container will install on Windows 11 to set up the component.

We may earn commission for purchases using our links to help keep offering the free content. Privacy policy info.

All content on this site is provided with no warranties, express or implied. Use any information at your own risk. Always backup of your device and files before making any changes. Privacy policy info.

  • Как установить обновление 21h2 для windows 10 x64
  • Как установить на windows phone 10 приложения не из магазина
  • Как установить магазин windows в windows 10 ltsb
  • Как установить наушники с микрофоном на компьютер windows
  • Как установить облегченную версию windows 10