aboutsummaryrefslogtreecommitdiff
path: root/src/setup/WixAdditionalTools/WixAdditionalTools.wxl
blob: 9c1264a2f1ff7388ae697368d5f016bbfa21cd15 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!-- 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. -->

<WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl">
    <String Id="Company" Overridable="yes" Value=".NET Foundation" />
    <String Id="Copyright" Overridable="yes" Value="Copyright (c) .NET Foundation and contributors. All rights reserved." />
    <String Id="Name" Overridable="yes" Value="WiX Toolset Additional Tools" />
    <String Id="Regid" Overridable="yes" Value="wixtoolset.org" />
    <String Id="AboutUrl" Overridable="yes" Value="https://wixtoolset.org/" />
    <String Id="SupportUrl" Overridable="yes" Value="https://wixtoolset.org/docs/gethelp/" />
    <String Id="UpdateUrl" Overridable="yes" Value="https://wixtoolset.org/releases/feeds/wix-additional-tools-$(SetupDashedMajorMinorVersion)$(SetupDashedPrerelease).feed" />
</WixLocalization>