This guide explains how to deploy UpSlide software using Microsoft Intune MDM.
Create an Intunewin app
You can deploy your own customized Win32 apps via Microsoft Intune using the Intune-Win32-App-Packaging-Tool. You can find the tool here.
Then, create 2 folders, one named IntuneApps where you can find your msi or exe you want to deploy, and one named Intunewin where the tool will stock the .intunewin file.
Then launch the tool and fill the information on screen using your specific names of files and locations. Example:
The .intunewin file will be generated. This process can take up to 5 Minutes.
Pre-Requisites packaging
Using the same Win32-App-Packaging tool, you'll need to package both prerequisites:
- VSTO Runtime
- .NET Framework (Already built in Windows 10, so you may not need to package it)
Then on the Intune Portal, create two new Win32 Apps as follows:
Dependencies are now ready. The last part will consist of packaging UpSlide.
UpSlide Packaging
Next, go back to Intune Portal and create a new Win32 Application. Put the UpSlide .intunewin file that was previously generated.
Then go to Program Tab to set your installation command line
Next, go to Detection Rules tab to set the detection rule as follows:
- Rules format: Manually configure detection rules.
- Key path : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\PowerPoint\Addins\Finance3point1.UpSlide.PowerPoint
- Detection method: Key exists
Next go to Dependencies tab, select the prerequisites apps packaged earlier:
That's it! Finish the package creation and assign the app to your users.