home *** CD-ROM | disk | FTP | other *** search
/ Chip Special: HTML & Java / Chip-Special_1997-01_HTML-a-Java.bin / ieakv31 / ieakv31.exe / UPDATE.135 < prev    next >
Encoding:
Text File  |  1996-12-19  |  1.1 KB  |  28 lines

  1. ;*** Diamond Directive file
  2. ;
  3. ;
  4. .Set MaxDiskSize=10240000          ; We will distribute on 1.44 MB only
  5. .Set MaxDiskFileCount=1000          ; Limit file count per cabinet, so that
  6.                                     ; scanning is not too slow
  7. .Set FolderSizeThreshold=200000     ; Aim for ~200K per folder
  8. .Set CompressionType=MSZIP          ; Use the best compressor
  9. .Set CompressionLevel=7             ; Most intensive searching algorithm
  10. .Set CompressionMemory=800000       ; 4 times larger than folder limit,
  11.                                     ; since this is an uncompressed size,                                                                ; whereas folder limit is a compressed,
  12.                                     ; size, and we expect a compression
  13.                                     ; ratio of 3:1 to 4:1.
  14.  
  15. .Set MaxErrors=0
  16. .Set SOURCEDIR=.
  17. .Set DiskDirectoryTemplate=.
  18. ; Turn on cabinet mode, compression, and set the cab file name to build
  19. ; the precopy cabinet
  20.  
  21. .Set CabinetNameTemplate="IEW31.CAB"
  22.  
  23. ;
  24. ; The remaing files should be compressed
  25. ;
  26. .Set Cabinet=on
  27. .Set Compress=on
  28.