Skip to content

I cannot figure out what installer type does this app use #5774

Discussion options

You must be logged in to vote

It's build with jpackage. See WindowsPackage.kt

By using the -t# flag for 7z you get the files 1, 2.msi and 3. 1 and 3 can be ignored.
The 2.msi can then be extracted with lessmsi

7z x -t# Bisq-64bit-1.9.14.exe *.msi
lessmsi x 2.msi

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@anderlli0053
Comment options

Answer selected by anderlli0053
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants