Hacker News new | ask | show | jobs
by duncans 4611 days ago
Note you can extract an MSI using:

    msiexec /a foo.msi /qb TARGETDIR="c:\temp\bar"
1 comments

Thank you so much! I've seen that before but assumed the /a 'administrative install' meant UAC popups. Just tried it now (with /qn though) and it's UI-free. Very cool!