|
@@ -105,7 +105,12 @@ issigtool --key-file="MyKey.ispublickey" verify "MyProg.dll"</pre>
|
|
|
<li>Other related changes:
|
|
|
<ul>
|
|
|
<li>The compiler now verifies that precompiled files like <i>SetupLdr.e32</i> and <i>Setup.e32</i> remain unchanged before using them. Can be disabled using new [Setup] section directive <tt>VerifyPrecompiledFiles</tt>.</li>
|
|
|
- <li>Pascal Scripting: Added new <tt>ISSigVerify</tt> support function.</li>
|
|
|
+ <li>Pascal Scripting:
|
|
|
+ <ul>
|
|
|
+ <li>Added new <tt>ISSigVerify</tt> support function.</li>
|
|
|
+ <li>Added new <tt>AddWithISSigVerify</tt> and <tt>AddExWithISSigVerify</tt> functions to support class <tt>TDownloadWizardPage</tt>. See new example script <i>CodeDownloadFiles2.iss</i> for an example.</li>
|
|
|
+ </ul>
|
|
|
+ </li>
|
|
|
</ul>
|
|
|
</li>
|
|
|
</ul>
|
|
@@ -139,7 +144,7 @@ Source: "{tmp}\MyProg-ExtraReadmes.7z"; DestDir: "{app}"; Flags: external extrac
|
|
|
</li>
|
|
|
</ul>
|
|
|
</li>
|
|
|
- <li>Added example script <i>CodeDownloadFiles2.iss</i> demonstrating how to use a single <tt>[Files]</tt> entry to verify and extract a downloaded archive.</li>
|
|
|
+ <li>Added example script <i>CodeDownloadFiles2.iss</i> demonstrating how to use a single <tt>[Files]</tt> entry to extract a downloaded archive.</li>
|
|
|
<li>Archive extraction now honors the file system redirection state set by 64-bit install mode, entry flags, and support function <tt>EnableFsRedirection</tt>.</li>
|
|
|
</ul>
|
|
|
</li>
|