Skip to content

Commit 6182076

Browse files
Update title/description of env vars in MSI installer (#945)
* Update OpenJDK.Base.en-us.wxl.template * Update wix/Lang/OpenJDK.Base.en-us.wxl.template Co-authored-by: jmjaffe37 <111303274+jmjaffe37@users.noreply.github.com> * Update OpenJDK.Base.en-us.wxl.template --------- Co-authored-by: jmjaffe37 <111303274+jmjaffe37@users.noreply.github.com>
1 parent cf56ea0 commit 6182076

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<String Id="OSVersionRequired" Value="Windows 7 or later is required." />
88
<!-- <String Id="NewerVersionInstalled">Newer version of OpenJDK is already installed.</String> -->
99
<String Id="ProductIsNotSupportedOnItanium" Value="This product is not supported on Itanium 64-bit systems." />
10-
<String Id="FeatureEnvironmentTitle" Value="Add to PATH" />
11-
<String Id="FeatureEnvironmentDescription" Value="Add to PATH environment variable." />
12-
<String Id="FeatureJavaHomeTitle" Value="Set JAVA_HOME variable" />
13-
<String Id="FeatureJavaHomeDescription" Value="Set JAVA_HOME environment variable." />
10+
<String Id="FeatureEnvironmentTitle" Value="Modify PATH variable" />
11+
<String Id="FeatureEnvironmentDescription" Value="Modify PATH environment variable by prepending the JDK installation directory to the beginning of PATH." />
12+
<String Id="FeatureJavaHomeTitle" Value="Set or override JAVA_HOME variable" />
13+
<String Id="FeatureJavaHomeDescription" Value="Sets or overrides JAVA_HOME environment variable with the JDK installation directory." />
1414
<String Id="FeatureSourceTitle" Value="Source Code" />
1515
<String Id="FeatureSourceDescription" Value="Source code for classes that comprise the public API of Java." />
1616
<String Id="FeatureJarFileRunWithTitle" Value="Associate .jar" />
@@ -26,4 +26,5 @@
2626
<String Id="CustomScopeDlgTitle" Value="{\WixUI_Font_Title}Installation Scope" />
2727
<String Id="CustomScopeDlgPerUser" Value="Install &amp;just for you ([LogonUser])" />
2828
<String Id="CustomScopeDlgPerMachine" Value="Install for all users of this &amp;machine" />
29+
<String Id="BrowseDlg_Title" Value="[ProductName] Browse" />
2930
</WixLocalization>

0 commit comments

Comments
 (0)