home *** CD-ROM | disk | FTP | other *** search
- ;*** Diamond Directive file
- ;
- ;
- .Set MaxDiskSize=10240000 ; We will distribute on 1.44 MB only
- .Set MaxDiskFileCount=1000 ; Limit file count per cabinet, so that
- ; scanning is not too slow
- .Set FolderSizeThreshold=200000 ; Aim for ~200K per folder
- .Set CompressionType=MSZIP ; Use the best compressor
- .Set CompressionLevel=7 ; Most intensive searching algorithm
- .Set CompressionMemory=800000 ; 4 times larger than folder limit,
- ; since this is an uncompressed size, ; whereas folder limit is a compressed,
- ; size, and we expect a compression
- ; ratio of 3:1 to 4:1.
-
- .Set MaxErrors=0
- .Set SOURCEDIR=.
- .Set DiskDirectoryTemplate=.
- ; Turn on cabinet mode, compression, and set the cab file name to build
- ; the precopy cabinet
-
- .Set CabinetNameTemplate="IEW31.CAB"
-
- ;
- ; The remaing files should be compressed
- ;
- .Set Cabinet=on
- .Set Compress=on
-