From d320c76257febde76728ba53468b349d56d9f0fe Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 28 Mar 2024 09:01:59 -0400 Subject: Utilities/Release/WiX: Clarify UI options dialog name --- CMakeCPackOptions.cmake.in | 2 +- Utilities/Release/WiX/cmake_extra_dialog.wxs | 36 ---------------------------- Utilities/Release/WiX/install_dir.wxs | 10 ++++---- Utilities/Release/WiX/options_dlg.wxs | 36 ++++++++++++++++++++++++++++ 4 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 Utilities/Release/WiX/cmake_extra_dialog.wxs create mode 100644 Utilities/Release/WiX/options_dlg.wxs diff --git a/CMakeCPackOptions.cmake.in b/CMakeCPackOptions.cmake.in index 00ffe5e..e8583b0 100644 --- a/CMakeCPackOptions.cmake.in +++ b/CMakeCPackOptions.cmake.in @@ -265,7 +265,7 @@ if("${CPACK_GENERATOR}" STREQUAL "WIX") set(CPACK_WIX_EXTRA_SOURCES "@CMake_SOURCE_DIR@/Utilities/Release/WiX/install_dir.wxs" - "@CMake_SOURCE_DIR@/Utilities/Release/WiX/cmake_extra_dialog.wxs" + "@CMake_SOURCE_DIR@/Utilities/Release/WiX/options_dlg.wxs" ) set(_WIX_CUSTOM_ACTION_ENABLED "@CMake_BUILD_WIX_CUSTOM_ACTION@") diff --git a/Utilities/Release/WiX/cmake_extra_dialog.wxs b/Utilities/Release/WiX/cmake_extra_dialog.wxs deleted file mode 100644 index 247b627..0000000 --- a/Utilities/Release/WiX/cmake_extra_dialog.wxs +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - 1 - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Utilities/Release/WiX/install_dir.wxs b/Utilities/Release/WiX/install_dir.wxs index fd756b9..d7debde 100644 --- a/Utilities/Release/WiX/install_dir.wxs +++ b/Utilities/Release/WiX/install_dir.wxs @@ -8,7 +8,7 @@ - + @@ -33,12 +33,12 @@ Installed AND PATCH 1 - LicenseAccepted = "1" + LicenseAccepted = "1" - 1 - 1 + 1 + 1 - 1 + 1 1 NOT WIXUI_DONTVALIDATEPATH "1"]]> diff --git a/Utilities/Release/WiX/options_dlg.wxs b/Utilities/Release/WiX/options_dlg.wxs new file mode 100644 index 0000000..c8f5a7b --- /dev/null +++ b/Utilities/Release/WiX/options_dlg.wxs @@ -0,0 +1,36 @@ + + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v0.12