MultiArc - archiver plugin
Moderators: sheep, Hacker, Stefan2, white
Well, you can get current sources here. BTW, why do you need them?
Well, adding long path support is a quite difficult task, especially for non-Unicode program. AFAIK, non-Unicode Windows API simply doesn't allow using long paths, but even Unicode API requires extra prefix...
But of cource plugin shouldn't crash on long paths. If you could provide an example of such archive, I would take a look on it myself.
But of cource plugin shouldn't crash on long paths. If you could provide an example of such archive, I would take a look on it myself.
CAB-files with indexFile.dat
I have (MSCF-) Cab Files and can open them. But all the files are only named with numbers, and the file infexFile.dat conatins the meaning of the numbers.
Files inside CAB:
Content of indexFile.dat
Is there a way to replace the numbers with the correct names of the files?
I have (MSCF-) Cab Files and can open them. But all the files are only named with numbers, and the file infexFile.dat conatins the meaning of the numbers.
Files inside CAB:
Code: Select all
1065832118
1075857603
1097061951
1102126380
Code: Select all
1065832118 Support\2.PNG
1075857603 Support\1.atr
1097061951 Support\3.png
1102126380 Support\test.doc
TC 9.22a / #266191
Win 7 x64 / Win 10 x64
Win 7 x64 / Win 10 x64
True, but GUIDs for filenames in MSCF archives are comprised of 32 digits and look like this:
Also, a accompanying .dat file that holds the real filenames is typical for InstallShield CAB files, you don't find these with MSCF CAB archives.
The first four bytes in the header of an InstallShield CAB archive read "ISc(", for a Microsoft CAB file its "MSCF".
Code: Select all
_0124567890123456789012345678912
The first four bytes in the header of an InstallShield CAB archive read "ISc(", for a Microsoft CAB file its "MSCF".
Best regards
deus-ex
deus-ex
- Luke_Filewalker
- Junior Member
- Posts: 47
- Joined: 2003-11-05, 10:30 UTC
Re: MultiArc - archiver plugin
@MVV
Thanks for the further development of MultiArc.
We (Wing Commander Saga German) have been using Total Commander + MA MVV for years to integrate our own VP Packer "VPT". We also have instructions in English and German for installing MA MVV and for importing our VP MA addon.
Is there an official place for MA addons? Or is this topic here the right place?
Thanks for the further development of MultiArc.

Is there an official place for MA addons? Or is this topic here the right place?
Luke 'GTH' Filewalker
may the backup be with you - always
# 14630 Single user licence
may the backup be with you - always
# 14630 Single user licence
- ghisler(Author)
- Site Admin
- Posts: 38384
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: MultiArc - archiver plugin
There is just an official place for Multiarc addon downloads:
http://totalcmd.net/directory/multiarc.html
But for the forum, the MultiArc thread is the best place.
http://totalcmd.net/directory/multiarc.html
But for the forum, the MultiArc thread is the best place.
Author of Total Commander
http://www.ghisler.com
http://www.ghisler.com
- Luke_Filewalker
- Junior Member
- Posts: 47
- Joined: 2003-11-05, 10:30 UTC
Re: MultiArc - archiver plugin
@ghisler(Author)
Okay, thanks Christian.
Okay, thanks Christian.
Luke 'GTH' Filewalker
may the backup be with you - always
# 14630 Single user licence
may the backup be with you - always
# 14630 Single user licence
Re: MultiArc - archiver plugin
Periodically, the% L variable is not populated and I have to restart TC to fix it.
Do it is a bug?
Do it is a bug?
Re: MultiArc - archiver plugin
Looks weird. How easy can you reproduce it? What TC and MultiArc versions do you use? Which addon do you use? And what kind of action you use - create new archive, modify existing?