corretto-8
corretto-8 copied to clipboard
MSI Installer Options
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 Currently we don't have such page as Corretto MSI doesn't bundle optional features like IcedTeaWeb or updating JavaSoft.
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