msiexec.exe /i <path_to_msi> /quiet /norestart
msiexec.exe /i <path_to_msi> /quiet /norestart /qn ADDLOCAL="TcpNetworkTestsSupport"
msiexec.exe /i <path_to_msi> /quiet /norestart ADDLOCAL="TcpNetworkTestsSupport,IeExtension,ChromeExtension,EdgeExtension"
msiexec.exe /i <path_to_msi> /quiet /norestart ADDLOCAL="TcpNetworkTestsSupport,EdgeExtension"
msiexec.exe /i <path_to_msi> /quiet /norestart ADDLOCAL="TcpNetworkTestsSupport,IeExtension"
msiexec.exe /i <path_to_msi> /quiet /norestart ADDLOCAL="TcpNetworkTestsSupport,ChromeExtension"
msiexec.exe /i <path_to_msi> /quiet /norestart ADDLOCAL="TcpNetworkTestsSupport,IeExtension,EdgeExtension"
msiexec.exe /i <path_to_msi> /quiet /norestart ADDLOCAL="TcpNetworkTestsSupport,ChromeExtension,EdgeExtension"
msiexec.exe /i <path_to_msi> /quiet /norestart ADDLOCAL="TcpNetworkTestsSupport,IeExtension,ChromeExtension"
msiexec.exe /i <path_to_msi> /quiet /norestart
msiexec.exe /i <path_to_msi> /quiet /norestart ADDLOCAL="IeExtension,ChromeExtension,EdgeExtension"
msiexec.exe /i <path_to_msi> /quiet /norestart ADDLOCAL="EdgeExtension"
msiexec.exe /i <path_to_msi> /quiet /norestart ADDLOCAL="IeExtension"
msiexec.exe /i <path_to_msi> /quiet /norestart ADDLOCAL="ChromeExtension"
msiexec.exe /i <path_to_msi> /quiet /norestart ADDLOCAL="IeExtension,EdgeExtension"
msiexec.exe /i <path_to_msi> /quiet /norestart ADDLOCAL="ChromeExtension,EdgeExtension"
msiexec.exe /i <path_to_msi> /quiet /norestart ADDLOCAL="IeExtension,ChromeExtension"
reg query HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\NpcapInst
DisplayVersion
parameter displays the version of NPCAP currently installed.UninstallString
command to remove the currently installed NPCAP driver, if the outdated version was not installed by the Endpoint Agent installer.UninstallString REG_SZ "C:\Program Files\Npcap\uninstall.exe"
sc query npcap
to verify if the NPCAP driver is installed and running.msiexec.exe /i <path_to_msi> ADDLOCAL="TcpNetworkTestsSupport"
msiexec.exe /i <path_to_msi> /quiet /norestart ADDLOCAL="TcpNetworkTestsSupport"
Install TCP and all extensions: msiexec.exe /i <path_to_msi> /quiet /norestart ADDLOCAL="TcpNetworkTestsSupport,IeExtension,ChromeExtension,EdgeExtension"
Install TCP and the Google Chrome extension only: msiexec.exe /i <path_to_msi> /quiet /norestart ADDLOCAL="TcpNetworkTestsSupport,ChromeExtension"