📜  wireshark.msi install powershell - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:51.694000             🧑  作者: Mango

代码示例1
@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