@echo off cls echo. ================================================================== echo Wireshark silent install =================================================================== If not exist C:\installLog\ md C:\installLog\ start /wait Wireshark-win64-2.5.0-1102-g137a4456.exe /S /L*v "c:\install\logs\wireshark-win64-2.5.0.log" Echo Done