| 1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
| 2 | |
| 3 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl"> |
| 4 | <String Id="Company" Overridable="yes" Value=".NET Foundation" /> |
| 5 | <String Id="Copyright" Overridable="yes" Value="Copyright (c) .NET Foundation and contributors. All rights reserved." /> |
| 6 | <String Id="Name" Overridable="yes" Value="WiX Toolset Additional Tools" /> |
| 7 | <String Id="Regid" Overridable="yes" Value="wixtoolset.org" /> |
| 8 | <String Id="AboutUrl" Overridable="yes" Value="https://wixtoolset.org/" /> |
| 9 | <String Id="LicenseUrl" Overridable="yes" Value="https://wixtoolset.org/about/license/" /> |
| 10 | <String Id="SupportUrl" Overridable="yes" Value="https://wixtoolset.org/docs/gethelp/" /> |
| 11 | <String Id="UpdateUrl" Overridable="yes" Value="https://wixtoolset.org/releases/feeds/wix-additional-tools-$(SetupDashedMajorMinorVersion)$(SetupDashedPrerelease).feed" /> |
| 12 | </WixLocalization> |