From f7d1e22e4e8a9b87fbceeec8387096309649d62e Mon Sep 17 00:00:00 2001 From: Craig Raw Date: Mon, 10 May 2021 13:39:40 +0200 Subject: [PATCH] use custom wix installation file --- src/main/deploy/package/windows/main.wxs | 163 +++++++++++++++++++++++ 1 file changed, 163 insertions(+) create mode 100644 src/main/deploy/package/windows/main.wxs diff --git a/src/main/deploy/package/windows/main.wxs b/src/main/deploy/package/windows/main.wxs new file mode 100644 index 00000000..0703949d --- /dev/null +++ b/src/main/deploy/package/windows/main.wxs @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + 1 + + + !(loc.message.install.dir.exist) + + + + + + + + 1 + INSTALLDIR_VALID="0" + INSTALLDIR_VALID="1" + + + + 1 + 1 + + + + + + + + + + + + + + + + + \ No newline at end of file