summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2009-09-27 16:00:06 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2009-09-27 16:00:06 +0400
commit8186a0061adcaa13dda72e898e54c963959778ce (patch)
tree9e4aab68dc26f390fdd699c2e1a105680ac204e5
parent54c8ccb443d33fc5112725ab66de238b93480f51 (diff)
downloadnasm-8186a0061adcaa13dda72e898e54c963959778ce.tar.gz
nasm.nsi: use "delete recursively" specificator
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r--nasm.nsi8
1 files changed, 1 insertions, 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