Add HTMLInfoPanel as first panel in installer sequence. This warns the user about the necessity of a 32-bit JRE and points to the RomRaider Troubleshooting forum.

This commit is contained in:
lizzardo 2012-12-29 09:17:27 -08:00 committed by Fred Cooke
parent c07009c101
commit 4905bd8962
5 changed files with 31 additions and 3 deletions

24
jre_warning.html Normal file
View File

@ -0,0 +1,24 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Java Runtime Warning</title>
</head>
<body>
<center>
<h1>Java Runtime Warning</h1>
<p>This application and its installer both require a 32-bit Java Runtime Environment, even if
the operating system is 64-bit.</p>
<p>If this installer is run with a 64-bit version of Java, it will not complete successfully.</p>
<p>If RomRaider is run with a 64-bit version of Java, it will not function properly.</p>
<p>Please ensure that a 32-bit version of Java with a minimum version of 1.6 is installed.</p>
<p>For further information, please consult the <a href="http://www.romraider.com/forum/viewforum.php?f=5">RomRaider Troubleshooting Forum</a></p>
</center>
</body>
</html>

View File

@ -19,11 +19,13 @@
</locale>
<resources>
<res id="LicencePanel.licence" src="license.txt"/>
<res id="HTMLInfoPanel.info" src="jre_warning.html"/>
<res id="InfoPanel.info" src="release_notes.txt"/>
<res id="shortcutSpec.xml" src="build/dist/shortcutSpec-linux.xml"/>
</resources>
<panels>
<panel classname="HTMLInfoPanel"/>
<panel classname="InfoPanel"/>
<panel classname="LicencePanel"/>
<panel classname="TargetPanel"/>

View File

@ -19,11 +19,13 @@
</locale>
<resources>
<res id="LicencePanel.licence" src="license.txt"/>
<res id="HTMLInfoPanel.info" src="jre_warning.html"/>
<res id="InfoPanel.info" src="release_notes.txt"/>
<res id="shortcutSpec.xml" src="build/dist/shortcutSpec-windows.xml"/>
</resources>
<panels>
<panel classname="HTMLInfoPanel"/>
<panel classname="InfoPanel"/>
<panel classname="LicencePanel"/>
<panel classname="TargetPanel"/>

View File

@ -16,7 +16,7 @@
<icon>../../graphics/romraider-ico.ico</icon>
<jre>
<path></path>
<minVersion>1.5.0</minVersion>
<minVersion>1.6.0</minVersion>
<maxVersion></maxVersion>
<dontUsePrivateJres>false</dontUsePrivateJres>
<initialHeapSize>0</initialHeapSize>

View File

@ -15,8 +15,8 @@
<stayAlive>false</stayAlive>
<icon>../../graphics/romraider-ico.ico</icon>
<jre>
<path></path>
<minVersion>1.5.0</minVersion>
<path>../../3rdparty/jre</path>
<minVersion>1.6.0</minVersion>
<maxVersion></maxVersion>
<dontUsePrivateJres>false</dontUsePrivateJres>
<initialHeapSize>0</initialHeapSize>