diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2009-09-27 16:00:06 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2009-09-27 16:00:06 +0400 |
commit | 8186a0061adcaa13dda72e898e54c963959778ce (patch) | |
tree | 9e4aab68dc26f390fdd699c2e1a105680ac204e5 /nasm.nsi | |
parent | 54c8ccb443d33fc5112725ab66de238b93480f51 (diff) | |
download | nasm-8186a0061adcaa13dda72e898e54c963959778ce.tar.gz nasm-8186a0061adcaa13dda72e898e54c963959778ce.tar.bz2 nasm-8186a0061adcaa13dda72e898e54c963959778ce.zip |
nasm.nsi: use "delete recursively" specificator
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'nasm.nsi')
-rw-r--r-- | nasm.nsi | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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 |