From b45d01919dac7e4ff096f58ab81c422e99d4faa6 Mon Sep 17 00:00:00 2001 From: scottr Date: Tue, 18 May 2021 00:22:17 -0700 Subject: [PATCH] [cpack_installer] simplify guid generation by using existing project props instead of timestamp in seed value. add bootstrapper specific guids. --- .../Windows/PackagingBootstrapper.wxs | 2 +- .../Platform/Windows/PackagingPostBuild.cmake | 1 + .../Platform/Windows/Packaging_windows.cmake | 42 ++++++++----------- 3 files changed, 19 insertions(+), 26 deletions(-) diff --git a/cmake/Platform/Windows/PackagingBootstrapper.wxs b/cmake/Platform/Windows/PackagingBootstrapper.wxs index f231f05413..c3d1dd7a7b 100644 --- a/cmake/Platform/Windows/PackagingBootstrapper.wxs +++ b/cmake/Platform/Windows/PackagingBootstrapper.wxs @@ -8,7 +8,7 @@