update innounp.exe to v2.64.2. Fixes empty string in list file.

This commit is contained in:
Homes32
2025-02-27 18:35:02 -06:00
parent a9a6ed4fba
commit 8d7348bc63
2 changed files with 5 additions and 1 deletions

View File

@@ -133,7 +133,7 @@ tt { font-size: 110%; }
<a href="http://sourceforge.net/project/showfiles.php?group_id=102423">download page</a></small></div>--> <a href="http://sourceforge.net/project/showfiles.php?group_id=102423">download page</a></small></div>-->
<h3>innounp, the Inno Setup Unpacker</h3> <h3>innounp, the Inno Setup Unpacker</h3>
<h4>Version 2.64.1 - Unicode </h4> <h4>Version 2.64.2 - Unicode </h4>
<p><b>based on <a href="https://sourceforge.net/projects/innounp/" target="_blank"><i>innounp</i> version 0.50</a> by <p><b>based on <a href="https://sourceforge.net/projects/innounp/" target="_blank"><i>innounp</i> version 0.50</a> by
<a href="https://sourceforge.net/u/ariman_ua/profile/" target="_blank">ariman</a></b><br> <a href="https://sourceforge.net/u/ariman_ua/profile/" target="_blank">ariman</a></b><br>
Supports Inno Setup versions 2.0.7 through 6.4.0</p> Supports Inno Setup versions 2.0.7 through 6.4.0</p>
@@ -225,6 +225,10 @@ Exit codes: 0 no errors
which is the code made by the RemObjects Pascal Script compiler.</p> which is the code made by the RemObjects Pascal Script compiler.</p>
<h2><a name="History"></a>What's new / History</h2> <h2><a name="History"></a>What's new / History</h2>
<p style="margin-bottom:-15px;"><b>2.64.2</b> <small>(2025-02-27)</small></p>
<ul>
<li>Reading a file list from command line fixed</li>
</ul>
<p style="margin-bottom:-15px;"><b>2.64.1</b> <small>(2025-02-02)</small></p> <p style="margin-bottom:-15px;"><b>2.64.1</b> <small>(2025-02-02)</small></p>
<ul> <ul>
<li>Interactive entry of password fixed</li> <li>Interactive entry of password fixed</li>