diff --git a/deploy/CMakeLists.txt b/deploy/CMakeLists.txt
index 582d646c3..a7bd845cf 100644
--- a/deploy/CMakeLists.txt
+++ b/deploy/CMakeLists.txt
@@ -69,15 +69,7 @@ set(CPACK_RPM_PACKAGE_GROUP "Applications/System")
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
cmake_path(SET QT_PATH NORMALIZE "${Qt6_DIR}../../")
- set(DESKFLOW_MSI_64_GUID
- "027D1C8A-E7A5-4754-BB93-B2D45BFDBDC8"
- CACHE STRING "GUID for 64-bit MSI installer"
- )
-
- set(DESKFLOW_MSI_32_GUID
- "8F57C657-BC87-45E6-840E-41242A93511C"
- CACHE STRING "GUID for 32-bit MSI installer"
- )
+ set(CPACK_WIX_UPGRADE_GUID "027D1C8A-E7A5-4754-BB93-B2D45BFDBDC8")
configure_files(
${PROJECT_SOURCE_DIR}/deploy/dist/wix
diff --git a/deploy/dist/wix/Include.wxi.in b/deploy/dist/wix/Include.wxi.in
index 9e5e0d82e..d70249e44 100644
--- a/deploy/dist/wix/Include.wxi.in
+++ b/deploy/dist/wix/Include.wxi.in
@@ -9,15 +9,9 @@
-
-
-
-
-
-
-
+
diff --git a/deploy/dist/wix/Installer.sln b/deploy/dist/wix/Installer.sln
index 8a188479b..e58a2f5f6 100644
--- a/deploy/dist/wix/Installer.sln
+++ b/deploy/dist/wix/Installer.sln
@@ -1,31 +1,25 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.29411.108
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Installer", "Installer.wixproj", "{D4BA9F39-6A35-4C8F-9CB2-67FCBE5CAB17}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x86 = Debug|x86
- Debug|x64 = Debug|x64
- Release|x86 = Release|x86
- Release|x64 = Release|x64
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {D4BA9F39-6A35-4C8F-9CB2-67FCBE5CAB17}.Debug|x86.ActiveCfg = Debug|x86
- {D4BA9F39-6A35-4C8F-9CB2-67FCBE5CAB17}.Debug|x86.Build.0 = Debug|x86
- {D4BA9F39-6A35-4C8F-9CB2-67FCBE5CAB17}.Debug|x64.ActiveCfg = Debug|x64
- {D4BA9F39-6A35-4C8F-9CB2-67FCBE5CAB17}.Debug|x64.Build.0 = Debug|x64
- {D4BA9F39-6A35-4C8F-9CB2-67FCBE5CAB17}.Release|x86.ActiveCfg = Release|x86
- {D4BA9F39-6A35-4C8F-9CB2-67FCBE5CAB17}.Release|x86.Build.0 = Release|x86
- {D4BA9F39-6A35-4C8F-9CB2-67FCBE5CAB17}.Release|x64.ActiveCfg = Release|x64
- {D4BA9F39-6A35-4C8F-9CB2-67FCBE5CAB17}.Release|x64.Build.0 = Release|x64
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {2E0AA1C9-0F14-4FE4-8F18-430484EFBACE}
- EndGlobalSection
-EndGlobal
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.29411.108
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Installer", "Installer.wixproj", "{D4BA9F39-6A35-4C8F-9CB2-67FCBE5CAB17}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|x64 = Debug|x64
+ Release|x64 = Release|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {D4BA9F39-6A35-4C8F-9CB2-67FCBE5CAB17}.Debug|x64.ActiveCfg = Debug|x64
+ {D4BA9F39-6A35-4C8F-9CB2-67FCBE5CAB17}.Debug|x64.Build.0 = Debug|x64
+ {D4BA9F39-6A35-4C8F-9CB2-67FCBE5CAB17}.Release|x64.ActiveCfg = Release|x64
+ {D4BA9F39-6A35-4C8F-9CB2-67FCBE5CAB17}.Release|x64.Build.0 = Release|x64
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {2E0AA1C9-0F14-4FE4-8F18-430484EFBACE}
+ EndGlobalSection
+EndGlobal
diff --git a/deploy/dist/wix/Product.wxs b/deploy/dist/wix/Product.wxs
index cb519898f..16d6be793 100644
--- a/deploy/dist/wix/Product.wxs
+++ b/deploy/dist/wix/Product.wxs
@@ -37,11 +37,7 @@
= 602)]]>
-
-
-
-
-
+
CommonBackground
@@ -88,13 +84,8 @@
-
-
-
-
-
-
-
+
+
@@ -151,13 +142,8 @@
-
-
-
-
-
-
-
+
+
diff --git a/deploy/dist/wix/msm/Microsoft_VC142_CRT_x86.msm b/deploy/dist/wix/msm/Microsoft_VC142_CRT_x86.msm
deleted file mode 100644
index a34f0ad44..000000000
Binary files a/deploy/dist/wix/msm/Microsoft_VC142_CRT_x86.msm and /dev/null differ