From e45dab501ceda9c6630ab7bc90530ee7568b7ed5 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 8c40959f4..61e6d4ff7 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}"