Skip to content
How to Deploy Airtame Using SCCM

How to Deploy Airtame Using SCCM

Written By Abhinav Rana
Last Updated February 2, 2023
Posted In SCCM
SHARE

In this post, we will deploy Airtame Using SCCM. We will use the MSI application to deploy Airtame using SCCM on Windows 10/11 client machines.

Airtame provides subscription-based hybrid conferencing, screen sharing, and digital signage solutions that make shared screen experiences simpler, smarter, and more engaging.

No matter where they are in the world, everyone can share seamlessly from their mobile devices to the screen on the wall, whether a student in a classroom or a team member at a hybrid meeting.

Airtame is a screen-sharing solution that lets you wireless present from your favorite devices. The Airtame app is available at no additional cost. Airtame supports both WiFi and Ethernet connections.

Patch My PC

To connect via WiFi, select your network from the WiFi list and select 5GHz over 2.4GHz if possible. By clicking “Connect” and entering your computer’s user password, Airtame will temporarily switch to its hotspot to transfer the configuration.

What is an MSI file?

Windows packages that contain installation information, including files to be installed and installation locations, are called MSI files. The EXE and MSI files both install and launch Windows programs.

The EXE file may not always contain an installer and may launch its program when double-clicked. An MSI file, however, always includes an installer.

Airtame Silent Install Uninstall Commands

Let’s start with the Deployment of Airtame using SCCM. As told earlier, we are using the MSI file for Airtame Deployment. You will see why the availability of MSI files for any application brings sparkles in the eyes of the SCCM Admin.

One can easily download the 64-bit application directly from Airtame. There are multiple files available for this download. Once you click the “Download” button, you will be prompted to select the files you need and choose the MSI setup for the Windows 64-bit architecture.

Now, as we get the MSI, we don’t need to work on prerequisites, as we used to tell you in the previous posts in which we used EXE files.

  • We have to download the logo of Airtame, as we already extracted the MSI file.

The following table gives you all the details required for the Airtame Deployment tool using SCCM. This includes the command line for Airtame silent install, Uninstall, and Product Code.

NameInstall Command LineUninstall Command LineDetection Method
Airtame (*.msi file)Install -> msiexec /i “Airtame-4.5.2-setup.msi” /qUninstall -> msiexec /x {08410F73-B7EE-4741-8250-59E12A71C479} /qWindows Installer –
{08410F73-B7EE-4741-8250-59E12A71C479}
Table 1 – How to Deploy Airtame Using SCCM

Create Airtame Application Using SCCM Console

This MSI application deployment guide will use the SCCM admin console to create an application. To start with the Application creation part, copy the downloaded setup to the package source location of the SCCM Server.

  • Navigate to SCCM Console\Software Library\Overview\Application Management\ Applications.
  • Right-click on Applications and select Create Application.
How to Deploy Airtame Using SCCM Fig.1
How to Deploy Airtame Using SCCM Fig.1

For all MSI application deployments, always Select the Automatically detect Information about the application from installation files and choose Windows Installer (.msi files) in the Type category. Also, enter the UNC Path for the application in Location and click Next, as shown below in the image.

Airtame Deployment Using SCCM Application MSI Model Fig.2
How to Deploy Airtame Using SCCM Fig.2

Now you will see the real Magic!! As soon you click on next, you will see that all the information has been imported from the MSI file, as shown below, and click Next.

Airtame Deployment Using SCCM Application MSI Model Fig.3
How to Deploy Airtame Using SCCM Fig.3

Also in the General Information Tab, you will see it imports the install behavior/command from the installer itself.

  • Silent Command Line for Airtame = msiexec /i “Airtame-4.5.2-setup.msi” /q

After this, click Next on the Summary Tab and end this Create Application Wizard by clicking on Close in Completion Tab.

Airtame Deployment Using SCCM Application MSI Model Fig.4
How to Deploy Airtame Using SCCM Fig.4

After the creation of the Application, it will appear in the Application Node. Now to Add an Icon to Airtame, right-click on Airtame and click on Properties.

After this, choose Software Center Tab, as shown below. And click on Browse in Icon, select the icon, and click on Apply and OK, as shown in the image below.

Airtame Deployment Using SCCM Application MSI Model Fig.5
How to Deploy Airtame Using SCCM Fig.5

Distribute Airtame Application

After the creation of the Application, it will appear in the Application Node. To begin with, the distribution right-clicks on the Airtame Application and clicks on Distribute Content, as shown in the picture below.

Airtame Deployment Using SCCM Application MSI Model Fig.6
How to Deploy Airtame Using SCCM Fig.6

The Distribute Content Wizard will open, and click Next in the General Tab. Then select the Application Name in the Content Tab and Click on Next. After this, click on Add in the Content Destination Tab and select the Distribution Point option.

Airtame Deployment Using SCCM Application MSI Model Fig.7
How to Deploy Airtame Using SCCM Fig.7

Then Add Distribution Point page will pop up, choose the Distribution Point on which you want to distribute the Application and click on OK, and then on Next.

Airtame Deployment Using SCCM Application MSI Model Fig.8
How to Deploy Airtame Using SCCM Fig.8

After this, Click Next on Summary Tab and complete this Distribution process by clicking Close on Completion Tab.

Airtame Deployment Using SCCM Application MSI Model Fig.9
How to Deploy Airtame Using SCCM Fig.9

Deploy Airtame using SCCM

So as of now, we have accomplished two tasks i.e., Application Creation and Application Distribution to the DP. Now all left is the Deployment of the Airtame on the All Windows 10 Device Collection.

As you can see, your Application is displaying in Application Node, Right-click on Airtame and select Deploy.

Airtame Deployment Using SCCM Application MSI Model Fig.10
How to Deploy Airtame Using SCCM Fig.10

After this, Deploy Software Wizard opens, and in the General Tab, enter the Name of the Application and click on Browse to select the Collection. Now the Select Collection page will pop up; choose Device Collection from the drop-down menu, and then

  • Select your targeted Device Collection and click on OK, and then Next.
  • Here I choose All Windows 10 Devices.
Airtame Deployment Using SCCM Application MSI Model Fig.11
How to Deploy Airtame Using SCCM Fig.11

Now in the Deployment Settings Tab, select:

  • Install in the Action box
  • And choose Available in the Purpose category.
Airtame Deployment Using SCCM Application MSI Model Fig.12
How to Deploy Airtame Using SCCM Fig.12

In the Scheduling Tab, enter the time details if you want it to be available at a specific time; otherwise, leave it as it is and click Next. After this, in the User Experience Tab,

Select Display in Software Center and shows all notification options in the User notifications, and click on Next as shown below.

Airtame Deployment Using SCCM Application MSI Model Fig.13
How to Deploy Airtame Using SCCM Fig.13

In the Alerts and Summary Tab, click on Next and to end the process, click on Close in the Completion Tab.

Airtame Deployment Using SCCM Application MSI Model Fig.14
How to Deploy Airtame Using SCCM Fig.14

End Users Experience

In this section, we will check the end-user experience for Airtame Application Deployment and Installation. The Airtame Application is Created, Distributed, and Deployed.

Now, if you check the Software Center of Win 10 device from the Windows 10 Device (or All Windows 11 Device) Collection, you will see the Application in Available Mode, and the user can install it as per the requirement.

Airtame Deployment Using SCCM Application MSI Model Fig.15
Airtame Deployment Using SCCM Application MSI Model Fig.15

As you can see in the below screenshot, the Airtame Application is installed successfully on Windows 10/11 devices. This proves that the above MSI installer works fine for Airtame Application Installation using SCCM.

Airtame Deployment Using SCCM Application MSI Model Fig.16
Airtame Deployment Using SCCM Application MSI Model Fig.16

So the above picture depicts that we have finally created, Distributed, Deployed, and Installed the Airtame Application shown in the Software Center as shown in the above image.

Author

Abhinav Rana is working as an SCCM Admin. He loves to help the community by sharing his knowledge. He is a BTech graduate in Information Technology.

Discussion

Join the discussion

Your email address will not be published. Required fields are marked *

Related guides

Intune

Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws

Key Takeaways Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws! In the July 2026 Patch, Microsoft introduced new features designed to improve the overall Windows experience. The update adds enhancements to Windows Update for more flexible update management and introduces Point-in-Time Restore, providing an additional recovery option for […]

AC Anoop C Nair 9 min read
Intune

2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws

Key Takeaways 2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws! The June 2026 Windows 11 Patch Tuesday update brings several improvements to File Explorer. It adds support for additional archive formats, including UU, CPIO, XAR, and NuGet Packages (NUPKG). The update also preserves View and Sort preferences in […]

AC Anoop C Nair 10 min read
Intune

2026 May KB5089549 KB5087420 Windows 11 Patch | 0 Zero Day Vulnerabilities and 120 Flaws

Key Takeaways The Windows 11 May 2026 Patch KB5089549 KB5087420 Update brings important security fixes, performance improvements, and reliability enhancements across the operating system. The update introduces new features such as Xbox Mode for gaming, File Explorer improvements, enhanced input and sharing experiences, better taskbar and Windows Hello reliability, and additional enterprise management capabilities for […]

AC Anoop C Nair 8 min read
SCCM

ConfigMgr 2603 Introduces New Early Update Enrollment Process

Key Takeaways In this post we are discussing the ConfigMgr 2603 Introduces New Early Update Enrollment Process. Microsoft has officially released Configuration Manager version 2603 to the Early Update Ring, giving organizations an opportunity to test upcoming improvements before the global production rollout. The release is targeted at enterprises running ConfigMgr version 2409 or later […]

AC Anoop C Nair 3 min read