Skip to main content

Deploying the Fugo Player app with Microsoft Intune

Deploy Fugo Player to Windows devices at scale using Microsoft Intune. This guide walks through packaging the installer, configuring a Win32 app, assigning it to devices, and managing future updates.

Written by Fugo Support

Table of contents


This guide explains how to deploy Fugo Player to Windows devices using Microsoft Intune.

Deploying Fugo through Intune allows you to install the application silently across managed devices, control when new versions are deployed, and manage updates through your existing Intune workflows.

By the end of this guide, your assigned devices will:

  • Install Fugo Player silently in the background.

  • Launch Fugo Player automatically after sign-in.

  • Remain on the version you've approved until you deploy an update through Intune.

Before you begin

You'll need:

  • Administrator access to Microsoft Intune.

  • Windows devices enrolled in Intune and joined to Microsoft Entra ID.

  • Windows 10 or Windows 11 (64-bit).

  • The Fugo Player Intune installer. If you don't already have it, contact your Fugo representative.

The installer is packaged as a machine-wide installation, allowing Intune to install Fugo Player before any user signs in. This makes it suitable for unattended digital signage deployments.


Step 1: Package the installer (optional)

Skip this step if Fugo provided you with a file ending in .intunewin.

Microsoft Intune deploys Win32 applications using the .intunewin format. If you've received the standard installer instead, you'll first need to package it using Microsoft's free Win32 Content Prep Tool.

Place the installer in an empty folder and run:

IntuneWinAppUtil.exe -c C:\fugo-source -s Fugo-Player-Intune-<version>.exe -o C:\fugo-output

The tool will generate:

Fugo-Player-Intune-<version>.intunewin

This is the file you'll upload into Intune.

This is the only command-line step required during deployment.

Flow chart of the process to create a .intunewin file.


Step 2: Create the Win32 app in Intune

In the Microsoft Intune admin center:

Choose:

Windows app (Win32)

Upload your .intunewin file.

Configure the application details:

  • Name: Fugo Player (or your preferred name)

  • Publisher: Fugo

  • Description: Optional

  • Logo: Optional


Step 3: Configure the installation commands

On the Program page, configure the following:

Install command:

Fugo-Player-Intune-<version>.exe /S

Uninstall command:

"%ProgramFiles%\Fugo Player\Uninstall Fugo Player.exe" /S

Install behavior:

System

The /S switch performs a silent installation and uninstallation, while the System install behavior allows Intune to install Fugo Player without requiring a signed-in user.

Leave the restart behavior set to its default value.


Step 4: Configure application requirements

On the Requirements page, configure:

  • Operating system architecture: 64-bit

  • Minimum operating system: Windows 10 (or later, if required by your environment)


Step 5: Configure the detection rule

Detection rules allow Intune to determine whether Fugo Player is already installed and whether the installed version satisfies the deployment requirement.

Choose:

Manually configure detection rules

Add a File detection rule with the following values:

Path:

C:\Program Files\Fugo Player

File:

Fugo Player.exe

Detection method:

Version

Operator:

Greater than or equal to

Version

Enter the application version using the four-part format (for example, 1.25.8.0).

Using a version-based detection rule (rather than simply checking whether the executable exists) allows Intune to correctly detect and deploy future updates.


Step 6: Assign the application to devices

On the Assignments page, add the device group containing your Windows signage devices under Required.

Save the application.

Intune will begin deploying Fugo Player during each device's next check-in.

Because Intune deployments aren't immediate, it may take some time before devices begin installing the application.


Step 7: Manage future updates

When a new version of Fugo Player is released, don't replace the existing application.

Instead:

  1. Create a new Win32 application using the new installer.

  2. Configure Supersedence to supersede the previous version.

  3. Set Uninstall previous version to No so the application upgrades in place.

Devices will receive the new version during their next Intune check-in.

Unlike the standard Windows installer, the Intune version of Fugo Player doesn't update itself automatically. All application updates are managed through Microsoft Intune, giving you full control over version rollout.


Step 8: Pair your screen to Fugo

Once the Fugo app is installed and running on the screen, you'll see a four digit pairing PIN:

You'll use this pairing PIN to connect your screen to Fugo CMS so that you can manage your content and your screen.

To do that:

1. Log in to your account or start a free trial at fugo.ai/app.

2. Navigate to the Screens page and click Add screen.

3. Select the type of screen this is. You can either select Physical screen here or Test screen.

4. Enter the pairing pin in the space provided.

5. Give your screen a name and click Continue.

6. Add an address (if you want to be able to view your screens in Fugo's map view) and set the orientation if it's different from the standard landscape setting.

7. Assign any labels or custom screen properties to your screen. Click Save details when you're done.

Your screen is now paired to Fugo and will be listed on your Screens page:

From here, you can start assigning and managing the content for your screen/s!

You can learn more about content & screens here:

If you're trialing Fugo, we recommend you check out this article that covers what features & workflows Fugo can help you with:


After deployment

Once deployment completes, each assigned device will:

  • Install Fugo Player silently in the background.

  • Launch Fugo Player automatically each time Windows starts and the device signs in.

  • Continue running after reboots or unexpected power interruptions without requiring manual intervention.


Troubleshooting

If Fugo Player isn't installing as expected:

  • Allow time for the device to complete its next Intune check-in.

  • Verify that the device belongs to the group assigned to the application.

  • Confirm that the detection rule version exactly matches the version of the uploaded installer, using the four-part version format.

  • Verify that the device is running 64-bit Windows 10 or Windows 11 and is properly enrolled in Microsoft Intune.


Need more help?

If you run into issues creating spaces, roles, or managing users - our team is here to help! You can reach us via the handy support chat box in the CMS or email support@fugo.ai.

If you're looking to add SSO to your account, reach out to your account manager or sales@fugo.ai.

Did this answer your question?