I have been having issues with pushing out my batch file for MS Visio Viewer 2016.
I can get the batch file to run with no issues with either the executable or the msi. But it will not push out a successful install.
Here is my latest code:
@echo off
echo installing Visio Viewer 2016
msiexec.exe /i "\\{file path}\vviewer.msi" /quiet /passive
This runs smoothly in the batch file with no user interaction.
Any help will be appreciated.
Thanks,
John