• Welcome to Support Forum: Get Support for Patch My PC Products and Services.
 
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Bram_MECM

#1
Hi team,

Running through an OS Deployment review in my environment, I've noticed that the PMPC package for Ms edge MSI-X64 with the detection script version 3.5 didn't notice that msedge version 127.0.2478.109 is installed. The PMPC version that is being pushed atm is 127.0.2478.105.

The detection script might need a tweak.

#2
Quote from: L.A on October 27, 2022, 04:31:51 AMExperiencing the same issue.

The issue seems to lay here:
Row 147 in the detection script.

[hashtable]$RegKeyDetection = @{@{'SOFTWARE\Adobe\Adobe Acrobat\DC\Installer' = 'IsMUI'} = @{Value = '1';WOW6432Node = $False; Operator = '-eq'}


The registrykey "IsMUI" doesnt set any value at all.
If you change
"@{Value = '1'"
to
"@{Value = ''"
, it will detect the app.

But, i dont thinks its the detection script which is wrong, cause, if i uninstall the application from "Add remove programs" when it has installed but is not detected, and then install it via Software Center AGAIN, then the IsMUI value is the to "1"....


Funny thing. When I tried the install again this morning, I noticed the same. Detection worked.
#3
Hi Ben,

I'm using ConfigMgr application deployment. I'm using the default settings from the package.

I am testing with the x64 version though (my bad for not mentioning this):



I am talking about the latest version. (20263 not 20258).
#4
Hi PMPC,

It looks like Adobe Acrobat Reader DC MUI 22.003.20263 Application deployment has brought new bugs:

1. Detection is failing again like the previous version (Previous report)
2. The "Adobe Acrobat Update Task" is created and enabled. So the Update_mode=0 is ignored. (Adobe issue?)
#5
Hi Ben,

Much appreciated.

I'll have a look at the updated catalog tomorrow.

Kind regards!

PS. Let me know when you guys are going to Adobe with pitchforks.  8)  ;D
#6
Hi PMPC!

Sad news again on the Adobe Acrobat Reader front. SCCM Deployment installs Acrobat reader but doesn't get detected by the detection script.

SCCM provides the lovely:

Detection script used is version 3.1.

PatchMyPC-SoftwareDetectionScripts.log doesn't give a lot of details. Is there a way to enable debugging mode for the detection script?

I'm ok to zip the logs but the error is obvious:
No valid software found for Adobe Acrobat Reader DC *MUI* with version 22.003.20258 meeting Detection rules

Changing the detection to the acrobat reader exe file for both version solves it for us for now. But it would be nice the detection script would do it's thing.

I've already republished both applications.