mirror of https://github.com/sbt/sbt.git
Removed 32-bit java version check for 64-bit support
This commit is contained in:
parent
f529e2a63e
commit
d1298a8d36
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue