From 136820b0b9eeb48fc83d330996241eb3ac7a5d9f Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 4 Sep 2013 05:52:59 +0000 Subject: -Installer: cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@5932 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- tools/installer_ng/cleanup.bat | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tools/installer_ng/cleanup.bat') diff --git a/tools/installer_ng/cleanup.bat b/tools/installer_ng/cleanup.bat index 5e356fe0e9..4ae8ab619c 100644 --- a/tools/installer_ng/cleanup.bat +++ b/tools/installer_ng/cleanup.bat @@ -1,7 +1,7 @@ @echo off rem Cleanup -rd /S /Q tmp -rd /S /Q util -rd /S /Q InnoNG_32 -rd /S /Q InnoNG_64 +if exist tmp rd /S /Q tmp +if exist util rd /S /Q util +if exist InnoNG_32 rd /S /Q InnoNG_32 +if exist InnoNG_64 rd /S /Q InnoNG_64 rem end \ No newline at end of file -- cgit v1.2.3