Files
2017-10-07 08:16:49 +01:00

20 lines
686 B
XML

<?xml version="1.0" encoding="utf-8"?>
<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization">
<String Id="Company">AngelSix</String>
<String Id="ProductNameFolder">ConsoleApp</String>
<String Id="ProductName_x86">Console App (32bit)</String>
<String Id="ProductName_x64">Console App (64bit)</String>
<String Id="Description">This is a description</String>
<String Id="Comments">Some comment</String>
<String Id="Keywords">dotnet,core,application,installer</String>
<String Id="DowngradeErrorMessage">A newer version of Console App is already installed.</String>
<String Id="Language">1033</String>
</WixLocalization>