-
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow vendors to specify custom templates without changing GUID (#949)
* base commit for msft branding * fixed feature and branding names in msft openjdk templates * Fixed CRLF in en-us msft template * Set 'microsoft' to be acceptable jvm string * Set 'microsoft' to be acceptable jvm string in comments * Now using TEMPLATE_NAME var
- Loading branch information
Showing
9 changed files
with
79 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<WixLocalization Culture="de-de" Codepage="1252" xmlns="http://wixtoolset.org/schemas/v4/wxl"> | ||
<!-- Microsoft does not currently support JREs --> | ||
<String Id="JDKFeatureMainName" Value="{vendor_branding}" /> | ||
<String Id="JDKFeatureMainDescription" Value="{vendor_branding} " /> | ||
<String Id="JDKProductName" Value="{vendor_branding} " /> | ||
<String Id="JDKPackageDescription" Value="{vendor_branding}" /> | ||
</WixLocalization> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<WixLocalization Culture="en-us" xmlns="http://wixtoolset.org/schemas/v4/wxl"> | ||
<!-- Microsoft does not currently support JREs --> | ||
<String Id="JDKFeatureMainName" Value="{vendor_branding}" /> | ||
<String Id="JDKFeatureMainDescription" Value="{vendor_branding} " /> | ||
<String Id="JDKProductName" Value="{vendor_branding} " /> | ||
<String Id="JDKPackageDescription" Value="{vendor_branding}" /> | ||
</WixLocalization> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<WixLocalization Culture="es-es" Codepage="1252" xmlns="http://wixtoolset.org/schemas/v4/wxl"> | ||
<!-- Microsoft does not currently support JREs --> | ||
<String Id="JDKFeatureMainName" Value="{vendor_branding}" /> | ||
<String Id="JDKFeatureMainDescription" Value="{vendor_branding} " /> | ||
<String Id="JDKProductName" Value="{vendor_branding} " /> | ||
<String Id="JDKPackageDescription" Value="{vendor_branding}" /> | ||
</WixLocalization> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<WixLocalization Culture="fr-fr" Codepage="1252" xmlns="http://wixtoolset.org/schemas/v4/wxl"> | ||
<!-- Microsoft does not currently support JREs --> | ||
<String Id="JDKFeatureMainName" Value="{vendor_branding}" /> | ||
<String Id="JDKFeatureMainDescription" Value="{vendor_branding} " /> | ||
<String Id="JDKProductName" Value="{vendor_branding} " /> | ||
<String Id="JDKPackageDescription" Value="{vendor_branding}" /> | ||
</WixLocalization> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<WixLocalization Culture="ja-jp" Codepage="932" xmlns="http://wixtoolset.org/schemas/v4/wxl"> | ||
<!-- Microsoft does not currently support JREs --> | ||
<String Id="JDKFeatureMainName" Value="{vendor_branding}" /> | ||
<String Id="JDKFeatureMainDescription" Value="{vendor_branding} " /> | ||
<String Id="JDKProductName" Value="{vendor_branding} " /> | ||
<String Id="JDKPackageDescription" Value="{vendor_branding}" /> | ||
</WixLocalization> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<WixLocalization Culture="zh-cn" Codepage="936" xmlns="http://wixtoolset.org/schemas/v4/wxl"> | ||
<!-- Microsoft does not currently support JREs --> | ||
<String Id="JDKFeatureMainName" Value="{vendor_branding}" /> | ||
<String Id="JDKFeatureMainDescription" Value="{vendor_branding} " /> | ||
<String Id="JDKProductName" Value="{vendor_branding} " /> | ||
<String Id="JDKPackageDescription" Value="{vendor_branding}" /> | ||
</WixLocalization> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<WixLocalization Culture="zh-tw" Codepage="950" xmlns="http://wixtoolset.org/schemas/v4/wxl"> | ||
<!-- Microsoft does not currently support JREs --> | ||
<String Id="JDKFeatureMainName" Value="{vendor_branding}" /> | ||
<String Id="JDKFeatureMainDescription" Value="{vendor_branding} " /> | ||
<String Id="JDKProductName" Value="{vendor_branding} " /> | ||
<String Id="JDKPackageDescription" Value="{vendor_branding}" /> | ||
</WixLocalization> |