summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-09-15 14:18:32 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-09-15 14:18:55 (GMT)
commit1375862764faad681b45e6ca99e542862e9ae62c (patch)
tree5069037f808b302dd17207128d54dd3f27066447 /Modules
parentc9a29ce55d7af9980e866a98a3c81b5f4edb89b0 (diff)
parenteb3b3bacdc93e44d942af912ac5a5b16cfa9813a (diff)
downloadCMake-1375862764faad681b45e6ca99e542862e9ae62c.zip
CMake-1375862764faad681b45e6ca99e542862e9ae62c.tar.gz
CMake-1375862764faad681b45e6ca99e542862e9ae62c.tar.bz2
Merge topic 'cpack-nsis-apps-n-features'
eb3b3bacdc CPack/NSIS: Fix uninstall on Windows using "Apps & Features" Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6517
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Internal/CPack/NSIS.template.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Internal/CPack/NSIS.template.in b/Modules/Internal/CPack/NSIS.template.in
index 1df8a58..8a0c972 100644
--- a/Modules/Internal/CPack/NSIS.template.in
+++ b/Modules/Internal/CPack/NSIS.template.in
@@ -674,7 +674,7 @@ Section "-Core installation"
Push "@CPACK_PACKAGE_VENDOR@"
Call ConditionalAddToRegisty
Push "UninstallString"
- Push "$INSTDIR\@CPACK_NSIS_UNINSTALL_NAME@.exe"
+ Push "$\"$INSTDIR\@CPACK_NSIS_UNINSTALL_NAME@.exe$\""
Call ConditionalAddToRegisty
Push "NoRepair"
Push "1"