diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-08 09:13:41 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-08 09:13:41 +0900 |
commit | 4ca455f44f42bf3257fe1ce752ca7447e9568a27 (patch) | |
tree | 4a6eff60bff6c55a37c5fa7fcacfb4515ffb7352 /Utilities | |
parent | 5e0b8c3fb67987a77056099c684318ef5d707920 (diff) | |
download | cmake-4ca455f44f42bf3257fe1ce752ca7447e9568a27.tar.gz cmake-4ca455f44f42bf3257fe1ce752ca7447e9568a27.tar.bz2 cmake-4ca455f44f42bf3257fe1ce752ca7447e9568a27.zip |
Imported Upstream version 3.13.5upstream/3.13.5
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/Release/WiX/WIX.template.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Utilities/Release/WiX/WIX.template.in b/Utilities/Release/WiX/WIX.template.in index fe176ca90..8abf9d8f2 100644 --- a/Utilities/Release/WiX/WIX.template.in +++ b/Utilities/Release/WiX/WIX.template.in @@ -20,6 +20,8 @@ Schedule="afterInstallInitialize" AllowDowngrades="yes"/> + <Property Id="REINSTALLMODE" Value="amus"/> + <WixVariable Id="WixUILicenseRtf" Value="$(var.CPACK_WIX_LICENSE_RTF)"/> <Property Id="WIXUI_INSTALLDIR" Value="INSTALL_ROOT"/> |