diff options
author | Brad King <brad.king@kitware.com> | 2021-09-15 14:18:32 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-09-15 14:18:55 (GMT) |
commit | 1375862764faad681b45e6ca99e542862e9ae62c (patch) | |
tree | 5069037f808b302dd17207128d54dd3f27066447 /Modules | |
parent | c9a29ce55d7af9980e866a98a3c81b5f4edb89b0 (diff) | |
parent | eb3b3bacdc93e44d942af912ac5a5b16cfa9813a (diff) | |
download | CMake-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.in | 2 |
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" |