diff --git a/wix/.gitignore b/wix/.gitignore
index 0a079b6..38eac8c 100644
--- a/wix/.gitignore
+++ b/wix/.gitignore
@@ -1,2 +1,3 @@
/bin
-/obj
\ No newline at end of file
+/obj
+icon.ico
diff --git a/wix/LanMouseComponents.wxs b/wix/LanMouseComponents.wxs
index 666a8ce..c6d8800 100644
--- a/wix/LanMouseComponents.wxs
+++ b/wix/LanMouseComponents.wxs
@@ -9,9 +9,17 @@
Name="!(bind.Property.ProductName)"
Description ="Mouse and Keyboard sharing Software"
Target="[INSTALLFOLDER]lan-mouse.exe"
- WorkingDirectory="INSTALLFOLDER"/>
+ WorkingDirectory="INSTALLFOLDER">
+
+
-
+
diff --git a/wix/build.ps1 b/wix/build.ps1
new file mode 100644
index 0000000..9cf1f3e
--- /dev/null
+++ b/wix/build.ps1
@@ -0,0 +1,2 @@
+magick -background none -density 384 ..\lan-mouse-gtk\resources\de.feschber.LanMouse.svg -trim -define icon:auto-resize icon.ico
+dotnet build
diff --git a/wix/package.wxs b/wix/package.wxs
index dc1ff8c..4bbfd55 100644
--- a/wix/package.wxs
+++ b/wix/package.wxs
@@ -6,7 +6,7 @@
UpgradeCode="a330cd60-4c35-4a54-8bb6-75b3049b46c6">
-
+