Skip to content

Instantly share code, notes, and snippets.

@altonius
altonius / UninstallMSXML4.0.cmd
Created August 13, 2014 08:34
Uninstall script for MSXML 4.0 SP2 and all updates (inc SP3)
REM Script to quietly uninstall MSXML 4.0 and updates.
REM Further information on the support status of MSXML 4.0 can be found at https://altonblom.com/s34e09
REM Changelog
REM v0.1 - initial version
REM v0.2 - updated titles and spacing
REM Uninstalling MSXML 4.0 SP2 and updates
REM Uninstalling MSXML 4.0 SP2 Parser and SDK (Base Installer - msxml.msi)
MsiExec.exe /uninstall {716E0306-8318-4364-8B8F-0CC4E9376BAC} /quiet
REM Uninstalling KB925672 (MS06-061 - msxml4-KB925672-enu.exe)
MsiExec.exe /uninstall {A9CF9052-F4A0-475D-A00F-A8388C62DD63} /quiet