
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2017 12:36 AM
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
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
Labels:
- Labels:
-
General Discussion
0 REPLIES 0
