add gui to installer

This commit is contained in:
Christoph Stahl 2025-02-16 00:09:18 +01:00
parent a5be76b752
commit 3fab9c0402

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?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" <Package Language="1033"
Manufacturer="Syng.Rocks!" Manufacturer="Syng.Rocks!"
Name="Syng" Name="Syng"
@ -8,6 +8,7 @@
Version="2.1.0"> Version="2.1.0">
<MediaTemplate EmbedCab="yes" /> <MediaTemplate EmbedCab="yes" />
<MajorUpgrade DowngradeErrorMessage="A later version of [ProductName] is already installed. Setup will now exit." /> <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"/> <Icon Id="syng.ico" SourceFile="..\syng.ico"/>
<Property Id="ARPPRODUCTICON" Value="syng.ico" /> <Property Id="ARPPRODUCTICON" Value="syng.ico" />
<StandardDirectory Id="ProgramFilesFolder"> <StandardDirectory Id="ProgramFilesFolder">