InnoSetup MultiArc Addon

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
Matthias030
Senior Member
Senior Member
Posts: 423
Joined: 2007-03-04, 10:48 UTC
Location: Berlin

Re: InnoSetup MultiArc Addon

Post by *Matthias030 »

nsp wrote: 2024-08-23, 15:14 UTC --Edited
a new version of innoupnp is available to handle unicode version > 6.1
see Rathlevs Rummelkiste or InnoUnpacker-Windows-GUI
Thank you for this update. I wonder if the new innounp version is still working with the old multiarc ini file. Are there any new settings for ID and IDPos? Has anyone played around with this new innounp version?

Code: Select all

[InnoSetup]
Description="InnoSetup"
ID=49 6E 6E 6F
IDPos=<SeekID>
Archiver=InnoUnp.exe
List="ConPaste.exe /s /h%AQ /c%AWQ /p\"Type in a password:\" \"Type in a password\" %PQA -v -m %AQA"
Start="^--------------------------------------"
End="^--------------------------------------"
Format0="zzzzzzzzzz+ +yyyy.tt.dd hh:mm +n++"
Extract="ConPaste.exe /s /h%AQ /c%AWQ /p\"Type in a password:\" \"Type in a password\" %PQA -e -m %AQA {@%LQA}"
ExtractWithPath="ConPaste.exe /s /h%AQ /c%AWQ /p\"Type in a password:\" \"Type in a password\" %PQA -x -m %AQA {@%LQA}"
Debug=0
BatchUnpack=1
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3893
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Re: InnoSetup MultiArc Addon

Post by *sqa_wizard »

I'm using version 3.1, 2021-05-12 by deus-ex with MultiArc v1.4.3.162

Code: Select all

[INNO SETUP]
Description="Inno Setup"
Archiver=%COMMANDER_PATH%\Plugins\wcx\MultiArc\InnoSetup\innounp.exe
Extension=EXE_INNO
ID=49 6E 6E 6F 20 53 65 74 75 70
;ID=Inno Setup
IDPos=<SeekID>
ExcludeIDs=(31 2E 33 2E 31, 23), (31 2E 33 2E 36, 23), (31 2E 33 2E 39, 23), (77 69 74 68 20 49 53 58, 30), (77 69 74 68 20 49 53 58, 31), (6A 70 65 29, 28), (34 2E 32 2E 35, 23)
;ExcludeIDs=(1.3.1, Offset 23),  (1.3.6, Offset 23),   (1.3.9, Offset 23),   (with ISX, Offset 30),         (with ISX, Offset 31),         (jpe), Offset 28), (4.2.5, Offset 23)
Start="^--"
End="^--"
Format0="zzzzzzzzzz  yyyy tt dd hh mm n++"
List=%P -v -b -m %AQA
BatchUnpack=1
Extract=%P -e -b -m -q -y %AQA @%LQ
ExtractWithPath=%P -x -b -m -q -y %AQA @%LQ
#5767 Personal license
ter
Junior Member
Junior Member
Posts: 23
Joined: 2024-07-22, 16:33 UTC

Re: InnoSetup MultiArc Addon

Post by *ter »

ghisler(Author) wrote: 2021-05-13, 15:45 UTC I'm not aware of any change in TC 10 causing this. What names do these files have?
Please answer, is this a TC bug or plugin bug?

I used Syncronize dirs with unpacked archive on the left, and packed archive (InnoSetup) on the right, and selected "By contents" and "Ignore date", and it doesn't work. It shows a question mark "?".
Try on this archve: https://www.4t-niagara.com/files/4t-min.exe
User avatar
Dalai
Power Member
Power Member
Posts: 9943
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: InnoSetup MultiArc Addon

Post by *Dalai »

TC compares files by content in archives only for a certain set of archive types like ZIP and RAR if I remember correctly. It does not compare in other archive types added by packer plugins. Ghisler has explained this behavior somewhere here in the forum. So it's not a bug, just a TC limitation if you will.
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Post Reply