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