We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
can you please implement that the SapMachine installer sets the following registry values?
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\JavaSoft] [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\JavaSoft\Java Runtime Environment] "CurrentVersion"="11.0" [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\JavaSoft\Java Runtime Environment\11.0] "JavaHome"="C:\\Program Files\\SapMachine\\JDK\\11" "MicroVersion"="0"
Further Information: kaikramer/keystore-explorer#292
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hey there,
thanks for reaching out! I will check your request and get back soon with further information!
Sorry, something went wrong.
Hi, are you aware of the registry entries we already have? https://github.com/SAP/SapMachine-infrastructure/blob/master/wix-templates/SapMachine.jdk.wxs.template#L51 Reusing the proposed JavaSoft entries is a bit controversial because we might clash with other peoples software, this is not really what we would like to see.
Hi @MBaesken , I assume that either Oracle Java or SAPMachine is installed. Oracle Java is meanwhile not free for Corporate usage.
Before setting the registry entries I proposed the SAPMachine installer need to check if the value is not set or ask what to do.
No branches or pull requests
Hi,
can you please implement that the SapMachine installer sets the following registry values?
Further Information: kaikramer/keystore-explorer#292
Thank you in advance.
The text was updated successfully, but these errors were encountered: