Microsoftedgeenterprisex64



Microsoft Edge (Chromium) 84.0.522.44: Installs Microsoft Edge (Chromium) on x64 system, and checks for current or newer version before installing. This will also upgrade older versions if they are present. Mar 15, 2021 Installing Microsoft Edge. Obviously the first you’ll have to do is to get the Microsoft Edge setup file. I always get the enterprise MSI file. Select the latest stable release, at the time of writing this is v89.0.774.45 and make sure to also grab the latest Administrative Templates for Microsoft Edge using the “Get policy files” link. Microsoft Edge version 77 and later is available for macOS as well. You cannot use the built-in application deployment of Microsoft Edge for workplace join computers. Built-in application deployment requires the Intune management extension, which only exists for AAD joined devic.

Solution: Hi wajhikhwaja First you need to download the offline installer, you can grab it here.Since this is a MSI package you could use the options for the. MicrosoftEdgeEnterpriseX64.msi (1a845b276691) - ## / 57 MicrosoftEdgeEnterpriseX86.msi (b5b69f250943) - ## / 57 In cases where actual malware is found, the packages are subject to removal.

✪ How to Install Microsoft Edge Chromium without Creating a Desktop Shortcut

Microsoft recently released the Chromium-based version of Microsoft Edge. Although various properties of the browser can be configured via group policy, it wasn’t obvious how I could prevent the creation of a desktop shortcut during installation.

I decided to look into the MSI (MicrosoftEdgeEnterpriseX64.msi) by cracking it open with Orca. This revealed a BuildInstallCommand action in the CustomAction table. This action specified the command line used during the installation of the browser. The command is shown below:

If you look carefully, you will notice that the installerdata property is set to a URL encoded JSON document. When decoded it looks like this:

This corresponds with the file that gets created at the following location during installation: C:Program Files (x86)MicrosoftEdgeApplicationmaster_preferences

I already knew that the do_not_create_desktop_shortcut property could be added to the master_preferences file to prevent the creation of the desktop shortcut, but now it became clear how to easily update this configuration file during the installation of the browser.

The first step was to update the JSON configuration to include the do_not_create_desktop_shortcut property:

The second step was to remove all spaces from the file, and URL encode the result:

The third step was to update the BuildInstallCommand string to include the new encoded configuration:

And the final step was to create an MSI transform that would add that new command to the installer. To simplify this process, I wrote the following PowerShell script. The script assumes the MSI is located under C:Temp, and when run, it will generate a transform in the same folder named MicrosoftEdgeEnterpriseX64.mst. It is then possible to install Edgium using the following command:

The result: no desktop shortcut!!

[German]When upgrading a system to Windows 10 20H2 via WSUS there is a nasty trap that a blog reader pointed out to me. When upgrading, an existing Chromium Edge browser of the old system is forced to upgrade to an older Edge version. And Edge is not automatically updated afterwards. Update: Some additional comments appended.

How To Deploy Microsoft Edge Using SCCM - Prajwal Desai

Advertising

Some Background

Administrators can upgrade Windows 10 clients to newer builds via Windows Server Update Services (WSUS). For Windows 10 20H2 (October 2020 Update), there are two options:

  • When upgrading from older Windows 10 versions, the multi-gigabyte feature update is rolled out via WSUS and installed on the clients.
  • When upgrading from Windows 10 2004 to the 20H2, only a several hundred KByte Enablement Update is needed to unlock the features of the new Windows 10 20H2.

With the first mentioned variant of a complete upgrade, the old operating system is replaced by the new variant from the installation image. This is the variant that causes trouble.

Microsoft Edge downgrade during the upgrade

German blog reader CJ drew my attention the days in this comment to a problem when upgrading to Windows 10 20H2. He told me his experience when upgrading to Windows 10 20H2 from 1809 or 190x:

I am distributing the new Edge via MSI in the company. Latest [Edge] version 86.0.xxx on 1909 and 2004 is distributed and up everywhere, updating via WSUS. So far, so good.

If I do the Windows 10 update to 20H2 via WSUS now, the update will iron the [old] Edge 84.0 over it. Both EDGE versions in the program directory, but only 84.0 available.

Microsoft Edge Enterprise Landing Page

It does a downgrade so to speak! You have to manually reinstall the MSI with the 86.0 version again, because the GPO can’t do that by itself. And the WSUS doesn’t help either… And a downgrade lock I could not (yet) find?

It’s already clear that a feature update will take the content of the respective installation image and set an integrated edge to an older version. Microsoft does not seem to provide daily updated installation images as feature updates on their update servers. And then it comes to the described scenario that after the upgrade the older Edge 84.0 instead of the actually previously existing Edge version 86.0.xxxx lands on the machine.

What surprises me is that the browser does not update itself automatically, but a new MSI installation has to be used for the upgrade. Of course, this only happens with a feature upgrade from Windows 10 version 190x (or 1809) to Windows 10 20H2, because only there the installation image is used. Can anyone confirm these experiences? Is there a remedy?

Latest Version of Edge - Microsoft Community
Advertising

Additional remarks about the issue

Update Microsoft Edge

Meanwhile, there are two comments below to this blog post that should be noted.

Old MSI installer with issues

Blog reader EP points out in the this comment that you should use the MSI installer from this URL, because Microsoft included an “outdated” Chromium Edge installer in the KB4562830 20H2 enabler package and not the new ones from either September or October. Thanks for this comment.

Answer from the Edge Product Manager

Andy Zeigler, product manager Edge, has posted this comment, explaining how the downgrade may happens (thanks for that). How it behaves with the update KB4584642 (see Microsoft Edge available as update KB4584642 for WSUS), we have to see.

Addendum: See also the 2nd comment, dated November 10,2020, from Andy Zeigler, promising a fix soon.

Edge Installer Msi

Cookies helps to fund this blog: Cookie settings
Advertising