Install Vector using MSI
MSI is the file format and command line utility for the Windows Installer. Windows Installer (previously known as Microsoft Installer) is an interface for Microsoft Windows that’s used to install and manage software on Windows systems. This page covers installing and managing Vector through the MSI package repository.
Installation
powershell Invoke-WebRequest https://packages.timber.io/vector/0.42.0/vector-x64.msi -OutFile vector-0.42.0-x64.msi
msiexec /i vector-0.42.0-x64.msi