Have anyone managed to get the Veeam Installer Service to silently install?
The Helpcenter article is not helping much: https://helpcenter.veeam.com/docs/backu ... ml?ver=110
No description on which flags to make the MSI silently install.
I've tried the following:
VeeamInstallerSvc.msi /qn /norestart
VeeamInstallerSvc.msi /qn
VeeamInstallerSvc.msi /quiet
VeeamInstallerSvc.msi /quiet /norestart
VeeamInstallerSvc.msi /passive
msiexec.exe /i VeeamInstallerSvc.msi /qn /norestart
msiexec.exe /i VeeamInstallerSvc.msi /qn
msiexec.exe /i VeeamInstallerSvc.msi /quiet
msiexec.exe /i VeeamInstallerSvc.msi /quiet /norestart
msiexec.exe /i VeeamInstallerSvc.msi /passive
It just doesn't install

Any pro tips?