Skip to content

Instantly share code, notes, and snippets.

@Hoernchen
Hoernchen / gist:27527c2475fbc9348bdb53dc324b2d95
Created October 26, 2020 21:14
extract qt installer without account
i.e. qt-creator-opensource-windows-x86_64-4.13.2.exe
as per https://sourceforge.net/p/sevenzip/bugs/1617/#dbcc
Tres Finocchiaro - 2017-03-24
Ok... I'm able to get everything... Here's how I did it:
# Extract the [0] file from exe
7z x qt-installer.exe -t* -i![0] -y
# Extract only embedded 7z files from [0]