ScoopInstaller / Scoop

A command-line installer for Windows.
https://scoop.sh
Other
20.32k stars 1.37k forks source link

feat(decompress): Use `innounp-unicode` as default Inno Setup Unpacker #6028

Closed niheaven closed 1 week ago

niheaven commented 1 week ago

Description

innounp could not handle Inno Setup v6.3+, and there's many decompress error for this new version installer.

There's a forked edition of innounp by J. Rathlev (https://www.rathlev-home.de/tools/prog-e.html#unpack), and I added it in https://github.com/ScoopInstaller/Versions/pull/1809, and this PR use that edition as default if installed.

Motivation and Context

This will fix many issues related to ollama and inno-setup

How Has This Been Tested?

Install innounp-unicode and then:

image

Checklist: