I cannot figure out what installer type does this app use #5774
-
I'm trying to create the app manifest for Bisq and nothing works as the installer type is not something common as Inno, MSI, .... and the innounp, msiextract, lessmsi, dark, .... all fail. Even Universal Extractor 2.0.0 RC3 cannot determine the installer used. BISQ - https://bisq.network https://github.com/bisq-network/bisq/releases/download/v1.9.14/Bisq-64bit-1.9.14.exe |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It's build with jpackage. See WindowsPackage.kt By using the
|
Beta Was this translation helpful? Give feedback.
It's build with jpackage. See WindowsPackage.kt
By using the
-t#
flag for7z
you get the files1
,2.msi
and3
.1
and3
can be ignored.The
2.msi
can then be extracted withlessmsi