From 2b113e4db030af049d1136852f3b1a102a6cf1c0 Mon Sep 17 00:00:00 2001 From: dbuechel Date: Thu, 7 Nov 2019 10:05:59 +0100 Subject: [PATCH] SEBWIN-344: Updated setup bundle to automatically install the correct setup and C++ runtime for a specific platform. --- Setup/Product.wxs | 7 +------ SetupBundle/Bundle.wxs | 7 +++++-- SetupBundle/Resources/Theme.wxl | 2 +- SetupBundle/VisualCppRuntime.wxs | 20 +++++++++++++++----- appveyor-release.yml | 23 ++++++++++++++++++----- appveyor-test.yml | 6 +++--- 6 files changed, 43 insertions(+), 22 deletions(-) diff --git a/Setup/Product.wxs b/Setup/Product.wxs index a7ca5a7c..d987139e 100644 --- a/Setup/Product.wxs +++ b/Setup/Product.wxs @@ -1,11 +1,6 @@ - - - - - - diff --git a/SetupBundle/Bundle.wxs b/SetupBundle/Bundle.wxs index 523be3c3..cf7c051c 100644 --- a/SetupBundle/Bundle.wxs +++ b/SetupBundle/Bundle.wxs @@ -1,6 +1,6 @@ - - + + diff --git a/SetupBundle/Resources/Theme.wxl b/SetupBundle/Resources/Theme.wxl index 7c73b962..cb5fbfb9 100644 --- a/SetupBundle/Resources/Theme.wxl +++ b/SetupBundle/Resources/Theme.wxl @@ -18,7 +18,7 @@ /norestart - suppress any attempts to restart. By default UI will prompt before restart. /log log.txt - logs to a specific file. By default a log file is created in %TEMP%. &Close - This setup bundle will install [WixBundleName] version [WixBundleVersion] and all required frameworks on your computer. + This setup bundle will install [WixBundleName] version [WixBundleVersion] and all required components on your computer. Please read the following license agreement carefully: I &agree to the license terms and conditions &Options diff --git a/SetupBundle/VisualCppRuntime.wxs b/SetupBundle/VisualCppRuntime.wxs index 50b2b087..77788585 100644 --- a/SetupBundle/VisualCppRuntime.wxs +++ b/SetupBundle/VisualCppRuntime.wxs @@ -1,13 +1,23 @@ - + - + + - + + + +