You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Net2Scripting/build_installer.bat

11 lines
225 B
Batchfile

@echo off
del dist_installer\* /s/q > nul
rem taskkill /IM explorer.exe /F
rem cd /d %userprofile%\AppData\Local
rem del IconCache.db /a
rem start explorer.exe
"C:\Program Files\Inno Setup 5\ISCC.exe" inno_script.iss
pause