From 02d317dc24a28e06d2e7476a52538031c03f6575 Mon Sep 17 00:00:00 2001 From: Leonardo Murillo Date: Wed, 23 Dec 2015 14:55:47 -0600 Subject: [PATCH] Better compression and fixing uninstaller --- tools/nsis/release.nsi | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/tools/nsis/release.nsi b/tools/nsis/release.nsi index 6c24cac13b..a4814016dd 100644 --- a/tools/nsis/release.nsi +++ b/tools/nsis/release.nsi @@ -47,6 +47,7 @@ Var ChosenFrontEndInstallDir Var ChosenBackEndInstallDir +SetCompressor /SOLID lzma ShowInstDetails hide ShowUninstDetails hide AutoCloseWindow true @@ -116,15 +117,9 @@ SectionEnd Section "Uninstall" SetShellVarContext all SetOutPath $TEMP - - DELETE "${startmenu_company}\Interface.lnk" - DELETE "${startmenu_company}\Stack Manager.lnk" - DELETE "${startmenu_company}\Uninstall ${company}.lnk" - - RMDIR "${startmenu_company}" + RMDIR /r "${startmenu_company}" RMDIR /r "$ChosenBackEndInstallDir" RMDIR /r "$ChosenFrontEndInstallDir" - RMDIR "${install_directory}" DeleteRegKey HKLM "${uninstkey}" DeleteRegKey HKLM "${regkey}" DeleteRegKey HKCR 'hifi'