Removed 32-bit java version check for 64-bit support

This commit is contained in:
Josh Suereth 2012-02-15 07:05:52 -05:00
parent f529e2a63e
commit d1298a8d36
1 changed files with 2 additions and 2 deletions

View File

@ -223,7 +223,7 @@ object Packaging {
<ComponentRef Id='SbtLauncherPath'/>
</Feature>
</Feature>
<Property Id="JAVAVERSION">
<!--<Property Id="JAVAVERSION">
<RegistrySearch Id="JavaVersion"
Root="HKLM"
Key="SOFTWARE\Javasoft\Java Runtime Environment"
@ -232,7 +232,7 @@ object Packaging {
</Property>
<Condition Message="This application requires a JVM available. Please install Java, then run this installer again.">
<![CDATA[Installed OR JAVAVERSION]]>
</Condition>
</Condition>-->
<MajorUpgrade
AllowDowngrades="no"
Schedule="afterInstallInitialize"