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'/>
|
<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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue