Microsoft Visio Viewer allows anyone to view Visio drawings inside their Microsoft Internet Explorer Web browser. This article will serve as an informative guide and give you a clear understanding of how to perform the silent installation of all available versions of Microsoft Visio Viewer from the command line using the EXE installers.
How to Install Microsoft Visio Viewer 2010 Silently
Microsoft Viso Viewer 2010 Silent Install
- Navigate to https://www.microsoft.com/en-us/download/details.aspx?id=21701
- Click the Download button
- Download the file to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: visioviewer.exe /quiet /norestart
- Press Enter
After a few moments you should see the Microsoft Visio Viewer 2010 entry in Programs and Features in the Control Panel.
Software Title: | Microsoft Visio Viewer 2010 |
Vendor: | Microsoft Corporation |
Version: | 14.0.4763.1000 |
Architecture: | x86 |
Installer Type: | EXE |
Silent Install Switch: | visioviewer.exe /quiet /norestart |
Silent Uninstall Switch: | MsiExec.exe /x {95140000-0052-0409-0000-0000000FF1CE} /qn |
Download Link: | https://www.microsoft.com/en-us/download/details.aspx?id=21701 |
PowerShell Script: | https://silentinstallhq.com/microsoft-visio-viewer-2010-install-and-uninstall-powershell/ |
Microsoft Viso Viewer 2013 (32-bit) Silent Install
- Navigate to https://www.microsoft.com/en-us/download/details.aspx?id=35811
- Click the Download button
- Select the visioviewer32bit.exe and click Next
- Download the file to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: visioviewer32bit.exe /quiet /norestart
- Press Enter
After a few moments you should see the Microsoft Visio Viewer 2013 entry in Programs and Features in the Control Panel.
Software Title: | Microsoft Visio Viewer 2013 |
Vendor: | Microsoft Corporation |
Version: | 15.0.4420.1017 |
Architecture: | 32-bit |
Installer Type: | EXE |
Silent Install Switch: | visioviewer32bit.exe /quiet /norestart |
Silent Uninstall Switch: | MsiExec.exe /x {95150000-0052-0409-0000-0000000FF1CE} /qn |
Download Link: | https://www.microsoft.com/en-us/download/details.aspx?id=35811 |
PowerShell Script: | https://silentinstallhq.com/microsoft-visio-viewer-2013-install-and-uninstall-powershell/ |
Microsoft Viso Viewer 2013 (64-bit) Silent Install
- Navigate to https://www.microsoft.com/en-us/download/details.aspx?id=35811
- Click the Download button
- Select the visioviewer64bit.exe and click Next
- Download the file to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: visioviewer64bit.exe /quiet /norestart
- Press Enter
After a few moments you should see the Microsoft Visio Viewer 2013 entry in Programs and Features in the Control Panel.
Software Title: | Microsoft Visio Viewer 2013 |
Vendor: | Microsoft Corporation |
Version: | 15.0.4420.1017 |
Architecture: | 64-bit |
Installer Type: | EXE |
Silent Install Switch: | visioviewer64bit.exe /quiet /norestart |
Silent Uninstall Switch: | MsiExec.exe /x {95150000-0052-0409-1000-0000000FF1CE} /qn |
Download Link: | https://www.microsoft.com/en-us/download/details.aspx?id=35811 |
PowerShell Script: | https://silentinstallhq.com/microsoft-visio-viewer-2013-install-and-uninstall-powershell/ |
Microsoft Viso Viewer 2016 (32-bit) Silent Install
- Navigate to https://www.microsoft.com/en-us/download/details.aspx?id=51188
- Click the Download button
- Select the visioviewer_4339-1001_x86_en-us.exe and click Next
- Download the file to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: visioviewer_4339-1001_x86_en-us.exe /quiet /norestart
- Press Enter
After a few moments you should see the Microsoft Visio Viewer 2016 entry in Programs and Features in the Control Panel.
Software Title: | Microsoft Visio Viewer 2016 |
Vendor: | Microsoft Corporation |
Version: | 16.0.4339.1001 |
Architecture: | 32-bit |
Installer Type: | EXE |
Silent Install Switch: | visioviewer_4339-1001_x86_en-us.exe /quiet /norestart |
Silent Uninstall Switch: | MsiExec.exe /x {95160000-0052-0409-0000-0000000FF1CE} /qn |
Download Link: | https://www.microsoft.com/en-us/download/details.aspx?id=51188 |
PowerShell Script: | https://silentinstallhq.com/microsoft-visio-viewer-2016-install-and-uninstall-powershell/ |
Microsoft Viso Viewer 2016 (64-bit) Silent Install
- Navigate to https://www.microsoft.com/en-us/download/details.aspx?id=51188
- Click the Download button
- Select the visioviewer_4339-1001_x64_en-us.exe and click Next
- Download the file to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: visioviewer_4339-1001_x64_en-us.exe /quiet /norestart
- Press Enter
After a few moments you should see the Microsoft Visio Viewer 2016 entry in Programs and Features in the Control Panel.
Software Title: | Microsoft Visio Viewer 2016 |
Vendor: | Microsoft Corporation |
Version: | 16.0.4339.1001 |
Architecture: | 64-bit |
Installer Type: | EXE |
Silent Install Switch: | visioviewer_4339-1001_x64_en-us.exe /quiet /norestart |
Silent Uninstall Switch: | MsiExec.exe /x {95160000-0052-0409-1000-0000000FF1CE} /qn |
Download Link: | https://www.microsoft.com/en-us/download/details.aspx?id=51188 |
PowerShell Script: | https://silentinstallhq.com/microsoft-visio-viewer-2016-install-and-uninstall-powershell/ |
How to Uninstall Microsoft Visio Viewer Silently
Check out the following posts for a scripted solution.
Microsoft Visio Viewer Uninstall (All Versions) | PowerShell
Microsoft Visio Viewer 2010 Install and Uninstall (PowerShell)
Microsoft Visio Viewer 2013 Install and Uninstall (PowerShell)
Microsoft Visio Viewer 2016 Install and Uninstall (PowerShell)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter one of the following commands:
Microsoft Visio Viewer 2010 Silent Uninstall
MsiExec.exe /x {95140000-0052-0409-0000-0000000FF1CE} /qn |
Microsoft Visio Viewer 2013 (32-bit) Silent Uninstall
MsiExec.exe /x {95150000-0052-0409-0000-0000000FF1CE} /qn |
Microsoft Visio Viewer 2013 (64-bit) Silent Uninstall
MsiExec.exe /x {95150000-0052-0409-1000-0000000FF1CE} /qn |
Microsoft Visio Viewer 2016 (32-bit) Silent Uninstall
MsiExec.exe /x {95160000-0052-0409-0000-0000000FF1CE} /qn |
Microsoft Visio Viewer 2016 (64-bit) Silent Uninstall
MsiExec.exe /x {95160000-0052-0409-1000-0000000FF1CE} /qn |
Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.