Forum Discussion
Problem Installing Microsoft Edge MSI with EdgeUpdate Policy Is Configured
Hey Jeffrey_Fronius,
The InstallDefault policy is probably blocking installation -- InstallDefault==0 corresponds to "don't allow Edge installation". The UpdateDefault policy is sufficient to prevent the browser from updating. If you set InstallDefault to "Not Configured" (or Configured/one of the allowed values) you should be good to go.
Thanks,
Andy
- Jeffrey_FroniusJun 26, 2020Brass ContributorThe policy documentation seems to state this only impacts installing through edge update, not when installing through other methods. Perhaps I'm reading into it wrong. If we in fact don't need this to suppress automatic updating, then I'll look to remove it.
https://docs.microsoft.com/en-us/deployedge/microsoft-edge-update-policies#installdefault
Allow installation default
Microsoft Edge Update 1.2.145.5 and later
Description
You can specify the default behavior of all channels to allow or block Microsoft Edge updates when Microsoft Edge Update is used.
You can override this policy for individual channels by enabling the 'Allow installation' policy for specific channels.
If you disable this policy, the installation of Microsoft Edge through Microsoft Edge Update is blocked. This only affects the installation of Microsoft Edge software only when users are running Microsoft Edge Update and when they haven't configured the 'Allow installation' policy.
This policy doesn't prevent Microsoft Edge Update from running or prevent users from installing Microsoft Edge software using other methods.- azeiglerJun 26, 2020Microsoft
Hey Jeffrey_Fronius,
Agreed that the docs for InstallDefault need to be more clear about the behavior - I will follow up on that, thank you for the feedback. It's actually our installer (which is shared across all deployment types -- EdgeUpdate/MSI/WSUS/etc.) that reads the InstallDefault key. Let me know if you hit any additional issues.
Thanks again,
Andy
- abbodi1406Jun 27, 2020Steel Contributor
Jeffrey_Fronius wrote:
The policy documentation seems to state this only impacts installing through edge update, not when installing through other methods. Perhaps I'm reading into it wrong. If we in fact don't need this to suppress automatic updating, then I'll look to remove it.Edge MSI package bundle Microsoft Edge Update as well, and it's what's used to perform the installation
you can inspect MSI with Orca or InstEd and see InstallCommand
something likeMicrosoftEdgeUpdateSetup.exe /silent /install "[ProductTag]" /installsource enterprisemsi[OptOmahaArgs] /appargs ..