Skip to content

Commit

Permalink
Update title/description of env vars in MSI installer (#945)
Browse files Browse the repository at this point in the history
* Update OpenJDK.Base.en-us.wxl.template

* Update wix/Lang/OpenJDK.Base.en-us.wxl.template

Co-authored-by: jmjaffe37 <[email protected]>

* Update OpenJDK.Base.en-us.wxl.template

---------

Co-authored-by: jmjaffe37 <[email protected]>
  • Loading branch information
brunoborges and jmjaffe37 authored Jul 15, 2024
1 parent cf56ea0 commit 6182076
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions wix/Lang/OpenJDK.Base.en-us.wxl.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<String Id="OSVersionRequired" Value="Windows 7 or later is required." />
<!-- <String Id="NewerVersionInstalled">Newer version of OpenJDK is already installed.</String> -->
<String Id="ProductIsNotSupportedOnItanium" Value="This product is not supported on Itanium 64-bit systems." />
<String Id="FeatureEnvironmentTitle" Value="Add to PATH" />
<String Id="FeatureEnvironmentDescription" Value="Add to PATH environment variable." />
<String Id="FeatureJavaHomeTitle" Value="Set JAVA_HOME variable" />
<String Id="FeatureJavaHomeDescription" Value="Set JAVA_HOME environment variable." />
<String Id="FeatureEnvironmentTitle" Value="Modify PATH variable" />
<String Id="FeatureEnvironmentDescription" Value="Modify PATH environment variable by prepending the JDK installation directory to the beginning of PATH." />
<String Id="FeatureJavaHomeTitle" Value="Set or override JAVA_HOME variable" />
<String Id="FeatureJavaHomeDescription" Value="Sets or overrides JAVA_HOME environment variable with the JDK installation directory." />
<String Id="FeatureSourceTitle" Value="Source Code" />
<String Id="FeatureSourceDescription" Value="Source code for classes that comprise the public API of Java." />
<String Id="FeatureJarFileRunWithTitle" Value="Associate .jar" />
Expand All @@ -26,4 +26,5 @@
<String Id="CustomScopeDlgTitle" Value="{\WixUI_Font_Title}Installation Scope" />
<String Id="CustomScopeDlgPerUser" Value="Install &amp;just for you ([LogonUser])" />
<String Id="CustomScopeDlgPerMachine" Value="Install for all users of this &amp;machine" />
<String Id="BrowseDlg_Title" Value="[ProductName] Browse" />
</WixLocalization>

0 comments on commit 6182076

Please sign in to comment.