start working on an installer

This commit is contained in:
Ferdinand Schober
2025-03-16 11:46:00 +01:00
committed by Ferdinand Schober
parent 5736919f89
commit acb067bfde
7 changed files with 49 additions and 0 deletions

7
wix/Folders.wxs Normal file
View File

@@ -0,0 +1,7 @@
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
<Fragment>
<StandardDirectory Id="ProgramFiles64Folder">
<Directory Id="INSTALLFOLDER" Name="!(bind.Property.Manufacturer) !(bind.Property.ProductName)" />
</StandardDirectory>
</Fragment>
</Wix>