summaryrefslogtreecommitdiff
path: root/tools/installer_ng/cleanup.bat
blob: 953c401ea6b8321403e4e46da04c4bbcb8da3317 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
@echo off
rem Cleanup
rd /S /Q tmp
rd /S /Q util
del /F /S /Q vcredist*.exe

pushd InnoNG_32\Files
rd /S /Q Core
rd /S /Q Icons
rd /S /Q Plugins
del /F /Q *.ini
del /F /Q *.txt
del /F /Q *.dll
del /F /Q *.exe
popd

pushd InnoNG_64\Files
rd /S /Q Core
rd /S /Q Icons
rd /S /Q Plugins
del /F /Q *.ini
del /F /Q *.txt
del /F /Q *.dll
del /F /Q *.exe
popd
rem end