From 6f272f34579dc56e45ebf0031c4ce7e297b47c22 Mon Sep 17 00:00:00 2001 From: wmayer Date: Mon, 10 Mar 2014 23:36:53 +0100 Subject: [PATCH] + fix minor issues in NSIS script --- src/WindowsInstaller/FreeCAD_WindowsInstaller.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WindowsInstaller/FreeCAD_WindowsInstaller.nsi b/src/WindowsInstaller/FreeCAD_WindowsInstaller.nsi index 8c40959f4d..61e6d4ff73 100644 --- a/src/WindowsInstaller/FreeCAD_WindowsInstaller.nsi +++ b/src/WindowsInstaller/FreeCAD_WindowsInstaller.nsi @@ -133,7 +133,7 @@ functionEnd section "uninstall" # Remove Start Menu launcher - delete "$SMPROGRAMS\${FULLNAME}\${FULLNAME}.lnk" + delete "$SMPROGRAMS\${FULLNAME}\${APPNAME}.lnk" # Try to remove the Start Menu folder - this will only happen if it is empty rmDir "$SMPROGRAMS\${FULLNAME}"