corretto-8 icon indicating copy to clipboard operation
corretto-8 copied to clipboard

MSI Installer Options

Open srivalla opened this issue 4 years ago • 3 comments

Do we have a page similar to https://adoptopenjdk.net/installation.html?variant=openjdk8&jvmVariant=hotspot#windows-msi that describes all the features, options, parameters etc, ?

srivalla avatar Aug 14 '20 15:08 srivalla

@srivalla Currently we don't have such page as Corretto MSI doesn't bundle optional features like IcedTeaWeb or updating JavaSoft.

jguo11 avatar Aug 14 '20 17:08 jguo11

I followed some instructions in https://stackoverflow.com/questions/7302251/determine-if-msi-exe-supports-certain-flag-argument and so far came across features like FeatureMain,FeatureSetupJavaHome,FeatureSetupEnv,FeatureAddPath

custom path install

Property(C): CorrettoJDK = c:\jdk8\jdk1.8.0_265
Property(C): CorrettoJRE = c:\jdk8\jre8
Property(C): INSTALLDIR = c:\jdk8\

so wondering what call can we pass as custom msiexec options

srivalla avatar Aug 14 '20 18:08 srivalla