Philippe Doussot
Philippe Doussot
What is the meaning of adding dedicated code that is not used by temurin build farm ? If we want something extensible maybe another approach without limiting to UCL will...
>Incorrect vendor name in MSI's. - We had to change the name to **Eclipse Foundation** and rebuild all MSI's. but https://github.com/adoptium/installer/issues/352 want to change it to "Adoptium" or "Eclipse Adoptium"...
Ok, I probably miss the "in the past"
Did we speak about automated/scripted smoke test here ? or just a manual check-list ?
Ok, I was speeking about the MSI installer :) for wich we have no test beside the Wix smoke.exe >Smoke | Runs validation checks on .msi or .msm files. I...
in #50 we discuss JAVA_HOME and JRE_HOME .. not JDK_HOME. JDK_HOME seems not widly used. Does any other OpenJDK vendor installer set it ? Does Oracle installer set JDK_HOME ?...
Did you always need it ? I don't see "Oracle Reg key" option on Microsoft OpenJDK build. I suppose you reuse the installer project. Have you forked it ?
No, Chinese is not the default language, but "Chinese language as used in Taiwan" must be the last added to the MSI: https://github.com/adoptium/installer/blob/master/wix/Lang/LanguageList.config Yes you can edit the MSI with...
Hi, > According to some Windows experts, the JDK path should be appended to the end of System's PATH, Source ? >or as a User's PATH variable. By default the...
The main problem here is probably that the default PATH update (prepend) is always done FeatureMain | Core AdoptOpenJDK installation (DEFAULT) FeatureEnvironment | Update the PATH environment variable (DEFAULT) If...