diff options
Diffstat (limited to 'tools/installer_ng_stable/cleanup.bat')
-rw-r--r-- | tools/installer_ng_stable/cleanup.bat | 7 |
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 |