-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Unpack UPX-compressed packages #4743
Comments
Can you try any one of these unpackers - #3502 |
thank you, I'll take a look later |
I referenced the contents of extras/bucket/ida-free.json and the parameters of bitrock installer, currently the installer can be extracted and installed. And this is my code blow: "installer": {
"args": [
"--mode unattended",
"--unattendedmodeui minimal",
"--prefix \"$dir\""
]
},
"uninstaller": {
"file": "uninstall.exe",
"args": [
"--mode unattended"
]
}, However, two new problems have emerged.
It looks a little difficult. |
Looks like extraction is the only clean way. So it doesn't work with either NSIS, Inno or Wix? |
It seems that scoop does not support upx package decompression. This may have to be put on hold for now, thanks for the reply! |
We can turn this into a feature request. UPX can be used to decompress these. |
UPX just encode and compress single exe, and it is not related with program installation. |
But it might be possible to uncompress it after decoding with UPX, right. |
first, does Scoop need to handle(provides special decompression/installation method) each non-common compression/installation package? install scripts can handle them if the packages can be unpacked with some utils. |
Depends on the popularity of UPX. If it's not that popular, we can just do |
Give some examples that the installers are compressed by UPX and could be extracted by 7zip later. Few developers compress installer with UPX which are mostly used by final executables. |
I'm working on a manifest for an app that uses the bitrock installer creation tool.
What parameters should I use to unpack such .exe installation package of this tree structure? I still wasn't sure what to do after looking at Scoop's wiki (T_T)
installer download link: https://scrivener.s3.amazonaws.com/Scapple-installer.exe
Thanks for reading and hope you can help me :)
The text was updated successfully, but these errors were encountered: