add new compatible setup project

for wix 3.14 and vs 2019
This commit is contained in:
Jonathan Jenne
2020-02-03 15:01:36 +01:00
parent 9fcb8ef435
commit eea8241375
5 changed files with 325 additions and 7 deletions

9
app/SetupVS19/Config.wxi Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define ProgramName="DD_PM_WINDREAM"?>
<?define ProductName="Process Manager"?>
<?define Manufacturer="Digital Data"?>
<?define Description="Beschreibung des Programms"?>
<?define Comments="Kommentar wie Copyright-Hinweis"?>
<?define UpgradeCode="21ECB2F2-574B-4F4C-8889-A1CA2CEB2455"?>
</Include>