Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.
Moderators: Hacker , petermad , Stefan2 , white
deus-ex
Power Member
Posts: 979 Joined: 2003-02-10, 17:45 UTC
Post
by *deus-ex » 2021-05-03, 09:27 UTC
MVV wrote: 2021-05-03, 08:44 UTC If there is an issue with my OS, I can't handle it and don't know the reason.
Maybe your download was incomplete or corrupted? You should try to redownload highlight-setup-4.0-x64.exe (9.421.308 Bytes) and verify its MD5-hash with the following command-line:
Code: Select all
c:\windows\system32\certutil.exe -hashfile highlight-setup-4.0-x64.exe MD5
My result:
Code: Select all
MD5 hash of highlight-setup-4.0-x64.exe:
22c89498752da0b92dcdef682de59d98
CertUtil: -hashfile command completed successfully.
MVV wrote: 2021-05-03, 08:44 UTC
I don't say that password may be found for any installer. But there are some cases when it is available, e.g. when an installer is distributed password-protected and password is available for customers.
The reason why publishers password-protect their installer, most along with encryption, is to shield it from bots parsing the content and potentially trigger false malware alerts to antivirus sites. A case where the publisher would make the installer password public is not only rare, it is also counterproductive to the protection idea in the first place. A common customer does not require the password anyways, running a password-protected installer will install the content without user interaction regarding the password.
Now that we know that InnoUnp can extract any of the problematic Inno-Installers, and so does MultiArc with
BatchUnpack set to '0', which makes the process obviously quite slow, is there anything you can do to improve the situation?
TychoBarfy
Senior Member
Posts: 348 Joined: 2005-08-13, 15:13 UTC
Location: Berlin, Germany
Contact:
Post
by *TychoBarfy » 2021-05-04, 15:12 UTC
deus-ex wrote: 2021-05-03, 09:27 UTC Now that we know that InnoUnp can extract any of the problematic Inno-Installers, and so does MultiArc with
BatchUnpack set to '0', which makes the process obviously quite slow, is there anything you can do to improve the situation?
Sorry, but it has to be Extract with BatchUnpack=0, ExtractWithPath and BatchUnpack=0 doesn't work with this problematic installers.
deus-ex
Power Member
Posts: 979 Joined: 2003-02-10, 17:45 UTC
Post
by *deus-ex » 2021-05-04, 17:20 UTC
Ah yes, now that you mention it. Thanks for the reminder.
TychoBarfy
Senior Member
Posts: 348 Joined: 2005-08-13, 15:13 UTC
Location: Berlin, Germany
Contact:
Post
by *TychoBarfy » 2021-05-04, 18:01 UTC
ExtractWithPath and either BatchUnpack=0 OR 1 doesn't work with this problematic installers.
Setting Debug=1 shows Errorlevel returned: 0 in log no matter what kind of operations I do
in such kind of file. (in root or a directory level deeper, viewing, extracting what is generating
0 byte files if BatchUnpack=1)
Extracting, viewing works but slow, using Extract and BatchUnpack=0 (doesn't work with BatchUnpack=1).
deus-ex
Power Member
Posts: 979 Joined: 2003-02-10, 17:45 UTC
Post
by *deus-ex » 2021-05-04, 18:18 UTC
Actually, you can't go wrong. By either setting 'BatchUnpack' to '0' or deleting this entry from the configuration entirely, MultiArc requires the key 'Extract=' to be defined. This means with 'BatchUnpack=0' MultiArc uses ONLY the value of the key 'Extract=', NOT the value of 'ExtractWithPath=', which could be safely removed from the configuration in such cases.
This also means, when 'BatchUnpack' is set to '1' the key 'Extract=' is not required and can be removed from the configuration, as the entry 'ExtractWithPath=' is always required/used instead.
Quote from MultiArc help-file:
Code: Select all
BatchUnpack: Treat "Extract single file" requests as "Extract with path" commands. Requires the archiver addon key ExtractWithPath to be configured. (default = 0).
TychoBarfy
Senior Member
Posts: 348 Joined: 2005-08-13, 15:13 UTC
Location: Berlin, Germany
Contact:
Post
by *TychoBarfy » 2021-05-04, 23:08 UTC
Ah, thanks for this hint. So I must not comment ExtractWithPath.
MVV
Power Member
Posts: 8711 Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation
Post
by *MVV » 2021-05-06, 09:14 UTC
Yes, batch unpacking only works with ExtractWithPath , as long as non-batch unpacking only uses Extract . Perhaps ExtractWithPath is not the best name for this command...
BTW I've noticed that TC closes and re-opens archive for retrieving contents and for extracting/deleting files, and it causes MultiArc to query listing once again, but querying listing is a pretty long operation in case of large archives. Maybe I will add caching listings for some recent archives (user can open multiple archives at once so more than one listing should be cached)...
deus-ex
Power Member
Posts: 979 Joined: 2003-02-10, 17:45 UTC
Post
by *deus-ex » 2021-05-06, 11:53 UTC
MVV wrote: 2021-05-06, 09:14 UTC
Perhaps
ExtractWithPath is not the best name for this command...
Agreed, the key name is quite misleading. Maybe
ExtractWithListfile suits the meaning/purpose better? You could rename it for the next release, while allowing
ExtractWithPath as a valid substitute to not break existing MultiArc add-ons.
MVV
Power Member
Posts: 8711 Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation
Post
by *MVV » 2021-05-06, 16:46 UTC
This name is not good also because both Extract and ExtractWithPath support filelists. Perhaps something like ExtractBatched would be better.
deus-ex
Power Member
Posts: 979 Joined: 2003-02-10, 17:45 UTC
Post
by *deus-ex » 2021-05-06, 16:57 UTC
Ah, yes, you're right. How about ExtractBatchUnpack , which creates a direct connection to the key BatchUnpack ? Or maybe ExtractBatchRun , which also sounds logical and repeats the 'Batch' theme.
TychoBarfy
Senior Member
Posts: 348 Joined: 2005-08-13, 15:13 UTC
Location: Berlin, Germany
Contact:
Post
by *TychoBarfy » 2021-05-07, 21:55 UTC
ExtractWithBatch or ExtractByBatch or ExtractInBatch or ExtractBatchMode ?
MVV
Power Member
Posts: 8711 Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation
Post
by *MVV » 2021-05-09, 20:40 UTC
Please set Debug=1 in Multiarc.ini's InnoSetup addon and reproduce the bug, then show what is in addon's debug log file MultiArc.InnoSetup.log . My log contains mentioned error 649, but what does yours?
TychoBarfy
Senior Member
Posts: 348 Joined: 2005-08-13, 15:13 UTC
Location: Berlin, Germany
Contact:
Post
by *TychoBarfy » 2021-05-09, 22:03 UTC
Settings:
BatchUnpack=1
Debug=1
Ctrl+PageDown on
IZArc_4.4.exe
Going into {app} dir.
Pointing on {app}\Donate.url an clicking on View.
Nothing to view, because file sice is zero.
Code: Select all
>>>> BEGIN:9/5/2021 23:34:25
>Command executed:C:\totalcmd\Packer\innounp.exe -v -b -m -q \"f:\Downloads\Test\Installer\Inno Setup\_problems\IZArc_4.4.exe\"
Current directory : f:\Downloads\Test\Installer\Inno Setup\_problems
> === Archiver output begin ===
; Version detected: 5500
Size Time Filename
--------------------------------------
3420672 2019.03.21 09:52 {app}\IZArc.exe
115200 2009.02.15 19:43 {app}\apr.dll
20477 2019.03.21 09:41 {app}\WHATSNEW.TXT
92044 2019.03.18 13:06 {app}\IZArc.chm
275456 2010.11.18 18:27 {app}\7za.dll
372736 2002.06.04 16:40 {app}\Bga32.dll
69632 2008.12.31 19:22 {app}\cabinet5.dll
360448 2006.08.04 21:48 {app}\Tar32.dll
258048 2005.03.12 18:00 {app}\UnGca32.dll
219224 2014.08.06 19:04 {app}\unrar.dll
214528 2008.03.30 01:39 {app}\Yz1.dll
16896 2009.01.27 09:58 {app}\arc.izp
652800 2019.03.18 18:18 {app}\IZArcCM.dll
2469888 2019.03.18 18:38 {app}\IZArcCM64.dll
9062 2002.09.22 11:50 {app}\Misc\ExeFile.ico
9574 2002.09.22 11:55 {app}\Misc\ReadMe.ico
...
142074 2017.04.07 13:53 {app}\Misc\Setup.ico
25214 2007.05.28 22:27 {app}\Misc\Setup_Old.ico
19586 2002.06.04 17:04 {app}\DllInfo\Bga32.txt
327 2004.12.12 13:24 {app}\DllInfo\Tar32.txt
2453 2004.12.12 13:25 {app}\DllInfo\Ungca32.txt
13776 2004.02.22 07:01 {app}\DllInfo\yz1.txt
55350 2003.11.08 19:10 {app}\Skins\Anarchy.bmp
73782 2003.01.13 14:37 {app}\Skins\Blue.bmp
55352 2003.04.06 21:03 {app}\Skins\Bluecurve.bmp.
...
73782 2003.01.12 19:35 {app}\Skins\WinXP.bmp
32768 2002.09.01 18:51 {app}\SFXS\IZArcARJ.dat
36864 2002.09.01 18:51 {app}\SFXS\IZArcBH.dat
33792 2002.06.02 18:44 {app}\SFXS\IZArcJAR.dat
31744 2002.09.01 18:51 {app}\SFXS\IZArcLHA.dat
101376 2006.09.14 01:20 {app}\SFXS\IZArcRAR.dat
146944 2007.05.27 11:50 {app}\SFXS\IZArcSZip.dat
59392 2010.05.19 17:16 {app}\SFXS\IZArcZip.dat
33982 2006.09.23 21:08 {app}\Icons\7Z.ico
33982 2006.09.23 21:08 {app}\Icons\A.ico
33982 2006.09.23 21:09 {app}\Icons\ARC.ico
...
33982 2006.09.23 21:34 {app}\Icons\ZIP.ico
33982 2006.09.23 21:34 {app}\Icons\ZOO.ico
66808 2014.08.23 10:47 {app}\Languages\Arabic.lng
79348 2014.08.23 10:47 {app}\Languages\Bahasa Gaul.lng
77620 2014.08.23 10:47 {app}\Languages\Bahasa Indonesia.lng
...
75992 2014.08.23 10:47 {app}\Languages\Ukrainian.lng
72860 2014.08.23 10:47 {app}\Languages\Vietnamese.lng
225 2019.03.21 09:40 {app}\Donate.url
189440 2011.02.24 14:16 {app}\sc.exe
45773 2021.05.09 23:34 embedded\License.rtf
963 2021.05.09 23:34 embedded\CompiledCode.bin
154542 2021.05.09 23:34 embedded\WizardImage0.bmp
9294 2021.05.09 23:34 embedded\WizardSmallImage0.bmp
19456 2021.05.09 23:34 embedded\decompressor.dll
246 2021.05.09 23:34 embedded\default.isl
17367 2021.05.09 23:34 install_script.iss
--------------------------------------
> === Archiver output end ===
> Errorlevel returned: 0
<<<< END:9/5/2021 23:34:25
>>>> BEGIN:9/5/2021 23:34:34
>Command executed:C:\totalcmd\Packer\innounp.exe -v -b -m -q \"f:\Downloads\Test\Installer\Inno Setup\_problems\IZArc_4.4.exe\"
Current directory : f:\Downloads\Test\Installer\Inno Setup\_problems
> === Archiver output begin ===
; Version detected: 5500
Size Time Filename
--------------------------------------
3420672 2019.03.21 09:52 {app}\IZArc.exe
115200 2009.02.15 19:43 {app}\apr.dll
20477 2019.03.21 09:41 {app}\WHATSNEW.TXT
92044 2019.03.18 13:06 {app}\IZArc.chm
275456 2010.11.18 18:27 {app}\7za.dll
372736 2002.06.04 16:40 {app}\Bga32.dll
69632 2008.12.31 19:22 {app}\cabinet5.dll
360448 2006.08.04 21:48 {app}\Tar32.dll
258048 2005.03.12 18:00 {app}\UnGca32.dll
219224 2014.08.06 19:04 {app}\unrar.dll
214528 2008.03.30 01:39 {app}\Yz1.dll
16896 2009.01.27 09:58 {app}\arc.izp
652800 2019.03.18 18:18 {app}\IZArcCM.dll
2469888 2019.03.18 18:38 {app}\IZArcCM64.dll
9062 2002.09.22 11:50 {app}\Misc\ExeFile.ico
9574 2002.09.22 11:55 {app}\Misc\ReadMe.ico
142074 2017.04.07 13:53 {app}\Misc\Setup.ico
...
25214 2007.05.28 22:27 {app}\Misc\Setup_Old.ico
19586 2002.06.04 17:04 {app}\DllInfo\Bga32.txt
327 2004.12.12 13:24 {app}\DllInfo\Tar32.txt
2453 2004.12.12 13:25 {app}\DllInfo\Ungca32.txt
13776 2004.02.22 07:01 {app}\DllInfo\yz1.txt
55350 2003.11.08 19:10 {app}\Skins\Anarchy.bmp
73782 2003.01.13 14:37 {app}\Skins\Blue.bmp
...
55350 2005.01.09 13:07 {app}\Skins\Plastic XP 2.bmp
73782 2003.01.27 18:18 {app}\Skins\Windows XP 2.bmp
73782 2003.01.12 19:35 {app}\Skins\WinXP.bmp
32768 2002.09.01 18:51 {app}\SFXS\IZArcARJ.dat
36864 2002.09.01 18:51 {app}\SFXS\IZArcBH.dat
33792 2002.06.02 18:44 {app}\SFXS\IZArcJAR.dat
...
146944 2007.05.27 11:50 {app}\SFXS\IZArcSZip.dat
59392 2010.05.19 17:16 {app}\SFXS\IZArcZip.dat
33982 2006.09.23 21:08 {app}\Icons\7Z.ico
...
33982 2006.09.23 21:34 {app}\Icons\ZIP.ico
33982 2006.09.23 21:34 {app}\Icons\ZOO.ico
75992 2014.08.23 10:47 {app}\Languages\Ukrainian.lng
...
72860 2014.08.23 10:47 {app}\Languages\Vietnamese.lng
225 2019.03.21 09:40 {app}\Donate.url
189440 2011.02.24 14:16 {app}\sc.exe
45773 2021.05.09 23:34 embedded\License.rtf
963 2021.05.09 23:34 embedded\CompiledCode.bin
154542 2021.05.09 23:34 embedded\WizardImage0.bmp
9294 2021.05.09 23:34 embedded\WizardSmallImage0.bmp
19456 2021.05.09 23:34 embedded\decompressor.dll
246 2021.05.09 23:34 embedded\default.isl
17367 2021.05.09 23:34 install_script.iss
--------------------------------------
> === Archiver output end ===
> Errorlevel returned: 0
<<<< END:9/5/2021 23:34:34
>>>> BEGIN:9/5/2021 23:34:35
>Command executed:C:\totalcmd\Packer\innounp.exe -x -b -m -q \"f:\Downloads\Test\Installer\Inno Setup\_problems\IZArc_4.4.exe\" @C:\Users\Rillo\AppData\Local\Temp\$mltwcx\lstE7D8.tmp
Current directory : f:\Downloads\Test\Installer\Inno Setup\_problems
> === Archiver output begin ===
; Version detected: 5500
> === Archiver output end ===
> Errorlevel returned: 0
<<<< END:9/5/2021 23:34:35
MVV
Power Member
Posts: 8711 Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation
Post
by *MVV » 2021-05-10, 11:22 UTC
According to log, there were no error. Can you try to repeat with a non-empty file?
TychoBarfy
Senior Member
Posts: 348 Joined: 2005-08-13, 15:13 UTC
Location: Berlin, Germany
Contact:
Post
by *TychoBarfy » 2021-05-10, 14:07 UTC
MVV wrote: 2021-05-10, 11:22 UTC
According to log, there were no error. Can you try to repeat with a non-empty file?
Hi MVV, I guess you mean, with a normal Inno Setup file, that doesn't produce 0-byte-files
when unpacking with BatchUnpack=1?
Code: Select all
>>>> BEGIN:10/5/2021 15:58:57
>Command executed:C:\totalcmd\Packer\innounp.exe -v -b -m -q \"f:\Downloads\Test\Installer\Inno Setup\XnView-win-full-de.exe\"
Current directory : f:\Downloads\Test\Installer\Inno Setup
> === Archiver output begin ===
; Version detected: 5507
Size Time Filename
--------------------------------------
225821 2021.02.01 10:57 {app}\WhatsNew.txt
32291 2020.02.25 13:22 {app}\Formats.txt
5139 2020.02.25 13:22 {app}\ReadMe.txt
6340 2020.02.25 13:23 {app}\Usage.txt
5730 2020.02.25 13:22 {app}\Plugins.txt
4703 2008.03.14 15:47 {app}\keyboard.txt
891 2013.03.26 10:45 {app}\xnview.exe.manifest
6510416 2021.02.01 10:58 {app}\xnview.exe
18858 2018.07.11 08:15 {app}\tip.ini
3664 2020.04.09 14:50 {app}\license.txt
4418 2020.04.09 14:51 {app}\license-de.txt
1394 2018.02.27 11:29 {app}\license-fr.txt
490 2013.03.08 10:05 {app}\Filters\udf-def.dat
953 2013.03.08 10:05 {app}\Filters\help.txt
190976 2015.01.29 17:43 {app}\Addon\libquant.dll
...
878592 2008.10.01 16:41 {app}\AddOn\packJPG.dll
53248 2008.10.13 07:06 {app}\AddOn\PackJPG.xnp
42 2008.10.02 13:08 {app}\AddOn\PackJPG.lng
8504 2007.02.23 12:00 {app}\skins\crystal-project\browser.bmp
11318 2007.02.23 12:00 {app}\skins\crystal-project\browser32.bmp
...
5684 2006.12.11 15:54 {app}\skins\mezich-48\tree.bmp
53248 2009.02.17 10:09 {app}\PlugIns\Xbmf.dll
61440 2009.02.17 10:09 {app}\PlugIns\Xcompound.dll
...
177161 2015.01.11 17:18 {app}\PlugIns\libpng15-15.dll
200704 2013.12.12 16:06 {app}\PlugIns\slide.exe
2456400 2021.02.01 10:58 {app}\nconvert.exe
2176336 2021.02.01 10:58 {app}\ShellEx\XnViewShellExt.dll
152194 2020.09.10 13:45 {app}\ShellEx\XnViewShellExt.lng
30 2002.08.28 16:23 {app}\ShellEx\register.bat
33 2002.08.28 16:19 {app}\ShellEx\unregister.bat
43 2018.05.25 10:16 {app}\ShellEx\XnViewShellExt-Resize.txt
455328 2013.10.05 02:38 {app}\ShellEx\msvcp120.dll
970912 2013.10.05 02:38 {app}\ShellEx\msvcr120.dll
1204224 2011.03.03 10:02 {app}\XnViewMediaDetector.exe
24263 2009.11.30 20:58 {app}\language\exif_de.lng
30478 2010.04.19 13:01 {app}\language\exif_fr.lng
...
167424 2021.02.01 10:53 {app}\language\xnviewzh.dll
389632 2007.06.29 15:13 {app}\8bf\Harrys Filter\HarrysFilters3.8bf
10 2007.07.19 15:44 {app}\8bf\Harrys Filter\HarrysFilters.ini
11440 2007.06.29 14:38 {app}\8bf\Harrys Filter\Help.txt
...
13 2004.01.29 17:53 {app}\8bf\Harrys Filter\Presets\YellowSkin.hfp
10 2001.03.16 00:18 {app}\8bf\Harrys Filter\Presets\YellowTouch.hfp
1291 2005.06.16 00:44 {app}\WebTemplate\Foo[Silver]\fooby.css
1464 2007.03.08 16:10 {app}\WebTemplate\Foo[Silver]\page.html
...
10220 2009.06.11 15:14 {app}\WebTemplate\SimpleViewer2\swfobject.js
944 2009.11.29 21:46 {app}\WebTemplate\SimpleViewer2\thumb.html
6566 2009.08.09 22:06 {app}\WebTemplate\SimpleViewer2\images\sandstone.jpg
30939 2001.12.05 12:00 {app}\Lut\10logto8.lut
7898 2001.12.05 12:01 {app}\Lut\8to10log.lut
49 2011.05.11 09:53 {app}\website.url
3664 2021.05.10 15:58 embedded\License.txt
26494 2021.05.10 15:58 embedded\WizardImage0.bmp
1658 2021.05.10 15:58 embedded\WizardSmallImage0.bmp
246 2021.05.10 15:58 embedded\en.isl
249 2021.05.10 15:58 embedded\de.isl
4418 2021.05.10 15:58 embedded\deLicense.txt
255 2021.05.10 15:58 embedded\fr.isl
1394 2021.05.10 15:58 embedded\frLicense.txt
250 2021.05.10 15:58 embedded\it.isl
3664 2021.05.10 15:58 embedded\itLicense.txt
79549 2021.05.10 15:58 install_script.iss
--------------------------------------
> === Archiver output end ===
> Errorlevel returned: 0
<<<< END:10/5/2021 15:58:57
>>>> BEGIN:10/5/2021 16:0:8
>Command executed:C:\totalcmd\Packer\innounp.exe -v -b -m -q \"f:\Downloads\Test\Installer\Inno Setup\XnView-win-full-de.exe\"
Current directory : C:\totalcmd
> === Archiver output begin ===
; Version detected: 5507
Size Time Filename
--------------------------------------
225821 2021.02.01 10:57 {app}\WhatsNew.txt
32291 2020.02.25 13:22 {app}\Formats.txt
5139 2020.02.25 13:22 {app}\ReadMe.txt
6340 2020.02.25 13:23 {app}\Usage.txt
5730 2020.02.25 13:22 {app}\Plugins.txt
4703 2008.03.14 15:47 {app}\keyboard.txt
891 2013.03.26 10:45 {app}\xnview.exe.manifest
6510416 2021.02.01 10:58 {app}\xnview.exe
18858 2018.07.11 08:15 {app}\tip.ini
3664 2020.04.09 14:50 {app}\license.txt
4418 2020.04.09 14:51 {app}\license-de.txt
1394 2018.02.27 11:29 {app}\license-fr.txt
490 2013.03.08 10:05 {app}\Filters\udf-def.dat
953 2013.03.08 10:05 {app}\Filters\help.txt
190976 2015.01.29 17:43 {app}\Addon\libquant.dll
114 2015.02.18 21:22 {app}\Addon\libquant.txt
524 2008.08.03 10:44 {app}\Addon\Microsoft.VC90.CRT\Microsoft.VC90.CRT.manifest
...
42 2008.10.02 13:08 {app}\AddOn\PackJPG.lng
8504 2007.02.23 12:00 {app}\skins\crystal-project\browser.bmp
...
6198 2005.06.03 18:14 {app}\skins\gnome\browser.bmp
...
177161 2015.01.11 17:18 {app}\PlugIns\libpng15-15.dll
200704 2013.12.12 16:06 {app}\PlugIns\slide.exe
2456400 2021.02.01 10:58 {app}\nconvert.exe
2176336 2021.02.01 10:58 {app}\ShellEx\XnViewShellExt.dll
...
970912 2013.10.05 02:38 {app}\ShellEx\msvcr120.dll
1204224 2011.03.03 10:02 {app}\XnViewMediaDetector.exe
24263 2009.11.30 20:58 {app}\language\exif_de.lng
...
167424 2021.02.01 10:53 {app}\language\xnviewzh.dll
389632 2007.06.29 15:13 {app}\8bf\Harrys Filter\HarrysFilters3.8bf
10 2007.07.19 15:44 {app}\8bf\Harrys Filter\HarrysFilters.ini
...
1291 2005.06.16 00:44 {app}\WebTemplate\Foo[Silver]\fooby.css
1464 2007.03.08 16:10 {app}\WebTemplate\Foo[Silver]\page.html
...
944 2009.11.29 21:46 {app}\WebTemplate\SimpleViewer2\thumb.html
6566 2009.08.09 22:06 {app}\WebTemplate\SimpleViewer2\images\sandstone.jpg
30939 2001.12.05 12:00 {app}\Lut\10logto8.lut
7898 2001.12.05 12:01 {app}\Lut\8to10log.lut
49 2011.05.11 09:53 {app}\website.url
3664 2021.05.10 16:00 embedded\License.txt
26494 2021.05.10 16:00 embedded\WizardImage0.bmp
1658 2021.05.10 16:00 embedded\WizardSmallImage0.bmp
246 2021.05.10 16:00 embedded\en.isl
249 2021.05.10 16:00 embedded\de.isl
4418 2021.05.10 16:00 embedded\deLicense.txt
255 2021.05.10 16:00 embedded\fr.isl
1394 2021.05.10 16:00 embedded\frLicense.txt
250 2021.05.10 16:00 embedded\it.isl
3664 2021.05.10 16:00 embedded\itLicense.txt
79549 2021.05.10 16:00 install_script.iss
--------------------------------------
> === Archiver output end ===
> Errorlevel returned: 0
<<<< END:10/5/2021 16:0:8
>>>> BEGIN:10/5/2021 16:0:8
>Command executed:C:\totalcmd\Packer\innounp.exe -x -b -m -q \"f:\Downloads\Test\Installer\Inno Setup\XnView-win-full-de.exe\" @C:\Users\Rillo\AppData\Local\Temp\$mltwcx\lst3889.tmp
Current directory : C:\totalcmd
> === Archiver output begin ===
; Version detected: 5507
> === Archiver output end ===
> Errorlevel returned: 0
<<<< END:10/5/2021 16:0:8
Same result in log but without zero files. Could it be, that the debugger returns no error,
because files are extracted, but does not check if there are any data in the files?
In other words, it doesn't compare file contents >= 0 before against contents after unpacking.