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