

$InstallDisplayVersion = (Get-InstalledApplication -Name "Wireshark"). $InstallDisplayName = Get-InstalledApplication -Name "Wireshark" #Display a message at the end of the uninstall Write-Log -Message " :: :: Attempting to execute uninstaller file(s), please wait."Įxecute-Process -FilePath "$envProgramFiles\Wireshark\uninstall.exe" -Arguments "/S" -WindowStyle Hidden -IgnoreExitCodes "1,2,3"Įxecute-Process -FilePath "$envProgramFilesX86\Wireshark\uninstall.exe" -Arguments "/S" -WindowStyle Hidden -IgnoreExitCodes "1,2,3"
Try Įxecute-MSI# Set the script execution policy for this process I’m willing to repost to the General forum if you’d prefer or feel free to move it if possible. Command used: 'Wireshark-win64-3.2.2.exe' /S /desktopiconNo /quicklaunchiconno This is a big issue as we are unable to deploy this application to our networks team. Run as Administrator the Install.cmd script and the Wireshark 64-bit msi version will be installed silently.I apologize for posting to the wrong forum. Running a silent install from the command line results in NPCAP NOT being installed. passive – User cannot cancel the installation quiet – Silent install without display user interface. = echo Wireshark msi silent install = If not exist C:\install\logs\ md C:\install\logs\ start /wait Msiexec /i "%~dp0Wireshark-win64-2.5.0-1102-g137a4456.msi" /quiet /passive /norestart /l "c:\install\logs\wireshark-win64-2.5.0.log" Echo Done Copy commands below and save like “Install.cmd”. Copy the msi file to a folder named “Wireshark msi silent install”.Ĭreate a text file to the folder created previously. Please be sure to download file finished with “.msi” instead of “.exe”.

In the same way you can go on official site to download msi version. Wireshark msi version is an installer package off application.

“c:\install\logs\wireshark-win64-2.5.0.log” – The path for the log. Note! Change the “Wireshark-win64-2.5.0-1102-g137a4456.exe ” with your wireshark offline installer name. If not exist C:\installLog\ md C:\installLog\ Copy commands below and save like “Install.cmd”. Wireshark exe offline install: Offline download Wireshark installer.
