Deploy Visio 2013 using SCCM: A Step-by-Step Guide

Prajwal Desai
Posted by Prajwal Desai
Deploy Visio 2013 using SCCM

This article is a step-by-step guide to deploy Visio 2013 using SCCM (ConfigMgr). You can deploy Visio 2013 as an application with Configuration Manager to your Windows devices.

Configuration Manager makes it easier to deploy Microsoft Office apps including Visio and Project. If you are looking to perform Visio 2013 deployment with SCCM, this guide is for you. You can also deploy Visio 2013 viewer using SCCM.

Visio 2013 for Windows is available in two editions: Standard and Professional. The Standard and Professional editions have the same interface, but the Premium edition has more templates for more advanced diagrams and layouts, as well as features that make it easy to connect diagrams to data sources and show data graphically. Read more about the latest versions of Visio in Microsoft 365 Notes.

Office Deployment Guides

Before you proceed further, here are some deployment guides for all the versions of Microsoft Office:

Customize Visio 2013 Deployment

Before you use ConfigMgr to deploy Visio 2013, you can change how it is deployed with the Office Customization Tool. Running “setup.exe /admin” will launch the Office Customization Tool and allow you to customize individual components of Visio. The tool creates a MSP file that stores all the customizations, which you can later use by running “setup.exe /adminfile file.MSP“.

You can also use the Config.xml file to configure installation tasks and use it only when you run Setup.Config.xml is not installed or cached on users’ computers. Administrators can edit the Config.xml file to customize the installation. By default, Setup will install the core product whose Config.xml file is in the core_product_folder_name.WW folder.

Important: If a 64-bit version of Office is already installed on a computer, the 32-bit version of Office for Visio cannot be installed. Additionally, you cannot install Visio’s 64-bit version on a computer that already has the 32-bit version of Office installed. For more information, please refer to the guide that explains how to choose between the 32-bit and 64-bit versions of Office.

Deploy Visio 2013 using SCCM

Let’s go through the steps to deploy Visio 2013 using SCCM. Launch the Configuration Manager console and navigate to Software Library > Overview > Application Management > Applications. Right click on Applications and click Create Application. Click on Manually specify the application information. Click Next.

Deploy Visio 2013 using SCCM
Deploy Visio 2013 using SCCM

On the General Information page, specify the details for the Visio 2013 deployment, which include name, publisher, etc. Click Next.

Specify Visio 2013 General Information
Specify Visio 2013 General Information

On the Application Catalog page, click Browse and assign a logo for the Visio 2013 application. In the Software Center, this icon will be present alongside the application. Refer to the guide on how to customize Software Center in SCCM. Click Next.

Specify Visio 2013 Application Catalog Details
Specify Visio 2013 Application Catalog Details

On the Deployment Types page, click on Add. This will open up a new window. On the General page, select “Manually specify the deployment type information.” Click Next.

Deploy Visio 2013 using SCCM
Deploy Visio 2013 using SCCM

On the General Information page, specify a name for the deployment type. Click Next.

Deploy Visio 2013 using SCCM
Deploy Visio 2013 using SCCM

On the Content page, specify the folder path that contains the Visio 2013 setup files.

Next, specify the install and uninstall commands for Visio 2013 as follows:

  • Visio 2013 Install Command: “setup.exe” /config visstd.wwconfig.xml
  • Visio 2013 Uninstall Command: msiexec /q /x {Product Code}

Click Next.

Here is the example of config.xml that I used during the deployment.

<Configuration Product="VisStd">

	<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
	
	<Logging Type="standard" Path="%temp%" Template="Microsoft Office Visio Standard Setup(*).txt" />

	<USERNAME Value="PD" />
	
	<COMPANYNAME Value="PRAJWALDESAI.COM" />
	
	<!-- <INSTALLLOCATION Value="%programfiles%Microsoft Office" /> -->
	
	<!-- <LIS CACHEACTION="CacheOnly" /> -->
	
	<!-- <LIS SOURCELIST="server1shareOffice;server2shareOffice" /> -->
	
	<!-- <DistributionPoint Location="servershareOffice" /> -->
	
	<!-- <OptionState Id="OptionID" State="absent" Children="force" /> -->
	
	<Setting Id="SETUP_REBOOT" Value="Never" />
	
	<!-- <Command Path="%windir%system32msiexec.exe" Args="/i serversharemy.msi" QuietArg="/q" ChainPosition="after" Execute="install" /> -->

</Configuration>
Visio 2013 Install and Uninstall Commands
Visio 2013 Install and Uninstall Commands

Visio 2013 Detection Method

When you deploy Visio 2013 using SCCM, you have to specify a detection method to detect the presence of the application. If the Visio 2013 is already installed on the computer, the SCCM will not install Visio 2013 on that machine.

To add the detection method for Visio 2013, click on Add Clause and choose the setting type as Windows Installer. Enter the product code and select the option “This MSI product code must exist on the target system and the following condition must be met to indicate the presence of this application.”

  • MSI Property: Version
  • Operator: Greater than or equal to
  • Value: 15.0.4569.1506

Click Next.

Visio 2013 Detection Method
Visio 2013 Detection Method

On the User Experience dialog, specify the Install behavior, logon requirement, and program visibility according to the settings shown in the below screenshot. Click Next.

Specify User Experience Settings for Visio 2013 Deployment
Specify User Experience Settings for Visio 2013 Deployment

Complete the remaining steps of the Create Application Wizard. On the Completion window, click Close. This completes the steps to create Visio 2013 application in SCCM.

Deploy Visio 2013 using SCCM
Deploy Visio 2013 using SCCM

You must distribute the content to the distribution points after creating the Visio 2013 application in SCCM. When your application is prepared, distribute content by selecting it with the right mouse click. Select the distribution point(s) for the content that you want to be distributed. Once the content is at the distribution point, the application can be sent to a group of devices. You could deploy the app as available or deploy it as required.

Test Visio 2013 Installation with SCCM

The Visio 2013 application has been deployed to the computers, it’s time to verify whether the application installs successfully or not. If you don’t find the Visio 2013 application listed in the Software Center, manually trigger the machine policy retrieval and evaluation cycle.

Launch the Software Center on the client computer. Select the Applications tab, then select the Visio app from the list of apps, and then click Install. The Visio 2013 app downloads from the local distribution point to the CCMCache folder on the client computer for installation.

Step by Step Guide to deploy Visio 2013 using SCCM
Visio 2013 Installation with SCCM

After a few minutes, we can see that Visio 2013 has been successfully installed on the computer. The status of the application changes from “installing” to “installed.”

Step by Step Guide to deploy Visio 2013 using SCCM
Visio 2013 Installation with SCCM

If you have trouble installing the Visio 2013 application, open the AppEnforce.log file to see more information.

Step by Step Guide to deploy Visio 2013 using SCCM
Visio 2013 Installation with SCCM
Share This Article
Prajwal Desai
Posted by Prajwal Desai
Follow:
Prajwal Desai is a Microsoft MVP in Intune and SCCM. He writes articles on SCCM, Intune, Windows 365, Windows Server, Windows 11, WordPress and other topics, with the goal of providing people with useful information.
13 Comments