I have a script msiexec command to install a deployment msi from our corporate TV poortal.
I have tested and confirm this command works under Win7
msiexec.exe /i ".\D-TeamViewerDeploy\HostOnlyTeamViewerDeployPackage.msi" /qn CUSTOMCONFIGID=<Deployconfig code> APITOKEN=<Deploye API token> ASSIGNMENTOPTIONS="--grant-easy-access --reassign"
When I run this in WIn7 x86 it works as expected
When I run this under Win10x64 it fails to run
When I change the /qn to /qb I get this error:
"This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package."
TeamViewer can be installed via the msi file interactively, to the file is not corrupted.