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

Recent posts

#51
PuTTY 0.78 installed is the latest, stable version.  You're offering 0.77, an old version:

https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

0.78 has been out since 29 October 2022.
#52
I think it's required to deploy:
- When a new version is uploaded in PMPC, SCCM will detect the new version and automatically redeploy the updated application to the targeted collection. Discover more about required deployments to fully understand how this works in your environment.
- The PMPC installer will handle uninstalling the previous version and installing the new version, so it should be a seamless upgrade for the devices. Discover more about the PMPC upgrade process.
- SCCM does not do an uninstall/reinstall, it just deploys the new version and lets the installer handle upgrading.

Available deployment:
- SCCM will not automatically redeploy the application to users that already have it installed. Discover more about the differences between required and available deployments in SCCM. 
- Users will have to manually check for updates in Software Center to get the latest version. Discover more about how users obtain application updates through Software Center.
- SCCM will not detect already installed applications and add those devices to the "installed" list. It relies on application reporting and detection methods configured in the application. Discover more about application detection and reporting.

Existing installations:
- If the application was already installed before you imported it into SCCM, SCCM will not detect those installations automatically. Discover more about how to manage existing installations.   
- You will need to configure detection methods (registry keys, files, etc.) and run a detection scan to find those existing installations and report them to SCCM. Discover more about configuring detection methods and running detection scans.
Hope this helps clarify things! Discover more about how to create web Stories, it is very interesting.
#53
Has the delete and uninstall feature been updated now?
#54
We looked into this a bit more, we are actually providing 1.4.5, however, this version did not update the registry properly, and we use the title in determining the version to look for in the registry, which is why the title version does not match the version that we install.

Screenshot 2023-05-18 234015.jpg
#55
Thanks! We'll look at our automations to catch new versions of this app in the future, and have this version added either today or tomorrow.
#56
It appears TortoiseSVN 1.14.5 is currently available, but Patch My PC only has the app and patch for 1.14.29465.  Is this product no longer supported, or is it getting missed?

https://tortoisesvn.net/downloads.html
#57
The paper has excellent writing, fantastic material, and a sensitive map of dispersion.

#58
a brief conclusion to this  My command line is present and functioning as intended.
#59
Unfortunately, I can't further debug this because you left out crucial columns. Please distribute the entire file. You're welcome to send an email to [email protected] to share this discreetly, and I'll take it. Add a heading like "FAO: Adam" to the email.

 
#60
So, I'm just running into this myself and, as Eddie78701 mentioned, it's a user install that appears in Hardware Inventory. This would mean, and I confirmed, that it has an entry in the HKLM area of the registry (HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall). Below is the IsInstallable Rules taken from Cisco Webex Meetings and modified for Webex; I used the version referenced in the original post. Is it possible that the detection of the update could be augmented to use something like this?

<bar:RegKeyLoop RegType32="true" Key="HKEY_LOCAL_MACHINE" Subkey="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" TrueIf="Any">
<lar:And>
  <bar:RegSzToVersion RegType32="true" Key="HKEY_LOOP_TARGET" Subkey="\" Comparison="LessThan" Data="43.4.0.25959" Value="DisplayVersion" />
  <bar:RegSz RegType32="true" Key="HKEY_LOOP_TARGET" Subkey="\" Comparison="BeginsWith" Data="Webex" Value="DisplayName" />
  <bar:RegDword RegType32="true" Key="HKEY_LOOP_TARGET" Subkey="\" Comparison="EqualTo" Data="1" Value="WindowsInstaller" />
</lar:And>
</bar:RegKeyLoop>