From 2136af68b542fa1ec185a56c03535f03bb587170 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Mon, 21 Oct 2024 23:19:14 -0400 Subject: [PATCH] build(win32): resolve #7763 working windows installer use correct QT_PATH Force install of depends --- cmake/Packaging.cmake | 2 +- res/dist/wix/Product.wxs | 321 ++++++++++++++++++++------------------- 2 files changed, 168 insertions(+), 155 deletions(-) diff --git a/cmake/Packaging.cmake b/cmake/Packaging.cmake index 04067b3b6..76aaec212 100644 --- a/cmake/Packaging.cmake +++ b/cmake/Packaging.cmake @@ -52,7 +52,7 @@ endmacro() # macro(configure_windows_packaging) - set(QT_PATH $ENV{CMAKE_PREFIX_PATH}) + cmake_path(SET QT_PATH NORMALIZE "${Qt6_DIR}../../") set(DESKFLOW_MSI_64_GUID "027D1C8A-E7A5-4754-BB93-B2D45BFDBDC8" diff --git a/res/dist/wix/Product.wxs b/res/dist/wix/Product.wxs index 5c364f3d6..c1b932d02 100644 --- a/res/dist/wix/Product.wxs +++ b/res/dist/wix/Product.wxs @@ -1,154 +1,167 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - = 602)]]> - - - - - - - - CommonBackground - - - - - - - - - - - - NOT LEGACY_UNINSTALL_EXISTS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + = 602)]]> + + + + + + + + CommonBackground + + + + + + + + + + + + NOT LEGACY_UNINSTALL_EXISTS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +