main
wxl 11 lines 362 Bytes
Raw
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4 This file contains the declaration of all the localizable strings.
5 -->
6 <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US">
7
8 <String Id="DowngradeError" Value="A newer version of [ProductName] is already installed." />
9 <String Id="FeatureTitle" Value="MsiPackage" />
10
11 </WixLocalization>