Differences
This shows you the differences between the selected revisions of the page.
| 2016-05-31 | 2016-05-31 | ||
| replacing !??! pattern with runtime extension option + "use 7-zip" and "Archive type" are runtime options too (martin) | archive name documentation (martin) | ||
| Line 167: | Line 167: | ||
| ===== Options ===== | ===== Options ===== | ||
| + | In the //Archive name// enter a name of the archive (without extension) to create. The option is available when executing the extension only. | ||
| + | |||
| When the //Use 7-zip// is not checked, the extension uses a native .NET framework implementation for a ZIP compression. In this mode, the extension has no additional dependency. Particularly, if you want to use a different archive type, check the //Use 7-zip// and install the [[http://www.7-zip.org/download.html|7-Zip]]. | When the //Use 7-zip// is not checked, the extension uses a native .NET framework implementation for a ZIP compression. In this mode, the extension has no additional dependency. Particularly, if you want to use a different archive type, check the //Use 7-zip// and install the [[http://www.7-zip.org/download.html|7-Zip]]. | ||
| - | |||
| - | Use the //7-zip path// to select an alternative path to the ''7z.exe'' or ''7za.exe'', particularly if you are using a portable version. | ||
| When using 7-Zip, you can use the //Archive type// to select the archive type to create. | When using 7-Zip, you can use the //Archive type// to select the archive type to create. | ||
| - | In the //Session log file// you can specify a path to a [[logging|session log file]] (for uploading). | + | Use the //7-zip path// to select an alternative path to the ''7z.exe'' or ''7za.exe'', particularly if you are using a portable version. The option is available on [[ui_pref_commands|Preferences dialog]] only. |
| + | |||
| + | In the //Session log file// you can specify a path to a [[logging|session log file]] (for uploading). The option is available on [[ui_pref_commands|Preferences dialog]] only. | ||