OSDN Git Service

Merge
[winmerge-jp/winmerge-jp.git] / Installer / InnoSetup / ExternalArchiveFormat.ini
1 # ExternalArchiveFormat.ini\r
2 #\r
3 # This file may be used to customize how WinMerge handles archives\r
4 # (This file is read by the WinMerge Merge7z dll files.)\r
5\r
6 # PURPOSE#1: To handle files which are zip files, but have other extensions\r
7 #\r
8 # For example, if you use OpenOffice .ods files (which are zip format)\r
9 # but you never use Outlook Express .ods mailbox files (which are\r
10 # not zip format), you might want to specify that all .ods files\r
11 # are to be treated as archives.\r
12 #\r
13 # In that case, you need the following lines.\r
14 # (You would remove the leading hash marks, which make these comments only.)\r
15 #\r
16 #[extensions]\r
17 #.ods=.zip;Open Office 2.0 Spreadsheets\r
18 #\r
19 # Note#1: Merge7z ignores the semicolon and everything after it.\r
20 # Note#2: Merge7z automatically handles .zip, .7z, and some other\r
21 #  common archive extensions already.\r
22 # Note#3: If you use the "Detect archive type from file signature"\r
23 #  in WinMerge, then you don't shouldn't to specify extensions here.\r
24 #\r
25 # PURPOSE#2: Invoking other archive programs\r
26 #\r
27 # This file may also be used to link WinMerge to other archive programs\r
28 # Following are example mappings entries to map .arj and .lzh files\r
29 # to appropriate archive handlers.\r
30 # (You would remove the leading hash marks, which make these comments only.)\r
31 #\r
32 #[extensions]\r
33 #.ARJ = ARJ32.EXE\r
34 #.LZH = LHA32.EXE\r
35 #\r
36 #[ARJ32.EXE]\r
37 #DeCompress = ARJ32.EXE x "<archive>"\r
38 #Compress = ARJ32.EXE a "<archive>" "<filename>"\r
39 #\r
40 #[LHA32.EXE]\r
41 #DeCompress = LHA32.EXE x "<archive>" "<dir>\"\r
42 #Compress = LHA32.EXE a /x "<archive>" "<dir>\" "<filename>"\r
43 #BulkSize = 50,16000\r
44 #\r
45 #[LHA.EXE]\r
46 #DeCompress = LHA.EXE x <archive> <dir>\\r
47 #Compress = LHA.EXE a /x <archive> <dir>\ <filename>\r