dscharrer / innoextract

A tool to unpack installers created by Inno Setup
https://constexpr.org/innoextract/
Other
1k stars 125 forks source link

Issues with `--gog` when using unrar-free as a backend #182

Open plaes opened 2 weeks ago

plaes commented 2 weeks ago

Fedora, by default provides unrar-free package when installing unrar, which doesn't seem to support various features utilized by innosetup (?) like password protected (encrypted) archives (S.T.A.L.K.E.R. - Shadow of Chernobyl installer) and multi-file archives (S.T.A.L.K.E.R. - Call of Pripyat installer).

It is possible to install unrar via rpmfusion-nonfree repository which makes things work.

~Another possibility could be switching to p7zip instead...~