From 3fab9c040224fe41d577aad267bbc54984cee722 Mon Sep 17 00:00:00 2001
From: Christoph Stahl <christoph.stahl@tu-dortmund.de>
Date: Sun, 16 Feb 2025 00:09:18 +0100
Subject: [PATCH] add gui to installer

---
 resources/windows/syng.wxs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/resources/windows/syng.wxs b/resources/windows/syng.wxs
index 5af2881..b3fe5f1 100644
--- a/resources/windows/syng.wxs
+++ b/resources/windows/syng.wxs
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
+<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">
     <Package Language="1033"
              Manufacturer="Syng.Rocks!"
              Name="Syng"
@@ -8,6 +8,7 @@
              Version="2.1.0">
         <MediaTemplate EmbedCab="yes" />
         <MajorUpgrade DowngradeErrorMessage="A later version of [ProductName] is already installed. Setup will now exit." />
+        <ui:WixUI Id="WixUI_InstallDir" InstallDirectory="INSTALLFOLDER" />
         <Icon Id="syng.ico" SourceFile="..\syng.ico"/>
         <Property Id="ARPPRODUCTICON" Value="syng.ico" />
         <StandardDirectory Id="ProgramFilesFolder">