From 0a8a9e1e53ce2820ba41f57be7cb64b2cb6327d4 Mon Sep 17 00:00:00 2001 From: Anna Clemens Date: Thu, 24 Dec 2020 04:54:51 -0500 Subject: [PATCH] feat(installer): add ui and allow upgrades correctly --- XIVChat Desktop Installer/Product.wxs | 43 ++++++++++++++++--- .../XIVChat Desktop Installer.wixproj | 4 ++ 2 files changed, 40 insertions(+), 7 deletions(-) diff --git a/XIVChat Desktop Installer/Product.wxs b/XIVChat Desktop Installer/Product.wxs index 1b72475..a6cb20b 100644 --- a/XIVChat Desktop Installer/Product.wxs +++ b/XIVChat Desktop Installer/Product.wxs @@ -1,17 +1,38 @@ - - + + + + + + 1 + + + 1 + + + @@ -26,18 +47,26 @@ - + - + - - diff --git a/XIVChat Desktop Installer/XIVChat Desktop Installer.wixproj b/XIVChat Desktop Installer/XIVChat Desktop Installer.wixproj index 7c30695..438ae81 100644 --- a/XIVChat Desktop Installer/XIVChat Desktop Installer.wixproj +++ b/XIVChat Desktop Installer/XIVChat Desktop Installer.wixproj @@ -27,6 +27,10 @@ $(WixExtDir)\WixBalExtension.dll WixBalExtension + + $(WixExtDir)\WixUIExtension.dll + WixUIExtension +