aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/DialogsInInstallUISequence/Package.en-us.wxl
blob: 77d46861aaebbd12954ecbed20a7b2cbb3376da2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>

<!--
This file contains the declaration of all the localizable strings.
-->
<WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US">

  <String Id="DowngradeError">A newer version of [ProductName] is already installed.</String>
  <String Id="FeatureTitle">MsiPackage</String>
  <String Id="CustomFontName"><!-- NameComment -->Tahoma</String>
  <String Id="CustomFontSize"><!-- SizeComment -->8</String>

</WixLocalization>