|
@@ -1704,10 +1704,11 @@ Instructs Setup to proceed to comparing time stamps (last write/modified time) i
|
|
<p>Must be combined with <tt>nocompression</tt>.</p>
|
|
<p>Must be combined with <tt>nocompression</tt>.</p>
|
|
</flag>
|
|
</flag>
|
|
<flag name="external">
|
|
<flag name="external">
|
|
-<p>This flag instructs Inno Setup not to statically compile the file specified by the <tt>Source</tt> parameter into the installation files, but instead copy from an existing file on the distribution media or the user's system. See the <tt>Source</tt> parameter description for more information.</p>
|
|
|
|
|
|
+<p>This flag instructs Inno Setup not to statically compile the file specified by the <tt>Source</tt> parameter into the installation files, but instead to copy from an existing file on the distribution media or the user's system. See the <tt>Source</tt> parameter description for more information.</p>
|
|
</flag>
|
|
</flag>
|
|
<flag name="extractarchive">
|
|
<flag name="extractarchive">
|
|
-<p>...</p>
|
|
|
|
|
|
+<p>This flag instructs Inno Setup not to copy an existing archive file, but instead to extract it.</p>
|
|
|
|
+<p>The supported archive formats, beyond .7z, and the support for password-protected archives, depend on the <link topic="setup_archiveextraction">ArchiveExtraction</link> [Setup] section directive, that must not be set to <tt>basic</tt>.</p>
|
|
<p>This flag must be combined with the <tt>external</tt> and <tt>ignoreversion</tt> flags, meaning it should only be used on files private to your application, <i>never</i> on shared system files.</p>
|
|
<p>This flag must be combined with the <tt>external</tt> and <tt>ignoreversion</tt> flags, meaning it should only be used on files private to your application, <i>never</i> on shared system files.</p>
|
|
<p>This flag is usually combined with the <tt>recursesubdirs</tt> and <tt>createallsubdirs</tt> flags.</p>
|
|
<p>This flag is usually combined with the <tt>recursesubdirs</tt> and <tt>createallsubdirs</tt> flags.</p>
|
|
<p>Using a solid archive is not recommended; extraction performance may degrade depending on the solid block size.</p>
|
|
<p>Using a solid archive is not recommended; extraction performance may degrade depending on the solid block size.</p>
|
|
@@ -4738,7 +4739,7 @@ Name: portablemode; Description: "Portable Mode"</pre></example>
|
|
<tt>full</tt></setupvalid>
|
|
<tt>full</tt></setupvalid>
|
|
<setupdefault><tt>basic</tt></setupdefault>
|
|
<setupdefault><tt>basic</tt></setupdefault>
|
|
<body>
|
|
<body>
|
|
-<p>This specifies the method of archive extraction used by support functions <link topic="isxfunc_ExtractArchive">ExtractArchive</link> and <link topic="isxfunc_CreateExtractionPage">CreateExtractionPage</link>.</p>
|
|
|
|
|
|
+<p>This specifies the method of archive extraction used by [Files] section flag <tt>extractarchive</tt> and support functions <link topic="isxfunc_ExtractArchive">ExtractArchive</link> and <link topic="isxfunc_CreateExtractionPage">CreateExtractionPage</link>.</p>
|
|
<p><tt>basic</tt> uses an embedded version of the "7z ANSI-C Decoder" from the LZMA SDK by Igor Pavlov, as-is, except that Unicode support and error messages were improved and that it outputs memory requirements. It only supports .7z archives that are not password-protected.</p>
|
|
<p><tt>basic</tt> uses an embedded version of the "7z ANSI-C Decoder" from the LZMA SDK by Igor Pavlov, as-is, except that Unicode support and error messages were improved and that it outputs memory requirements. It only supports .7z archives that are not password-protected.</p>
|
|
<p><tt>enhanced/nopassword</tt> internally uses 7zxr.dll from the 7-Zip source code by Igor Pavlov, as-is, except that it was recompiled, code-signed, and renamed to is7zxr.dll. Compared to <tt>basic</tt>, it has lower memory requirements for archives that contain large files but increases the size of the Setup file(s). It still only supports .7z archives that are not password-protected.</p>
|
|
<p><tt>enhanced/nopassword</tt> internally uses 7zxr.dll from the 7-Zip source code by Igor Pavlov, as-is, except that it was recompiled, code-signed, and renamed to is7zxr.dll. Compared to <tt>basic</tt>, it has lower memory requirements for archives that contain large files but increases the size of the Setup file(s). It still only supports .7z archives that are not password-protected.</p>
|
|
<p><tt>enhanced</tt> uses 7zxa.dll instead of 7zxr.dll, recompiled, code-signed, and renamed to is7zxa.dll. It still only supports .7z archives, but they may be password-protected.</p>
|
|
<p><tt>enhanced</tt> uses 7zxa.dll instead of 7zxr.dll, recompiled, code-signed, and renamed to is7zxa.dll. It still only supports .7z archives, but they may be password-protected.</p>
|