mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-16 18:18:04 +02:00
innounp.exe updated to v2.64.1, supports inno setup up to 6.4.0
This commit is contained in:
@@ -133,10 +133,10 @@ 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 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
|
<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.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
|
<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
|
for making software installations. Unfortunately, there is no official unpacker - the
|
||||||
only method of getting the files out of the self-extracting executable
|
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>
|
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.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>
|
<p style="margin-bottom:-15px;"><b>1.77</b> <small>(2024-12-01)</small></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Modifications to support color display in Windows GUI for Inno Setup Unpacker</li>
|
<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>
|
<h2><a name="Copyrights"></a>Copyrights and licensing</h2>
|
||||||
<p>© 2004-2019 QuickeneR, 2009-2020 Ariman<br>
|
<p>© 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">
|
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>
|
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,
|
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>
|
<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>
|
<p>Converted to Delphi 10 (Unicode), J. Rathlev 2022 - <i>Versions 1.xx / 2.xx</i>
|
||||||
(<a href="https://www.rathlev-home.de/index-e.html?home-e.html#unpack" target="_blank">Web site</a>)</p>
|
(<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 © 1997-2024 Jordan
|
<p>Over 90% of code is ripped from Inno Setup which is Copyright © 1997-2025 Jordan
|
||||||
Russell. All rights reserved.<br>
|
Russell. All rights reserved.<br>
|
||||||
Portions © 2000-2024 Martijn Laan. All rights reserved.<br>
|
Portions © 2000-2025 Martijn Laan. All rights reserved.<br>
|
||||||
See <a href="http://www.jrsoftware.org">http://www.jrsoftware.org</a> for details.</p>
|
See <a href="http://www.jrsoftware.org">http://www.jrsoftware.org</a> for details.</p>
|
||||||
<p>Contains zlib code, © 1995-2005 Jean-loup Gailly and Mark Adler.</p>
|
<p>Contains zlib code, © 1995-2005 Jean-loup Gailly and Mark Adler.</p>
|
||||||
<p>Contains bzip2 code, © 1996-2009 Julian R Seward. All rights reserved.</p>
|
<p>Contains bzip2 code, © 1996-2009 Julian R Seward. All rights reserved.</p>
|
||||||
<p>Contains LZMA code, © 1999-2009 Igor Pavlov.</p>
|
<p>Contains LZMA code, © 1999-2009 Igor Pavlov.</p>
|
||||||
<hr width=20% align=left style="margin-left: 5%">
|
<hr width=20% align=left style="margin-left: 5%">
|
||||||
<p>Innerfuse Pascal Script is © 2000-2004 by Carlo Kok, Innerfuse.</p>
|
|
||||||
<p>StripReloc is Copyright © 1999-2005 Jordan Russell, www.jrsoftware.org</p>
|
|
||||||
<p>Compiled with <a href="https://www.embarcadero.com/products/delphi" target="_blank">
|
<p>Compiled with <a href="https://www.embarcadero.com/products/delphi" target="_blank">
|
||||||
Embarcadero Delphi 10 Seattle</a> ®.</p>
|
Embarcadero Delphi 10 Seattle</a> ®.</p>
|
||||||
<hr>
|
<hr>
|
||||||
|
Reference in New Issue
Block a user