- «Автономный установщик обновлений» в Windows 7
- Описание компонента
- Установка апдейтов через «Автономный установщик обновлений»
- Удаление обновлений
- Отключение компонента
- Решение возможных проблем
- Description of the Windows Update Standalone Installer in Windows
- Introduction
- More Information
- References
- Windows Update Standalone Installer error 0x80096002 in Windows 10
- Replies (24)
«Автономный установщик обновлений» в Windows 7
Описание компонента
«Автономный установщик обновлений» в Windows 7 предназначен для инсталляции тех апдейтов, которые не могут быть получены из стандартного «Центра обновления Windows». Обычно этот компонент запускается при ручной установке файлов, скачанных с официального сайта компании Microsoft или других проверенных источников. Такие объекты в названии имеют приставку KB, а затем идет номер самого обновления. На скриншоте ниже вы видите интерфейс стандартного окна «Автономного установщика обновлений».
Установка апдейтов через «Автономный установщик обновлений»
Вкратце разберемся с тем, как пользователи взаимодействуют с рассматриваемым компонентом при ручной установке описанного типа обновлений. Обычно для этого выполняется стандартный алгоритм:
- Откройте официальный сайт компании Microsoft или выполните поиск обновления по его коду через поисковик в браузере. Если открыта главная страница, на ней нажмите по значку лупы для отображения поисковой строки.
В ней введите название обновления и нажмите по подходящему результату из выдачи.
Перейдите к странице обновления через новую вкладку с результатами.
Скачается исполняемый файл, который и следует запустить.
Появится окно «Автономного установщика обновлений Windows» и начнется проверка возможного наличия этого обновления на компьютере. Дождитесь окончания этой операции, не закрывая текущее окно.
При отображении уведомления об отсутствии уведомления и установки апдейта подтвердите инсталляцию.
Как только операция пройдет успешно, отправьте компьютер на перезагрузку, подтвердив сообщение о необходимости сделать это. При старте следующего сеанса все апдейты уже будут активированы.
Удаление обновлений
Начиная с Windows 7, «Автономный установщик обновлений» может не только инсталлировать их, но и удалять. Деинсталляция тоже производится пользователем вручную через «Командную строку», что осуществляется так:
- Откройте «Пуск», отыщите там консоль, кликните по приложению правой кнопкой мыши и в контекстном меню выберите вариант «Запуск от имени администратора».
Удаление апдейта с известным путем производится по команде wusa.exe/uninstall , где в конце строки указывается полный путь. Нажатие по клавише Enter активирует выполнение команды.
Если знаете только код обновления, вставьте команду wusa.exe/uninstall/kb: и после двоеточия без пробела укажите код этого пакета.
В случае ошибки в команде или при вводе wusa.exe /help появится отдельный список со всеми доступными функциями, запускаемыми пользователем вручную. Ознакомьтесь с ними и решите, какие из них могут пригодиться.
Отключение компонента
Рассматриваемый сегодня компонент тесно связан с «Центром обновления Windows» и зависит от его статуса. Соответственно, отключить его можно только полностью, избавившись от возможности получать апдейты автоматически. Если вас устраивает такой вариант и вы хотите отключить работу функций, чтобы другие пользователи не смогли запускать исполняемые файлы обновлений, выполните следующие действия:
- Откройте «Пуск» и перейдите в меню «Панель управления».
В нем вас интересует раздел под названием «Администрирование».
Среди списка инструментов отыщите элемент «Службы».
В перечне служб найдите «Центр обновления Windows». Дважды кликните по пункту, чтобы открыть его свойства.
Выберите тип запуска «Вручную», а затем остановите службу.
Теперь автоматическая проверка обновлений отключена и Автономный установщик тоже не найдет апдейтов при его запуске. Если вы захотите снова сделать службу активной, просто откройте это же меню и включите ее.
Решение возможных проблем
Самая распространенная проблема при использовании «Автономного установщика обновлений Windows» — ошибки в процессе инсталляции апдейтов. Они появляются из-за разных причин, например не подходит разрядность загруженных файлов или на компьютере уже есть этот пакет. Реже неполадки связаны с системными сбоями и ошибками при автоматическом поиске обновлений. Найти информацию по решению этой ситуации вы можете в отдельной статье на нашем сайте по следующей ссылке.
Description of the Windows Update Standalone Installer in Windows
Introduction
This article describes the Windows Update Standalone Installer (Wusa.exe) in the following Windows operating systems:
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
Windows Server 2012 R2
Windows Server 2016 Technical Preview
The Wusa.exe file is in the %windir%\System32 folder. The Windows Update Standalone Installer uses the Windows Update Agent API to install update packages. Update packages have an .msu file name extension. The .msu file name extension is associated with the Windows Update Standalone Installer.
More Information
An .msu file contains the following contents.
Windows Update metadata
Describes each update package that the .msu file contains.
One or more .cab files
Each .cab file represents one update.
This .xml file describes the .msu update package. Wusa.exe uses the .xml file when you perform an unattended installation of the update by using the Package Manager tool (Pkgmgr.exe).
For example, you download hotfix 934307. The Windows6.0-KB934307-x86.msu file is in the C:\934307 folder. You type the following command at a command prompt to expand the .msu file to a temporary folder:
expand -f:* «C:\934307\Windows6.0-KB934307-x86.msu» %TEMP%
Then, you type the following command at a command prompt:
A properties file
This file contains string properties that Wusa.exe uses. For example, this file contains the title of the associated article in the Microsoft Knowledge Base.
When you use Wusa.exe to install an update package, Wusa.exe expands the contents of the .msu file to a temporary folder. Then, Wusa.exe performs the following steps:
Wusa.exe uses the Windows Update metadata in the .msu file to search for applicable updates.
Wusa.exe copies the contents of the applicable updates to the Windows Update sandbox. The Windows Update sandbox is a protected folder.
Wusa.exe calls the appropriate function in the Windows Update Agent API according to the mode in which you start Wusa.exe.
When the Windows Update wizard finishes the installation, the Windows Update Agent API returns a status. Then, Wusa.exe works synchronously with the Windows Update Agent API.
Note Each update in an .msu update package is installed in a separate session. Only one instance of Wusa.exe runs when you use Wusa.exe. Wusa.exe does not change the contents of the updates in .msu files. The Windows Update infrastructure performs the required actions according to the contents of the update.
When you start Wusa.exe in interactive mode, a welcome screen displays high-level information about the update. If you continue to install the update, Wusa.exe calls the appropriate function in the Windows Update Agent API to start the Windows Update wizard. The Windows Update wizard displays the Microsoft Software License Terms that are associated with the update package. Wusa.exe calls the Windows Update Agent API to continue the installation. Then, Wusa.exe waits until the Windows Update wizard finishes the installation.
To install an .msu update package, run Wusa.exe together with the full path of the file.
For example, if the Windows6.0-KB934307-x86.msu file is in the D:\934307 folder, type the following command at a command prompt to install the update package:
wusa.exe d:\934307\Windows6.0-KB934307-x86.msuYou can also double-click the .msu file to install the update package.
You can use Wusa.exe to uninstall an update in Windows 7, Windows Server 2008 R2, Windows 8, and Windows Server 2012.
Note You cannot use Wusa.exe to uninstall updates in Windows Vista or Windows Server 2008. You can use Windows Defender Software Explorer to manually uninstall the updates. For more information about Software Explorer, go to the following Microsoft website:
Using Software Explorer in Windows Defender
You can use the following switches together with Wusa.exe.
Run Wusa.exe in quiet mode without user interaction. When the tool runs in quiet mode, it runs without user interaction. The computer restarts if this is required.
For example, if the Windows6.0-KB934307-x86.msu file is in the D:\934307 folder, type the following command at a command prompt to install the update package without user interaction:
wusa.exe d:\934307\Windows6.0-KB934307-x86.msu /quiet
Note When you use this switch, the Microsoft Software License Terms do not appear.
Prevents Wusa.exe from restarting the computer. The /norestart switch is ignored if the /quiet switch is not present. If you run Wusa.exe together with these two switches, you must manually restart the operating system after the installation is complete if the installation requires you to restart the computer.
For example, if the Windows6.0-KB934307-x86.msu file is in the D:\934307 folder, type the following command at a command prompt to install the update package:
wusa.exe D:\934307\Windows6.0-KB934307-x86.msu /quiet /norestart
Uninstalls the specified package or KB number.
Specifies the package to be uninstalled by using its KB number. Can be passed only together with the /uninstall switch.
Wusa.exe extracts the package contents to a destination folder.
When this switch is combined with the /quiet switch, Wusa.exe prompts you before it begins a restart for install and uninstall operations.
When this switch is combined with the /quiet switch, Wusa.exe forcibly closes applications and then begins a restart.
Note The .msu files can be installed to an offline image by using the DISM.exe /Add-Package option together with the Windows 7 or Windows 8 OEM Preinstallation Kit (OPK) or the Windows Automated Installation Kit (AIK). For more information, go to the following Microsoft TechNet website:
Operating System Package Servicing Command-Line Options
To view the Windows Update Standalone Installer event log, follow these steps:
Click Start , type event viewer in the Start Search box, and then click Event Viewer in the Programs list. In Windows 8 and Windows Server 2012, on the Start screen, type event viewer, click Settings, and then click View event logs under Settings.
If you are prompted for an administrator password or for confirmation, type the password, or click Continue.
In Event Viewer, expand Windows Logs, and then click Setup.
Setup events appear in the middle pane.
In the Actions pane, click Filter Current Log.
In the Event sources list, click to select the WUSA check box, and then click OK.
References
For more information about the Windows Update Agent API, go to the following Microsoft website:
Windows Update Standalone Installer error 0x80096002 in Windows 10
Original Title: Windows Update Standalone Installer
I have a Lenovo laptop. I upgraded from Windows 8 to 10. I’m now trying to download Bitlocker from the Microsoft website and I get the following error:
Windows Update Standalone Installer
Installer encountered an error: 0x80096002
The certificate for the signer of the message is invalid or not found
Replies (24)
* Please try a lower page number.
* Please enter only numbers.
* Please try a lower page number.
* Please enter only numbers.
BitLocker Drive Encryption is only built in and supported in Windows 10 Pro and Enterprise editions.
If you are running Windows 10 Home, you can’t download and install it. You need to upgrade to Pro:
What you were probably trying to download is BitLocker To Go Drive Encryption
26 people found this reply helpful
Was this reply helpful?
Sorry this didn’t help.
Great! Thanks for your feedback.
How satisfied are you with this reply?
Thanks for your feedback, it helps us improve the site.
How satisfied are you with this reply?
Thanks for your feedback.
Thank you for posting on Microsoft Community. We will help you in resolving the issue.
Before assisting further, I would like to ask you few questions:
- When exactly do you get this error message?
- Do you get this error code when you download any other files from the websites?
Windows Update Standalone Install Error 0x80096002 is caused due to misconfigured system files in your operating system. You get this error code when you try to install an incompatible software or a driver onto your PC.
Install the software in compatibility mode by following the steps from the link below and check if the issue is resolved.
Compatibility mode runs the program in the current version of Windows using the settings from previous version of Windows.
- Download the software setup file from the link.
- Right-click on the setup file and click on properties.
- Click on the compatibility tab, check the box Run this program in compatibility mode for , select Windows 10 operating system from the drop down menu and proceed with the installation. Once this is done, restart the computer and check if the changes are effective.
Write back to us with the answers to the above questions to assist you further on this query. Your reply is important for us to ensure we assist you accordingly.