Wix Installer
This commit is contained in:
@ -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>
|
||||
Reference in New Issue
Block a user