Yammer is an enterprise social networking service used for private communication within organizations. Yammer helps you to connect and engage users across your organization, thereby you can discuss ideas, share updates, and network with others around the globe.

To access Yammer, you can either use a web browser or desktop client application. I like the browser app on windows device but individual choice

In this blog post, we will see how to deploy using Endpoint Manager the Yammer App desktop client using Microsoft Endpoint Manager (Intune).

Yammer desktop app is available in both exe and MSI file (machine wide installer).

If you want to deploy Yammer using .exe file using Intune, you can create a win32 app and deploy it to the user group.

If you want to deploy Yammer using MSI, the Yammer Machine-Wide Installer is installed on the client machine (C:\Program Files (x86)\Yammer Installer), and it installs the Yammer Desktop app for users the next time they log in to their machine.

How does the Yammer MSI installation work? The Yammer MSI will place an installer in Program Files. Whenever a user signs into a new Windows User Profile, the installer will be launched and a copy of the Yammer desktop app will be installed in that user’s App folder. If a user already has the Yammer app installed in the App folder, the MSI installer will skip the process for that user.

This process something similar to Microsoft Teams machine-wide installer. But in this blog post, we will go through the steps for deploying the exe (extracted from MSI) file using win32 app to users.  Unlike the MSI installer, this method works for users who already have windows profile created and logged into the device.

If you are doing an Autopilot kind of scenario, would suggest planning for MSI installer and is much easier.

Endpoint Manager Yammer App Deployment

So now, let’s take a look at the exe deployment.

Endpoint Manager Yammer App

We will now use this the desktop app (yammerdesktop.exe) to create a win32 app and deploy using Microsoft Endpoint Manager (Intune).

To create a win32 app, we will use the win32 content prep tool. The packaging tool converts application installation files into the .intunewin format.

Endpoint Manager Yammer App
  • Once downloaded the tool, unzip the file to get IntuneWinAppUtil.exe
  • Open cmd and run IntuneWinAppUtil.exe
  • The setup will ask for the source folder, setup file, and output folder to save the output. Provide all the required information.
Endpoint Manager Yammer App
  • Once the file is processed, we will get a win32 app in .intunewin and ready to create app in Intune.
Endpoint Manager Yammer App

How to create win32 app for Yammer desktop in Intune:

Endpoint Manager Yammer App
  • On the Add app pane, click Select app package file.
Endpoint Manager Yammer App
  • Select a Windows installation file with the extension .intunewin
Endpoint Manager Yammer App
  • Click OK
  • Provide all the necessary information for the app
  • In the Program tab:
    • Install command: “yammerdesktop.exe” /s
    • Uninstall command: C:\users\%username%\AppData\Local\Update.exe” –uninstall –s
    • Install behavior: User

In the Requirements tab :

  • OS Architecture : 64-bit
  • Minimum Operating System : Windows 10 1709

In the Detection Rules tab:

  • Select Manually configure detection rules, click on Add
  • Since the yammer is installed in the user app data profile, we will need to use the user profile path to check for the installation status
  • Path: C:\users\%username%\AppData\Local\yammerdesktop
  • File or folder name:yammer.exe
  • Detection method: File or folder exists

  • On the Review + Save tab
  • Target the application to a security group (users)
  • Review the information before saving the changes.
  • The application is now created
  • Please wait for the content to upload. This will take a few minutes

The Yammer application is now created and targeted to the users.

End-user experience

When a user logged into the machine or already logged into the device, based on the sync cycle, the user receives the notification (these notifications can be suppressed in the assignment settings).

  • After a while, the user will see a success notification and there will be a shortcut placed on the desktop.
  • Desktop shortcut
  • Application installation status can monitored from Endpoint portal.

For understanding win32 app deployment status codes, please refer to my blog article on the subject. For more information about win32 apps. Follow the Microsoft Documentation

Comments (1)

lai290498

01.05.2024 AT 01:59 AM
Wonderful Article! - tstoto