From LedHed's Wiki
Revision as of 19:06, 24 February 2020 by Ledhed (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Overview

This is a registry hack to add 'Extract' to the Windows Explorer context menu when you right click a MSI file.


Registry

Paste this into a notepad and save as MSI-Extract.reg. Then double click it to add it to the registry.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Msi.Package\shell\Extract\Command]
@="msiexec.exe /a \"%1\" /qb TARGETDIR=\"%1\""