innounp.exe updated to v2.64.1, supports inno setup up to 6.4.0

This commit is contained in:
Homes32
2025-02-17 10:27:44 -06:00
parent 4adf707918
commit 52d7339c3a

View File

@@ -133,10 +133,10 @@ tt { font-size: 110%; }
<a href="http://sourceforge.net/project/showfiles.php?group_id=102423">download page</a></small></div>-->
<h3>innounp, the Inno Setup Unpacker</h3>
<h4>Version 1.77 - Unicode </h4>
<h4>Version 2.64.1 - Unicode </h4>
<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>
Supports Inno Setup versions 2.0.7 through 6.3.3</p>
Supports Inno Setup versions 2.0.7 through 6.4.0</p>
<p><a href="http://www.jrsoftware.org/isinfo.php">Inno Setup</a> is a popular program
for making software installations. Unfortunately, there is no official unpacker - the
only method of getting the files out of the self-extracting executable
@@ -225,6 +225,16 @@ Exit codes: 0 no errors
which is the code made by the RemObjects Pascal Script compiler.</p>
<h2><a name="History"></a>What's new / History</h2>
<p style="margin-bottom:-15px;"><b>2.64.1</b> <small>(2025-02-02)</small></p>
<ul>
<li>Interactive entry of password fixed</li>
</ul>
<p style="margin-bottom:-15px;"><b>2.64.0</b> <small>(2025-01-19)</small></p>
<ul>
<li>New version numbering: The minor version number directly indicates the newest supported
Inno Setup version</li>
<li>Added support for IS 6.4</li>
</ul>
<p style="margin-bottom:-15px;"><b>1.77</b> <small>(2024-12-01)</small></p>
<ul>
<li>Modifications to support color display in Windows GUI for Inno Setup Unpacker</li>
@@ -577,23 +587,21 @@ Exit codes: 0 no errors
<h2><a name="Copyrights"></a>Copyrights and licensing</h2>
<p>&copy; 2004-2019 QuickeneR, 2009-2020 Ariman<br>
<p>&copy; 2004-2019 QuickeneR, 2009-2020 Ariman, 2020 - 2025 J. Rathlev<br>
This program is licensed under the terms of the <a href="http://www.gnu.org/copyleft/gpl.html">
GNU General Public License (GPL)</a>. A copy of the license is included with the source files.<br>
If you distribute innounp on the WWW, please put a link to its home page,
<a href="http://innounp.sourceforge.net" target="_blank">http://innounp.sourceforge.net</a></p>
<p>Converted to Delphi 10 (Unicode), J. Rathlev 2022 - <i>Versions 1.xx</i>&nbsp;
<p>Converted to Delphi 10 (Unicode), J. Rathlev 2022 - <i>Versions 1.xx / 2.xx</i>&nbsp;
(<a href="https://www.rathlev-home.de/index-e.html?home-e.html#unpack" target="_blank">Web site</a>)</p>
<p>Over 90% of code is ripped from Inno Setup which is Copyright &copy; 1997-2024 Jordan
<p>Over 90% of code is ripped from Inno Setup which is Copyright &copy; 1997-2025 Jordan
Russell. All rights reserved.<br>
Portions &copy; 2000-2024 Martijn Laan. All rights reserved.<br>
Portions &copy; 2000-2025 Martijn Laan. All rights reserved.<br>
See <a href="http://www.jrsoftware.org">http://www.jrsoftware.org</a> for details.</p>
<p>Contains zlib code, &copy; 1995-2005 Jean-loup Gailly and Mark Adler.</p>
<p>Contains bzip2 code, &copy; 1996-2009 Julian R Seward. All rights reserved.</p>
<p>Contains LZMA code, &copy; 1999-2009 Igor Pavlov.</p>
<hr width=20% align=left style="margin-left: 5%">
<p>Innerfuse Pascal Script is &copy; 2000-2004 by Carlo Kok, Innerfuse.</p>
<p>StripReloc is Copyright &copy; 1999-2005 Jordan Russell, www.jrsoftware.org</p>
<p>Compiled with <a href="https://www.embarcadero.com/products/delphi" target="_blank">
Embarcadero Delphi 10 Seattle</a> &reg;.</p>
<hr>