dscharrer / innoextract

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

How do I avoid creating "app" subdirectory #113

Closed hgdagon closed 4 years ago

hgdagon commented 4 years ago

my innoextract command line looks like this:

innoextract --gog -m --collisions=rename-all -I"\app" "%~1" -d "%~dpn1"

However -I"\app" does nothing. Is there a way to only extract the contents of app to %!dpn1?

dscharrer commented 4 years ago

Currently not possible, existing feature request is issue #23.