Skip to content
New issue

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

Modify the feature description to fit in the installation window #732 #791

Merged
merged 4 commits into from
Feb 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Modify the feature description to fit in the installation window #732
Modify the feature description to fit in the installation window #732

Signed-off-by: adipiciu <[email protected]>
adipiciu authored Jan 9, 2024
commit 02919da368f045671cb64925dd637a48e00b7f25
2 changes: 1 addition & 1 deletion wix/Lang/OpenJDK.Base.en-us.wxl.template
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
<String Id="FeatureJarFileRunWithDescription">Associate .jar files to run with {vendor_branding}</String>
<String Id="DowngradeDenied">"A later version of [ProductName] is already installed. Setup will now exit."</String>
<String Id="FeatureOracleJavaSoftName">JavaSoft (Oracle) registry keys</String>
<String Id="FeatureOracleJavaSoftDescription">Overwrites the reg keys HKLM\Software\JavaSoft (Oracle). After uninstallation of {vendor_branding}, Oracle Java running from PATH "C:\Program Files (x86)\Common Files\Oracle\Java\javapath" does not work. You need to reinstall it to recreate these registry keys</String>
<String Id="FeatureOracleJavaSoftDescription">Overwrites the reg keys HKLM\Software\JavaSoft (Oracle). After uninstallation of Temurin, Oracle Java needs to be reinstalled to re-create these registry keys.</String>
<String Id="FeatureIcedTeaWebTitle">IcedTea-Web</String>
<String Id="FeatureIcedTeaWebDescription">Install the IcedTea-Web package</String>
<String Id="FeatureJNLPFileRunWithTitle">Associate .jnlp</String>