From 6d464f5e4babbd9abd8f5c999d422c6e005616a8 Mon Sep 17 00:00:00 2001 From: "Azamat H. Hackimov" Date: Thu, 29 Jun 2017 00:29:40 +0500 Subject: [PATCH] Complete MSI packaging Added task handling. --- .gitignore | 3 ++ SetupWufuc/Product.wxs | 92 +++++++++++++++++++---------------- SetupWufuc/SetupWufuc.wixproj | 4 ++ 3 files changed, 57 insertions(+), 42 deletions(-) diff --git a/.gitignore b/.gitignore index f1e3d20..7b378af 100644 --- a/.gitignore +++ b/.gitignore @@ -250,3 +250,6 @@ paket-files/ # JetBrains Rider .idea/ *.sln.iml + +# MSI +SetupWufuc/msi/ diff --git a/SetupWufuc/Product.wxs b/SetupWufuc/Product.wxs index 622fce4..284655a 100644 --- a/SetupWufuc/Product.wxs +++ b/SetupWufuc/Product.wxs @@ -34,6 +34,7 @@ Manufacturer="$(var.ProductAuthor)" Platform="$(var.Platform)" /> + @@ -43,7 +44,6 @@ - @@ -64,47 +64,20 @@ - - - - + + + + - - - - + + + + + + - - - + @@ -201,6 +174,9 @@ APPLICATIONFOLDER="" + + + - - + + + + + + + - NOT UPGRADINGPRODUCTCODE + NOT Installed + NOT Installed + REMOVE ~= "ALL" diff --git a/SetupWufuc/SetupWufuc.wixproj b/SetupWufuc/SetupWufuc.wixproj index 2df6216..73bc3c9 100644 --- a/SetupWufuc/SetupWufuc.wixproj +++ b/SetupWufuc/SetupWufuc.wixproj @@ -42,6 +42,10 @@ + + $(WixExtDir)\WixUtilExtension.dll + WixUtilExtension + $(WixExtDir)\WixUIExtension.dll WixUIExtension