;============================ ; INI file for plugin CHMDir ;============================ ;--------------- ; main settings ;--------------- [CHMDir] ;------------------ ; Unpacker options ; show (1) special CHM files like #STRINGS (started with # or $) or no (0). ; Dialog control: Show special CHM files in 'CHMDir plugin settings'. ; Default = 0 show_spec_files=1 ; show (1) special IStorage format files or no (0). ; NB: this files contain compressed section files (shown in file window) ; and information about compression — so profit from these files is questionable. ; Dialog control: Show special ITS files. ; Default = 0 show_stor_files=0 ; mark (1) or not (0) special CHM and IStorage file with attributes. ; CHM files — hidden, IStorage — system. ; Dialog field: Use file attributes. ; Default = 0 use_file_attrib=1 ; how much CHM files will be cached. ; NB: Each cached archive need about 0.5 Mb RAM. ; Dialog control: Files in cache. ; Default = 0 arc_cache_count=2 ;---------------- ; Packer options ; calculate listing chunk size (1) or not (0): if total size of listing less then 32 kb, ; then single chunk will be created. If not, dir_chunk_size will be used. It allows ; making smaller CHM (about dir_chunk_size). ; Dialog control: Calculate optimal size of listing chunk. ; Default = 0 calc_chunk_size=1 ; file names that will be used as default topic when generate #SYSTEM and .hhc files. ; First come from list will be used. ; Dialog control: Default topic filenames (index.htm;index.html;readme.htm;). ; Default = index.htm;index.html;contents.htm;contents.html;readme.htm;readme.html default_topics=index.htm;index.html;contents.htm;contents.html;readme.htm;readme.html ; directory listing chunk size in bytes (4096). ; Dialog control: Dir listing chunk size. ; Default = 4096 dir_chunk_size=4096 ; extensions to not compress in form gif;jpg (without point, separated by semicolon). ; Will be used if its_use_store=1. Wildcards may be used (* and ?). ; Dialog control: Store files by ext. (jpg;png;gif;). ; Default = gif;jpg;png;zip;rar;swf its_store_ext=gif;jpg;png;swf;avi;zip;rar;cab;ch?;hx? ; store (1) or not (0) files with extension from its_store_ext. ; Dialog control: Store files by ext. (jpg;png;gif;) check box. ; Default = 0 its_use_store=1 ; LZX window size code 0 - 6 inclusive. 0 - 32k, 1 - 64k, 2 - 128k, ... 6 - 2M bytes. ; Only if use_itss_dll=0 ; Greater window size —> better compress and less speed (in geometrical progression). ; Dialog control: LZX compression window size. ; Default = 1 lzx_wsize_code=1 ; sort files by extension before packing (better compression) (1) or not (0). ; Dialog control: Sort dir listing by extension before compress. ; Default = 0 sort_dir_by_ext=1 ; LCID for storing in #SYSTEM, ITS file header and ITS dir header. ; Default = GetUserDefaultLCID() htmlhelp_LCID=0x0419 ; set (1) or not (0) priority to THREAD_PRIORITY_LOWEST when packing. ; Dialog control: Low priority. ; Default = 0 low_priority=0 ; if your system supports IStorage COM interface, use it (1) for packing. ; Dialog control: Use IStorage COM interface (itss.dll) for packing. ; Default = 1 use_itss_dll=1 ; title of topic that have not