Skip to content

Instantly share code, notes, and snippets.

@dalethestirling
Created September 25, 2014 01:12
Show Gist options
  • Save dalethestirling/6be18f9b2add36a839c8 to your computer and use it in GitHub Desktop.
Save dalethestirling/6be18f9b2add36a839c8 to your computer and use it in GitHub Desktop.
Unpack an MSI from CMD prompt
msiexec /a c:\path\to\msi\file.msi /qb TARGETDIR="c:\path\to\output\"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment