• 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 - L.A

#1
Quote from: Adam Cook (Patch My PC) on May 22, 2024, 02:42:26 AMHi L.A

Do you have the product Node.js Latest enabled and deployed in the Patch My PC Publisher? These "Latest" products are designed to perform major version upgrades: https://patchmypc.com/products-multiple-versions-patch-my-pc

Thank you, We sure did! :D
Had completely missed that one and that this was a thing. The "Node.js Latest" is now disabled, the update revoked and hopefully the devs can get of my back.
#2
Hey!

We have a problem where we deploy updates for node.js versions.
Some users have node.js 20 LTS installed, but if a new update for eg. node.js 22 is released, this update seems to upgrade their versions to ver 22 and overwrites.
Maybe some kind of detection issue?

This causes some issues, especially for developers where some libries are release specific and they stop working.

Is this an intended way to work, or maybe a bug?
Do you need some more information?

best regards,
#3
Hi!

https://patchmypc.com/list-of-domains-used-for-downloads-in-patch-my-pc-update-catalog

Probably needs an update for QGIS as well, for "QGIS Latest" its correct, but "QGIS LTR" needs an separate entry as that one goes to "https://qgis.org/downloads/" according to the package information.

best regards,
#5
Hey!

QGIS LTR 3.22 seems to be missing all of its package details, and is not downloading when selected as a configmgr app.
PMPC Publisher 2.1.13.0


Best regards,
#6
Hey!

Seems as the .exe and .msi for KeePass V2 is mixed up on your "List of Domains for Firewall Allowlist when Using Patch My PC"

https://patchmypc.com/list-of-domains-used-for-downloads-in-patch-my-pc-update-catalog

If i use the Published and check the Package Details it seems to be the other way around then the list :D

best regards,
#7
Experiencing 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"....