Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
1.1 KiB

;*** Diamond Directive file
;
;
; 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 InfFileHeader="[SourceDisksFiles]"
.Set InfCabinetHeader="[SourceDisksNames]"
.Set InfFileLineFormat='*file*=*disk#*,*Size*'
.Set InfCabinetLineFormat='*cab#*="Custom Folder",*cabfile*,0'
.Set MaxDiskSize=CDROM
.Set DiskDirectory1=.\
.Set MaxErrors=0
; Turn on cabinet mode, compression, and set the cab file name to build
; the precopy cabinet
;
; The remaing files should be compressed
;
.Set Cabinet=on
.Set Compress=on