With the release on Microsoft Edge Insider release for testing – I started by testing the deployment of the new Edge from Intune. The new Edge has become my favorite browser already, it is fast using less system resources and having a good user experience.
Note: Microsoft Edge insider is in preview and is not production ready!
In this short blog post I will only cover how to deploy Microsoft Edge not how is it working or how to configure it – that is for a future blog post.
For the deployment part as the new Edge installer is a .exe we need to deploy it with Intune win32 app – so first we need to wrap the application with Microsoft Win32 Content Prep Tool before we are able to deploy with Intune,
There is two different version one for each deployment channel – the only difference there is in the channels is how often it will be updated for the Dev Channel it is updated once a week and the Canary Channel is updated once a day,
You need to go Microsoft Edge Insider download page
Select the right download for your testing
- Dev Channel
- Canary Channel
- Click Accept and download
- Then you can close the popup box
You are now ready to wrap the new Edge to be deployed in Intune
But first you need to get the Offline installer for Edge DEV – personally I use Windows Sandbox in Windows 10 1903 so I don’t mess up my device when finding the different install, uninstall strings and the information for detection rules uses when creating the Intune Win32 app.
From the properties of the shortcut for Microsoft Edge Dev I get the file for my detection rule : “C:\Program Files (x86)\Microsoft\Edge Dev\Application\msedge.exe”
When browsing “C:\Program Files (x86)\Microsoft\EdgeUpdate\Download\” I found that there is a offline installer for Microsoft Edge Dev version 75.0.139.1 that is easier to use then the first installer downloaded from the Edge Insider webpage – do to it don’t contain all the binaries and the offline installer does.
You also need to find the uninstall string to use in your Intune Win32 application it is located in : “HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Edge Dev”
The uninstall string is : “C:\Program Files (x86)\Microsoft\Edge Dev\Application\75.0.139.1\Installer\setup.exe” –uninstall –msedge-dev –system-level –verbose-logging
Write the information down for later use in creating the Intune Win32 app
Download Microsoft Win32 Content Prep Tool
Run the command to create the .intunewin file
IntuneWinAppUtil.exe -c c:\temp\EdgeDev -s MicrosoftEdge_X64_75.0.139.1.exe -o c:\temp\ -q
The you will have created MicrosoftEdge_X64_75.0.139.1.intunewin that you can use direct when creating a Intune Application.
Now it is time to create the Intune Win32 application you can deploy to your end users.
Start Microsoft 365 Device Management portal
- Click Client apps
- Click Apps
- Click Add
- Select App type : Windows app (Win32)
- Click App package file
- App packages file : upload your MicrosoftEdge_X64_75.0.139.1.intune
- Click App information
- Name : MicrosoftEdge Dev
- Description : MicrosoftEdge Dev version 75.0.139.1
- Publisher : Microsoft
- Click Logo and upload Microsoft Edge Dev logo
- Click Program
- Install Command : MicrosoftEdge_X64_75.0.139.1.exe –system-level
- Uninstall command : “C:\Program Files (x86)\Microsoft\Edge Dev\Application\75.0.139.1\Installer\setup.exe” –uninstall –msedge-dev –system-level –verbose-logging
- lick Requirements
- Operating system architecture : x32/x64
- Minimum operating system : Windows 10 1709
- Click Detection rules
- Select Manually configure detection rules
- Click Add
- Rule type : Registry
- Key path : HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Edge
- Valuename : UninstallString
- Detection method : Value exists
- Associated with a 32-bit app on 63-bit client : Yes
Then you are finish with the application and MicrosoftEdge Dev will be uploaded to Intune and when it is finished you can assigned it to your end user.
Now for the end user experience
The new deployed application is showing up in Company Portal the end user just need to click on the Microsoft Edge Dev icon
Click Install
when the installation is finish the end user can start using Microsoft Edge
Read more:
What to expect in the new Microsoft Edge Insider Channels
Microsoft Edge preview builds: The next step in our OSS journey
Hi Per,
I have tried to get the uninstall command but found out the application is installed within the %localappdata% instead of C:\Program Files..
I guess this doesnt work when you want to deploy this using Intune ?
Go for the new MSI installer instead https://osddeployment.dk/2019/08/04/deploy-microsoft-edge-dev-for-business-for-mac-with-intune/