Hacker News new | ask | show | jobs
by userbinator 4032 days ago
Opening in 7-zip and extracting the contents manually has worked in the past for me when encountering such things.

(Incidentally, many people don't know that 7-zip can extract installer executables and various other formats too...)

2 comments

UniExtract is another one. But none of them open all types of installers afaik. Another possibility for msi is msiexec /a PathToMSIFile /qb TARGETDIR=DirectoryToExtractTo. Actually before installing anything at all I usually try some of these to get a portable app. It's amazing how many installers out there are bascially just automatic single-directory extractors which also happen to add some regsitry entries.
So does WinRar and Ubuntu's Archive Manager.
i tried with winrar. i don't think it worked.