Wix Installer

This commit is contained in:
Unknown
2017-10-07 08:16:49 +01:00
parent 6b53e1a009
commit cecd38ea3d
13 changed files with 1213 additions and 0 deletions

View File

@ -0,0 +1,19 @@
<?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>