Attribute | Description | Required
|
---|---|---|
cabfile | the name of the cab file to create. | Yes |
basedir | the directory to start archiving files from. | Yes |
verbose | set to "yes" if you want to see the output from the cabarc tool. defaults to "no". | No |
compress | set to "no" to store files without compressing. defaults to "yes". | No |
options | use to set additional command-line options for the cabarc tool. should not normally be necessary. | No |
includes | comma- or space-separated list of patterns of files that must be included. All files are included when omitted. | No |
includesfile | the name of a file. Each line of this file is taken to be an include pattern | No |
excludes | comma- or space-separated list of patterns of files that must be excluded. No files (except default excludes) are excluded when omitted. | No |
excludesfile | the name of a file. Each line of this file is taken to be an exclude pattern | No |
defaultexcludes | indicates whether default excludes should be used or not ("yes"/"no"). Default excludes are used when omitted. | No |