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