summaryrefslogtreecommitdiff
path: root/tools/installer_ng_stable/cleanup.bat
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-10-27 21:56:10 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-10-27 21:56:10 +0000
commit2e4bc75def474025b0d7632afecf7b551e3431fa (patch)
tree4077a4b6049ac977e34cc9d7ab246a33ab0305e0 /tools/installer_ng_stable/cleanup.bat
parent7db6db8e02b6ed690f2b117a59b9240a7462a31f (diff)
stable version installer scripts
git-svn-id: http://svn.miranda-ng.org/main/trunk@6651 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/installer_ng_stable/cleanup.bat')
-rw-r--r--tools/installer_ng_stable/cleanup.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/installer_ng_stable/cleanup.bat b/tools/installer_ng_stable/cleanup.bat
new file mode 100644
index 0000000000..e5017d1cb3
--- /dev/null
+++ b/tools/installer_ng_stable/cleanup.bat
@@ -0,0 +1,7 @@
+@echo off
+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\InnoSetup5 rd /S /Q Tools\InnoSetup5
+rem end \ No newline at end of file