dscharrer / innoextract

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

-I [ --include ] option doesn't produce error if no matching files found #84

Closed bam80 closed 5 years ago

bam80 commented 5 years ago

$ innoextract Setup-00068-Another_World-PCDOS.exe -Ikjgh
Extracting "Another World" - setup data version 5.3.10
Done.
$ echo $?
0
dscharrer commented 5 years ago

I think the current behavior is ok - it extracted all the files you asked it to. You wouldn't expect the program to fail without -I when giving it an empty installer. Also other tools (for example rsync) also behave this way.