I have been attempting to make a push from Lansweeper using a batch file.
I am successful with installing silently with no interaction with both the exectuable and the msi. But I get the following error message when I attempt to push it from Lansweeper.
This is my latest successful batch file:
@echo off
echo installing Visio Viewer 2016
msiexec.exe /i "\\{file path}\vviewer.msi" /quiet /passive
I get no interactive boxes and have tried both the full UNC path and "%~dp0vviewer.msi" for the file path. Fails with both. The previous person in my position has had success with both of these types of paths.
Any help is really appreciated.
Thanks....