diff --git a/installer/wix/bundle.wxs b/installer/wix/bundle.wxs
index 2d6fbc24a..f29243696 100644
--- a/installer/wix/bundle.wxs
+++ b/installer/wix/bundle.wxs
@@ -2,11 +2,11 @@
-
+
-
+
@@ -56,5 +56,4 @@
InstallCondition='NOT PYTHONVERSION AND LocalPythonCheckbox = "1"' />
-
-
\ No newline at end of file
+
diff --git a/installer/wix/create-installer.sh b/installer/wix/create-installer.sh
index a84605ae0..e4f501f85 100644
--- a/installer/wix/create-installer.sh
+++ b/installer/wix/create-installer.sh
@@ -1,9 +1,8 @@
#!/bin/bash
+export PATH="/c/Program Files (x86)/WiX Toolset v3.11/bin":$PATH$
candle knossos.wxs && light knossos.wixobj
candle bundle.wxs -ext WixBalExtension -ext WixUtilExtension && light bundle.wixobj -ext WixBalExtension
-
-#signing process:
-#insignia -ib bundle.exe -o engine.exe
-# ... sign engine.exe with e.g. signtool engine.exe
-#insignia -ab engine.exe bundle.exe -o bundle.exe
-# ... sign bundle.exe with e.g. signtool bundle.exe
+insignia.exe -ib bundle.exe -o engine.exe
+read -n1 -r -p "sign engine.exe then press a key"
+insignia -ab engine.exe bundle.exe -o bundle.exe
+read -n1 -r -p "sign bundle.exe then press a key"
diff --git a/installer/wix/knossos.wxs b/installer/wix/knossos.wxs
index 24625df3d..7b867206a 100644
--- a/installer/wix/knossos.wxs
+++ b/installer/wix/knossos.wxs
@@ -1,7 +1,7 @@
-
+
INSTALLSHORTCUT = "1"
-
+
@@ -59,13 +59,12 @@ Upgrade Code should remain always the same! -->
-
+
@@ -85,7 +84,7 @@ Upgrade Code should remain always the same! -->
-
-
+
+
-
\ No newline at end of file
+