Skip to content

Commit 9a15dc1

Browse files
committed
Added warning to use only Inno Setup v5, not v6
v6 fails to compile the setup script because it doesn't support compiling for Windows 2000 or XE. CodeSnip still targets these OSs
1 parent 70cd0a8 commit 9a15dc1

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Build.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,15 @@ <h3>
222222
</h3>
223223

224224
<p>
225-
The Unicode version of the Inno setup command line compiler is needed to
226-
create <em>CodeSnip</em>'s install program. v5.5.2(u) or later is required.
225+
The Unicode version of the Inno Setup <strong>v5</strong> command line
226+
compiler is needed to create <em>CodeSnip</em>'s install program. v5.5.2(u) or
227+
later is required.
228+
</p>
229+
230+
<p class="note">
231+
<strong>Warning:</strong> Do not use Inno Setup v6. This will fail to compile
232+
the setup script. Inno Setup 6 does not support Windows 2000 or XE, while
233+
<em>CodeSnip</em> still does.
227234
</p>
228235

229236
<p>

0 commit comments

Comments
 (0)