From 023c3bf8504456b5a395602a58585877d67e3514 Mon Sep 17 00:00:00 2001 From: "J. Ritchie Carroll" Date: Thu, 22 Feb 2024 16:54:52 -0600 Subject: [PATCH] SIEG-2: Updated installer to WiX 3.14.0 --- .../SIEGate/SIEGateSetup/SIEGateSetup.wixproj | 14 +++++++------- .../SIEGate/SIEGateSetup/packages.config | 2 +- Source/Dependencies/WiX/WixNetFxExtension.dll | Bin 290816 -> 0 bytes Source/Dependencies/WiX/WixUIExtension.dll | Bin 3653632 -> 0 bytes Source/Dependencies/WiX/WixUtilExtension.dll | Bin 864256 -> 0 bytes Source/SIEGate.sln | 12 ++---------- 6 files changed, 10 insertions(+), 18 deletions(-) delete mode 100644 Source/Dependencies/WiX/WixNetFxExtension.dll delete mode 100644 Source/Dependencies/WiX/WixUIExtension.dll delete mode 100644 Source/Dependencies/WiX/WixUtilExtension.dll diff --git a/Source/Applications/SIEGate/SIEGateSetup/SIEGateSetup.wixproj b/Source/Applications/SIEGate/SIEGateSetup/SIEGateSetup.wixproj index b030ae0b0b..11fbeaadb0 100644 --- a/Source/Applications/SIEGate/SIEGateSetup/SIEGateSetup.wixproj +++ b/Source/Applications/SIEGate/SIEGateSetup/SIEGateSetup.wixproj @@ -1,6 +1,6 @@  - + Debug x64 @@ -35,15 +35,15 @@ - ..\..\..\Dependencies\WiX\WixNetFxExtension.dll + $(SolutionDir)Dependencies\NuGet Packages\WiX.3.14.0\tools\WixNetFxExtension.dll WixNetFxExtension - ..\..\..\Dependencies\WiX\WixUtilExtension.dll + $(SolutionDir)Dependencies\NuGet Packages\WiX.3.14.0\tools\WixUtilExtension.dll WixUtilExtension - ..\..\..\Dependencies\WiX\WixUIExtension.dll + $(SolutionDir)Dependencies\NuGet Packages\WiX.3.14.0\tools\WixUIExtension.dll WixUIExtension @@ -131,8 +131,8 @@ - $(SolutionDir)Dependencies\NuGet Packages\WiX.3.11.1\tools\ - $(SolutionDir)Dependencies\NuGet Packages\WiX.3.11.1\tools\ + $(SolutionDir)Dependencies\NuGet Packages\WiX.3.14.0\tools\ + $(SolutionDir)Dependencies\NuGet Packages\WiX.3.14.0\tools\ $(WixToolPath)wix.targets $(WixToolPath)WixTasks.dll @@ -185,7 +185,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - +