home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / ie4 / ieak4opt.cab / folder.ddf < prev    next >
Text File  |  1998-02-09  |  1KB  |  29 lines

  1. ;*** Diamond Directive file
  2. ;
  3. ;
  4.                                     ; scanning is not too slow
  5. .Set FolderSizeThreshold=200000     ; Aim for ~200K per folder
  6. .Set CompressionType=MSZIP          ; Use the best compressor
  7. .Set CompressionLevel=7             ; Most intensive searching algorithm
  8. .Set CompressionMemory=800000       ; 4 times larger than folder limit,
  9.                                     ; since this is an uncompressed size,                                                                ; whereas folder limit is a compressed,
  10.                                     ; size, and we expect a compression
  11.                                     ; ratio of 3:1 to 4:1.
  12. .Set InfFileHeader="[SourceDisksFiles]" 
  13. .Set InfCabinetHeader="[SourceDisksNames]" 
  14. .Set InfFileLineFormat='*file*=*disk#*,*Size*'
  15. .Set InfCabinetLineFormat='*cab#*="Custom Folder",*cabfile*,0'
  16.  
  17. .Set MaxDiskSize=CDROM
  18. .Set DiskDirectory1=.\
  19. .Set MaxErrors=0
  20. ; Turn on cabinet mode, compression, and set the cab file name to build
  21. ; the precopy cabinet
  22.  
  23. ;
  24. ; The remaing files should be compressed
  25. ;
  26.  
  27. .Set Cabinet=on
  28. .Set Compress=on
  29.