|
@@ -65,7 +65,13 @@ For conditions of distribution and use, see <a href="http://www.jrsoftware.org/f
|
|
|
<ul>
|
|
|
<li><b>Change in default behavior:</b> Starting with Inno Setup 6 there's only one version available: Unicode Inno Setup. Unicode Inno Setup has been available for 9 years but in case you have not yet updated to it: please see the <a href="http://www.jrsoftware.org/is6help/index.php?topic=admininstallmode">Unicode Inno Setup</a> topic in the help file for more information. Basically, unless you're using [Code] to make DLL calls with string parameters you shouldn't have to make any changes to your script.</li>
|
|
|
<li>Added new [Setup] section directive: <tt>VersionInfoOriginalFileName</tt>, which sets the original filename version value.</li>
|
|
|
-<li>The Compiler IDE Options button <i>Associate .iss files with this compiler</i> can now associate for the current user instead of displaying an error if administrative privileges are not available.</li>
|
|
|
+<li>Compiler changes:
|
|
|
+<ul>
|
|
|
+ <li>The Compiler IDE Options button <i>Associate .iss files with this compiler</i> can now associate for the current user instead of displaying an error if administrative privileges are not available.</li>
|
|
|
+ <li>The compiler will now throw an error if the $f sequence is missing in a Sign Tool command instead of executing it anyway.</li>
|
|
|
+ <li>Fix: The compiler now checks <tt>OutputBaseFileName</tt> and <tt>OutputManifestFile</tt> for bad characters even if <tt>Output</tt> is set to <tt>no</tt>.</li>
|
|
|
+</ul>
|
|
|
+</li>
|
|
|
<li>Pascal Scripting changes:
|
|
|
<ul>
|
|
|
<li>Using event attributes it is now possible to have multiple implementations of the same event function in your script. This is especially useful in included scripts implementing an event function to avoid conflicts with the main script. See the help file for more information and the <i>CodeExample1.iss</i> example script for an example.</li>
|
|
@@ -82,7 +88,6 @@ For conditions of distribution and use, see <a href="http://www.jrsoftware.org/f
|
|
|
<li>Added new <tt>IsWin64</tt>, <tt>SameStr</tt> and <tt>SameText</tt> support functions.</li>
|
|
|
</ul>
|
|
|
</li>
|
|
|
-<li>The compiler will now throw an error if the $f sequence is missing in a Sign Tool command instead of executing it anyway.</li>
|
|
|
<li>Maintainers of official translations can now translate the custom messages used by Inno Setup's own installer.</li>
|
|
|
<li>All documentation referring to the Power Users group has been removed: this group is not special anymore in Windows.</li>
|
|
|
<li>Documentation and examples improvements.</li>
|