Add Extract/Unzip MSI Files to Windows Explorer Context Menu
while looking for a utility to Extract MSI Files today. I know we have a few tools that should have made this easier, lol. However, if you make a small registry merge file and merge your entries to the registry you can add the ability to Extract MSIs to the Windows Explorer Context Menu…
1: Windows Registry Editor Version 5.00
2: [HKEY_CURRENT_USER\Software\Classes\Msi.Package\shell\Extract MSI\command]
3: @="msiexec.exe /a \"%1\" /qb TARGETDIR=\"%1 Extracted\""
just rename .txt to reg and merge with your registry…
-Ivan