From 73c0efbd904eeb6e8f2fe826167ece9c5a4b9e3d Mon Sep 17 00:00:00 2001 From: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com> Date: Tue, 29 Jun 2021 12:37:04 -0700 Subject: [PATCH] [cpack/2106-progress-screen] generalize progress screen text and split out download/execution progress Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com> --- .../Windows/Packaging/BootstrapperTheme.wxl.in | 6 +++--- .../Windows/Packaging/BootstrapperTheme.xml.in | 10 +++++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/cmake/Platform/Windows/Packaging/BootstrapperTheme.wxl.in b/cmake/Platform/Windows/Packaging/BootstrapperTheme.wxl.in index 7da81d0397..0c532fa4d8 100644 --- a/cmake/Platform/Windows/Packaging/BootstrapperTheme.wxl.in +++ b/cmake/Platform/Windows/Packaging/BootstrapperTheme.wxl.in @@ -32,9 +32,9 @@ Setup will install [WixBundleName] on your computer. Click install to continue, &Close - Installing @CPACK_PACKAGE_FULL_NAME@... - Processing: - Initializing... + Processing @CPACK_PACKAGE_FULL_NAME@... + Caching Progress + Execution Progress &Cancel diff --git a/cmake/Platform/Windows/Packaging/BootstrapperTheme.xml.in b/cmake/Platform/Windows/Packaging/BootstrapperTheme.xml.in index 93984d06b8..62980a35f7 100644 --- a/cmake/Platform/Windows/Packaging/BootstrapperTheme.xml.in +++ b/cmake/Platform/Windows/Packaging/BootstrapperTheme.xml.in @@ -54,9 +54,13 @@ #(loc.ProgressHeader) - #(loc.ProgressLabel) - #(loc.OverallProgressPackageText) - + #(loc.CacheProgressLabel) + + + + #(loc.ExecuteProgressLabel) + +