From 8186a0061adcaa13dda72e898e54c963959778ce Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sun, 27 Sep 2009 16:00:06 +0400 Subject: [PATCH] nasm.nsi: use "delete recursively" specificator Signed-off-by: Cyrill Gorcunov --- nasm.nsi | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/nasm.nsi b/nasm.nsi index fdb2ee00..48feaa94 100644 --- a/nasm.nsi +++ b/nasm.nsi @@ -183,13 +183,7 @@ SectionEnd Section "Uninstall" ; ; files on HDD - Delete /rebootok "$INSTDIR\rdoff\*" - RMDir "$INSTDIR\rdoff" - Delete /rebootok "$INSTDIR\doc\*" - RMDir "$INSTDIR\doc" - Delete /r /rebootok "$INSTDIR\contrib" - Delete /rebootok "$INSTDIR\*" - RMDir "$INSTDIR" + RMDir /r /rebootok "$INSTDIR" Delete /rebootok "$DESKTOP\${PRODUCT_SHORT_NAME}.lnk" ; ; Start Menu folder -- 2.11.4.GIT