|
@@ -1931,6 +1931,7 @@ end;</pre></example>
|
|
|
<prototype>procedure MapArchiveExtensions(const DestExt, SourceExt: String);</prototype>
|
|
|
<description><p>Allows files with a specified destination extension, such as .exe, to be treated as if they have a different source extension, such as .7z, for extraction purposes.</p>
|
|
|
<p>An exception will be raised if there was an error.</p></description>
|
|
|
+ <remarks><p>Calls to this function are ignored if the <link topic="setup_archiveextraction">ArchiveExtraction</link> [Setup] section directive is set to <tt>basic</tt>.</p></remarks>
|
|
|
<seealso><p><link topic="isxfunc_ExtractArchive">ExtractArchive</link><br/>
|
|
|
<link topic="isxfunc_CreateExtractionPage">CreateExtractionPage</link></p></seealso>
|
|
|
<example><pre>
|