modernize setup

This commit is contained in:
Jonathan Jenne
2019-06-28 11:50:03 +02:00
parent 2bd7ff9d2c
commit df2b0a6dd0
3 changed files with 215 additions and 162 deletions

10
SetupWix/Config.wxi Normal file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<!-- TODO: Put your code here. -->
<?define ProgramName="Global_Indexer"?>
<?define ProductName="Global Indexer"?>
<?define Manufacturer="Digital Data"?>
<?define Description="Beschreibung des Programms"?>
<?define Comments="Kommentar wie Copyright-Hinweis"?>
<?define UpgradeCode="{930076B5-9D2B-455F-920F-9718ED091D0C}"?>
</Include>