Far MultiArc plugin script
~~~~~~~~~~~~~~~~~~~~~~~~~~

U can use Far to browse IS cabinets and do some basic operations.


There are some limitations of course :
--------------------------------------
- MultiArc cannot add files to a subdir inside an archive, so u have
  to work around by adding whole directories to the root of a cabinet,
  which is a list of File Groups;

- u cannot create File Groups;

- u cannot create CABs, period;

- i6comp will not extract empty directories by design

- I'll probably think of some more and add them here in the next version ;)


Some tips and pointers:
-----------------------
- to replace files, first create (or extract) the filegroup directory
  and place all new files in there, and after that add the entire filegroup
  dir to the root of the CAB

- do not try adding single files to the root of the CAB - it won't work ;)


To install the script:
----------------------
- edit the file <FarRoot>\Plugins\MultiArc\Formats\custom.ini

- append the script (found at the bottom of this humble manual) to that
  file, changing X in [TypeX] to the next available number

- save the file


That's it !
U can change TypeName field to whatever u want except 'InstallShield'
and u can extend the "nnnnnn..." placeholder if/when needed.


Script follows:
---------------

[TypeX]
TypeName=InstallShield6
ID=49 53 63 28
Extension=HDR
List=i6comp l -o -f
Format0="tt-dd-yyyy hh:mm zzzzzzzzzz aaaa pppppppppp      nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn"
Extract=i6comp x -o -d -f %%AQ %%fQM
ExtractWithoutPath=i6comp e -o -d -f %%AQ %%fQ
Test=
Delete=i6comp d -o -d -f %%AQ %%fQM
Comment=
CommentFiles=
SFX=
Lock=
Protect=
Recover=
Add=i6comp a -o -f %%AQ %%fQ
Move=
AddRecurse=i6comp a -o -r -f %%AQ %%fQ
MoveRecurse=
AllFilesMask="*"
