|
@@ -71,7 +71,7 @@
|
|
|
<contentstopic title="Uninstaller Command Line Parameters" topic="uninstcmdline" />
|
|
|
<contentstopic title="Uninstaller Exit Codes" topic="uninstexitcodes" />
|
|
|
<contentstopic title="Unsafe Files" topic="unsafefiles" />
|
|
|
- <contentstopic title="Credits" topic="credits" />
|
|
|
+ <contentstopic title="Contributors" topic="credits" />
|
|
|
<contentstopic title="Support Inno Setup" topic="donate" />
|
|
|
</contentsheading>
|
|
|
</contents>
|
|
@@ -92,7 +92,7 @@
|
|
|
</p>
|
|
|
|
|
|
<p><br/>
|
|
|
-Inno Setup is a <i>free</i> installer for Windows programs. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers in feature set and stability.</p>
|
|
|
+Inno Setup is a <i>free</i> installer for Windows programs by Jordan Russell and Martijn Laan. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers in feature set and stability.</p>
|
|
|
|
|
|
<p><br/>
|
|
|
<b><i>Key features:</i></b></p>
|
|
@@ -2960,6 +2960,8 @@ Filename: "{win}\MYPROG.INI"; Section: "InstallSettings"; Key: "InstallPath"; St
|
|
|
<p>Optionally you could also use the <tt>skipifsilent</tt> and <tt>skipifnotsilent</tt> flags and make your application aware of a '/updated' parameter to for example show a nice message box to inform the user that the update has completed.</p>
|
|
|
</li>
|
|
|
|
|
|
+<li>Inno Setup's own installers accept an additional /PORTABLE=1 command line parameter to enable portable mode.</li>
|
|
|
+
|
|
|
</ul>
|
|
|
|
|
|
</body>
|
|
@@ -3462,10 +3464,12 @@ Keep the default set of selected tasks, but deselect the "desktopicon" task:<br/
|
|
|
|
|
|
|
|
|
|
|
|
-<topic name="credits" title="Credits">
|
|
|
-<keyword value="Credits" />
|
|
|
+<topic name="credits" title="Contributers">
|
|
|
+<keyword value="Contributers" />
|
|
|
<body>
|
|
|
|
|
|
+<p>Currently (since 5.4.3) Inno Setup is maintained by Martijn Laan.</p>
|
|
|
+
|
|
|
<p>The following is a list of those who have contributed significant code to the Inno Setup project, or otherwise deserve special recognition:</p>
|
|
|
|
|
|
<ul>
|
|
@@ -3476,25 +3480,23 @@ Keep the default set of selected tasks, but deselect the "desktopicon" task:<br/
|
|
|
|
|
|
<li>Igor Pavlov: Creator of the <extlink href="http://www.7-zip.org/sdk.html">LZMA</extlink> compression library that Inno Setup uses.</li>
|
|
|
|
|
|
-<li>?: Most of the disk spanning code (1.09). (Sorry, somehow your name was lost!)</li>
|
|
|
-
|
|
|
<li>Vince Valenti: Most of the code for the "Window" <tt>[Setup]</tt> section directives (1.12.4).</li>
|
|
|
|
|
|
-<li>Joe White: Code for ChangesAssociations <tt>[Setup]</tt> section directive (1.2.?).</li>
|
|
|
+<li>Joe White: Code for ChangesAssociations <tt>[Setup]</tt> section directive (1.2).</li>
|
|
|
|
|
|
-<li>Jason Olsen: Most of the code for <link topic="appendnotes">appending to existing uninstall logs</link> (1.3.0).</li>
|
|
|
+<li>Jason Olsen: Most of the code for <link topic="appendnotes">appending to existing uninstall logs</link> (1.3).</li>
|
|
|
|
|
|
-<li>Martijn Laan: Code for Rich Edit 2.0 & URL detection support (1.3.13); silent uninstallation (1.3.25); system image list support in drive and directory lists (1.3.25); silent installation (2.0.0); <tt>[Types]</tt>, <tt>[Components]</tt> and <tt>[Tasks]</tt> sections (2.0.0); <tt>postinstall</tt> flag (2.0.0); <tt>[Code]</tt> section (4.0.0); Subcomponents and subtasks support (4.0.0); Many other features after 4.0.0.</li>
|
|
|
+<li>Martijn Laan: Rich Edit 2.0 & URL detection support (1.3.13); Silent uninstallation (1.3.25); System image list support in drive and directory lists (1.3.25); Silent installation (2.0); The <tt>[Types]</tt>, <tt>[Components]</tt> and <tt>[Tasks]</tt> sections (2.0); The <tt>postinstall</tt> flag (2.0); The <tt>[Code]</tt> section (4.0); Subcomponents and subtasks support (4.0); Many other features after 4.0.</li>
|
|
|
|
|
|
-<li>Alex Yackimoff: Portions of <link topic="scriptclasses" anchor="TNewCheckListBox">TNewCheckListBox</link> (4.0.0).</li>
|
|
|
+<li>Alex Yackimoff: Portions of <link topic="scriptclasses" anchor="TNewCheckListBox">TNewCheckListBox</link> (4.0).</li>
|
|
|
|
|
|
-<li>Carlo Kok: <extlink href="http://www.remobjects.com/ps">RemObjects Pascal Script</extlink> (4.0.0).</li>
|
|
|
+<li>Carlo Kok: <extlink href="http://www.remobjects.com/ps">RemObjects Pascal Script</extlink> (4.0).</li>
|
|
|
|
|
|
-<li>Creators of <extlink href="http://synedit.sourceforge.net/">SynEdit</extlink>: The syntax-highlighting editor used in the Compiler (2.0.0).</li>
|
|
|
+<li>Creators of <extlink href="http://synedit.sourceforge.net/">SynEdit</extlink>: The syntax-highlighting editor used in the Compiler (2.0 - 5.2.4).</li>
|
|
|
|
|
|
-<li>Creators of <extlink href="http://mh-nexus.de/en/unisynedit.php">UniSynEdit</extlink>: The syntax-highlighting editor used in the Compiler (5.3.0).</li>
|
|
|
+<li>Creators of <extlink href="http://mh-nexus.de/en/unisynedit.php">UniSynEdit</extlink>: The syntax-highlighting editor used in the Compiler (5.3 - 5.3.11).</li>
|
|
|
|
|
|
-<li>Creators of <extlink href="http://www.scintilla.org/">Scintilla</extlink>: The syntax-highlighting editor used in the Compiler (5.4.0).</li>
|
|
|
+<li>Creators of <extlink href="http://www.scintilla.org/">Scintilla</extlink>: The syntax-highlighting editor used in the Compiler (5.4).</li>
|
|
|
|
|
|
<li><extlink href="http://www.glyfx.com/">glyFX</extlink>: The Inno Setup logo, the compiler icon, the document icon, the Inno Setup installer wizard images and the images for the IDE's toolbar. 128x128 and 256x256 icon sizes by Motaz Alnuweiri.</li>
|
|
|
|