diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-09-07 11:24:09 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-09-07 11:24:09 +0000 |
commit | 93bd92b6468356ea844cb1a3d7bb257b71c8c6bf (patch) | |
tree | 766a1d1bdeaa6cbe559fd82cdd95d6869b1564b7 /tools/installer_ng/cleanup.bat | |
parent | a21b660494bb9681db048957cd278a4ef2bd06cd (diff) |
Installer: fully automatic, no need to install any tools
git-svn-id: http://svn.miranda-ng.org/main/trunk@5992 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/installer_ng/cleanup.bat')
-rw-r--r-- | tools/installer_ng/cleanup.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/installer_ng/cleanup.bat b/tools/installer_ng/cleanup.bat index 8c6e99253b..e5017d1cb3 100644 --- a/tools/installer_ng/cleanup.bat +++ b/tools/installer_ng/cleanup.bat @@ -3,5 +3,5 @@ rem Cleanup if exist tmp rd /S /Q tmp
if exist InnoNG_32 rd /S /Q InnoNG_32
if exist InnoNG_64 rd /S /Q InnoNG_64
-if exist Tools\ispack*.exe del /F /Q Tools\ispack*.exe
+if exist Tools\InnoSetup5 rd /S /Q Tools\InnoSetup5
rem end
\ No newline at end of file |