mozilla / policy-templates

Policy Templates for Firefox
Mozilla Public License 2.0
1.15k stars 412 forks source link

`AppUpdatePin` constantly shows error ` -2016281112` #1163

Closed AnonymousX86 closed 1 month ago

AnonymousX86 commented 1 month ago

Recently I've prepared deployment plan for Firefox v131.0.3. I've followed official docs and prepared installer and configuration accordingly.

I'd like to apply minor versions only (do not apply major updates).

Install script:

msiexec /i "Firefox Setup 131.0.3.msi" TASKBAR_SHORTCUT=true DESKTOP_SHORTCUT=true START_MENU_SHORTCUT=true PRIVATE_BROWSING_SHORTCUT=false INSTALL_MAINTENANCE_SERVICE=true PREVENT_REBOOT_REQUIRED=true OPTIONAL_EXTENSIONS=false /quiet /log "%TEMP%\Install-MozillaFirefoxEnterprise.log"

Microsoft Intune Device Configuration includes:

Firefox installs properly, and all policies apply, except for the last one.

Details:

OMA-URI:

./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppUpdatePin

Value:

<enabled/>
<data id="AppUpdatePin" value="131."/>

Screenshot

image

mkaply commented 1 month ago

Everything I see online says it's an Intune bug that can be ignored.

https://www.reddit.com/r/Intune/comments/fgcx11/bitlocker_intune_2016281112_remediation_failed/

If you go to about:policies, is it set?

AnonymousX86 commented 1 month ago

Forgot to put that screenshot. image AppUpdatePin is missing,

mkaply commented 1 month ago

Can you try changing it to:

<enabled/>
<data id="String" value="131."/>
AnonymousX86 commented 1 month ago

Changing the value worked. image image Should I open a PR for this?

EDIT: PR to change docs about AppUpdatePin: https://mozilla.github.io/policy-templates/#appupdatepin.

mkaply commented 1 month ago

I already fixed the docs. Thanks for finding this and sorry that I didn't catch it.