eb3b3bacdc CPack/NSIS: Fix uninstall on Windows using "Apps & Features" Acked-by: Kitware Robot <[email protected]> Merge-request: !6517
@@ -674,7 +674,7 @@ Section "-Core installation"
Push "@CPACK_PACKAGE_VENDOR@"
Call ConditionalAddToRegisty
Push "UninstallString"
- Push "$INSTDIR\@[email protected]"
+ Push "$\"$INSTDIR\@[email protected]$\""
Push "NoRepair"
Push "1"