From 4874fe93fddca539a320b5da2597d15a082434ad Mon Sep 17 00:00:00 2001 From: emoacht Date: Tue, 14 Jan 2025 23:33:11 +0900 Subject: [PATCH] Migrate WiX v3 to v4 --- Source/Installer/Installer.wixproj | 34 ++----------------- Source/Installer/Product.wxs | 53 +++++++++++++++--------------- 2 files changed, 28 insertions(+), 59 deletions(-) diff --git a/Source/Installer/Installer.wixproj b/Source/Installer/Installer.wixproj index 9f0d839..e23f540 100644 --- a/Source/Installer/Installer.wixproj +++ b/Source/Installer/Installer.wixproj @@ -1,29 +1,15 @@ - - + - Debug - x86 - 3.10 - 053f50a8-e2c9-4f92-ba1b-b8f71603585f - 2.0 Wifinian.Installer - Package - bin\$(Configuration)\ - obj\$(Configuration)\ Debug ICE69 - bin\$(Configuration)\ - obj\$(Configuration)\ False ICE69 - - - Wifinian @@ -35,10 +21,7 @@ - - $(WixExtDir)\WixUIExtension.dll - WixUIExtension - + @@ -47,17 +30,4 @@ - - - - - - \ No newline at end of file diff --git a/Source/Installer/Product.wxs b/Source/Installer/Product.wxs index 84d20ea..1e81c45 100644 --- a/Source/Installer/Product.wxs +++ b/Source/Installer/Product.wxs @@ -1,10 +1,8 @@ - - - + - + @@ -14,31 +12,31 @@ + - + - 1 - 1 + + + - - - - - + + + + - - + + - - - - - + + + + @@ -122,15 +120,15 @@ Source="$(var.Wifinian.TargetDir)" Name="StartupAgency.dll" KeyPath="yes"/> - - + - + - + @@ -183,7 +181,8 @@ - (NOT UPGRADINGPRODUCTCODE) AND (REMOVE="ALL") + - + \ No newline at end of file