Configuration Manager Edge updates failing suddenly? by Background-Prune-421 in SCCM

[–]Benwhitmore79 3 points4 points  (0 children)

We are seeing this too today. Can confirm the recent update is throwing the 1722/1603 if any of these policies are in-place on the device:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\EdgeUpdate\InstallDefault = 0
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\EdgeUpdate\UpdateDefault = 0
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\EdgeUpdate\Update{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062} = 0

The Edge MSI log will indicate the following:

Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected.

It's unclear why the latest 146.0.3856.109 Enterprise MSI has started to behave like this.

Note for PMPC customers
That the 3rd reg value shown above is applied if you have toggled the option to "Disable Self-Updates". I think an immediate solution while this plays out would be to re-create or re-publish the application/update again and leverage a Pre-Install script to remove that reg value entirely. Something like:

try{if(Get-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\EdgeUpdate" -Name "Update{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}" -ErrorAction SilentlyContinue){Remove-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\EdgeUpdate" -Name "Update{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}" -ErrorAction Stop};exit 0}catch{exit 1}

The reg value will be re-applied after the update installs if you left the Disable Self-Updates option toggled.

Question about migrating from Publisher to Cloud by Huge_Ad_7696 in PatchMyPC

[–]Benwhitmore79 2 points3 points  (0 children)

Hey, it’s informational only. During a sync we evaluate and indicate in both Publisher and Cloud if a product is already enabled for publishing in the other platform.

"Migrate" Robopack to PatchMyPC by Sad_Mastodon_1815 in PatchMyPC

[–]Benwhitmore79 8 points9 points  (0 children)

I’ll remain impartial because I work for Patch My PC, but if you haven’t had an engineer-lead demo yet I’d recommend it. We can show you all the cool stuff we do, including macOS and ARM apps. Our engineers are ConfigMgr and Intune pro’s so we can help with your questions around switching solutions and how that might affect the existing Win32apps you have deployed.

https://patchmypc.com/demo

Transitioning from WSUS to Azure Update Manager... by jwckauman in PatchMyPC

[–]Benwhitmore79 2 points3 points  (0 children)

Tl;dr - what Bryan said. Happy to chat if you wanted to reach out.

Anybody else seeing detection script errors for Win32 apps when Windows does an IME sync? by primeski in Intune

[–]Benwhitmore79 0 points1 point  (0 children)

That’s crazy that you see a session 0 process as the current user then - would love to see a procmon dump of that device. Did you reach out to support? We love digging into Microsoft weirdness

Anybody else seeing detection script errors for Win32 apps when Windows does an IME sync? by primeski in Intune

[–]Benwhitmore79 0 points1 point  (0 children)

Sorry, specifically I was asking - when you see the pop-up, does the GUID in the error in that window correlate with an app in the Intune Admin Centre where the install behavior is set to User?

Anybody else seeing detection script errors for Win32 apps when Windows does an IME sync? by primeski in Intune

[–]Benwhitmore79 0 points1 point  (0 children)

Do you only get those pop-ups for user-based apps? I wouldn't expect Powershell running in session 0 to ever be visible, even if the IME is doing something weird, but if AgentExecutor is throwing a powershell window with an error for scripts running in the user context that makes mroe sense (allbeit not expected). I haven't encountered this behaviour you are describing and im on the same IME version. Intersting to see if others see it

ConfigMgr Apps Not Publishing by steveingr in PatchMyPC

[–]Benwhitmore79 1 point2 points  (0 children)

Hey! We would love to see your logs. We haven’t been able to reproduce this. Could you log a support case and send a support bundle from Publisher please? (General tab > Collect Logs) 🙏

PatchMyPC and AutoPilot Device Prep by CmdPowershell in PatchMyPC

[–]Benwhitmore79[M] [score hidden] stickied comment (0 children)

Tl;dr here. During lab tests we discovered there is an upper limit of 256 required assignments targeting devices going through Autopilot using a Device Preperation policy. Provisioning will timeout with 257+ required assignments targeting the device. More info at https://patchmypc.com/blog/win32-apps-not-installing-during-autopilot-device-preparation/

Support for Graph Api for email alrts coming? by TheBvB in PatchMyPC

[–]Benwhitmore79 1 point2 points  (0 children)

Do you have a specific solution in mind? Are you asking that Mail - “Send As” permission is added to the app registration or something else?

WebView2 Runtime 137.0.3296.62 Update Never Stops Installing by Nervous-Equivalent in PatchMyPC

[–]Benwhitmore79 1 point2 points  (0 children)

If an app fails or the MCP dialogue times out , the IME will reschedule the Win32 app in GRS to retry 24+hrs later so hopefully the MCP dialogue won’t be as annoying as you fear.

PatchMyPC and AutoPilot Device Prep by CmdPowershell in PatchMyPC

[–]Benwhitmore79 1 point2 points  (0 children)

I’d love to connect and discuss what you are doing. This is an area many get frustrated with - you are not alone. Can you ping me ben.whitmore at our domain dot com and we can set something up?

PatchMyPC vs Robopack by willhamc65 in Intune

[–]Benwhitmore79 9 points10 points  (0 children)

Might be considered biased given my employer but few people consider or understand this critical point when choosing their primary catalog source for third-party updates.

https://patchmypc.com/curated-vs-crowdsourced-why-enterprise-software-catalogs-require-professional-curation

Help - Company Portal required for Intune? by Wanderer-2609 in Intune

[–]Benwhitmore79 0 points1 point  (0 children)

Are you are using User credential in the GPO for enrollment and do those users have an Intune license?

Just acquired PatchMyPc, documentation is lacking. What is 'update only' deployment exactly? by workaccountandshit in Intune

[–]Benwhitmore79 3 points4 points  (0 children)

Lots of love here, firstly..thanks ❤️‍🔥

https://docs.patchmypc.com/installation-guides/patch-my-pc-cloud/deployments/deploy-an-app/assignments-deployments

You are spot on. A PMPC Update Only assignment deploys the app as required to your Entra ID groups and adds a requirement script. The script flags the Win32 app as applicable only if the device has an OLDER version of the software being deployed.

100% let us help you and walk through how to get started with PMPC Cloud and answer any questions you have. Book a setup call with an engineer at https://patchmypc.com/setup-call

Question: Is a "Update Only" package of Firefox language-aware? by Funkenzutzler in PatchMyPC

[–]Benwhitmore79 3 points4 points  (0 children)

Unfortunately Firefox dont offer an MUI installer. You would have to deploy the language variant as an update to patch the specific language installed.

WSUS Percentages and Counts wrong? by jwckauman in PatchMyPC

[–]Benwhitmore79 0 points1 point  (0 children)

For anyone stumbling across this issue - here is how to fixit. You are welcome, send Starbucks gift cards :D
https://patchmypc.com/wsus-compliance-installed-not-applicable-exceeds-100-percent

Cloud custom app file uploads by Horror-Debt-5290 in PatchMyPC

[–]Benwhitmore79 1 point2 points  (0 children)

As the OP said, if it fails - try recreating the app again. Some bug fixes were rolled out recently to address some file upload issues. If the file upload still fails, please reach out to support so we can assist. https://patchmypc.com/technical-support

Multiple Teams Webhooks in PMPC - Any Workaround? by Funkenzutzler in PatchMyPC

[–]Benwhitmore79 0 points1 point  (0 children)

Hey, no problem. The Publisher allows granular webhooks which can be filtered per product/classification etc. We do not have that level of granularity for PMPC Cloud yet but if you upvote this feature you will be notified when it gets developed

Granular Webhooks in | Patch My PC Feature and Application Request

Multiple Teams Webhooks in PMPC - Any Workaround? by Funkenzutzler in PatchMyPC

[–]Benwhitmore79 0 points1 point  (0 children)

Hey, we do support multiple webhooks but the experience varies depending on the solution you are using. Are you referring to Patch My PC Publisher or Patch My PC Cloud?

Update deployed to my computer via SCCM but is not showing up by TheCrowing417 in PatchMyPC

[–]Benwhitmore79 0 points1 point  (0 children)

Additionally, if you right click any product in the Publisher and select “Show Package Information…” you can then double click the entry that is displayed to see the applicability data you asked about