You are here

Extract WiX Bootstrapper

2 posts / 0 new
Last post
xmha97
Offline
Last seen: 6 days 21 hours ago
Joined: 2021-01-03 06:04
Extract WiX Bootstrapper

How can I extract the contents of a WiX Bootstrapper installer (.exe) from the command line without actually running the installer?
I want to make online version of: https://portableapps.com/node/79524

JLim
Offline
Last seen: 5 days 16 hours ago
Joined: 2013-07-17 01:30
Download and extact Universal

Download and extact Universal Extractor (William Engelmann version) if you have not yet installed it.
https://update.bioruebe.com/uniextract/files/nightly.zip

You need the folder "..\bin\dark"

Command in NSIS: ExecWait `"x:\Path\to\dark.exe" "x:\JellyfinMediaPlayer-1.12.0-windows-x86.exe" -x "x:\ExtractedFiles"`

Log in or register to post comments