-

Custom Applications 2.0 is live!
Custom Applications 2.0 enhances the app management experience by allowing one-click retries for failed tests, preserving testing progress through refreshes, and enabling automatic redeployment of updated versions. Users can bypass testing if they have their own scripts, streamlining the process of adding and managing custom applications.
-

Jabra Direct moving from x86 to x64
Jabra has transitioned to a 64-bit version of Jabra Direct from the previous 32-bit build. During testing, the x64 installer successfully updated the x86 version without leaving duplicates. It’s crucial to check both registry hives for detection, ensuring a smooth update across devices transitioning to the new architecture.
-

Slack Retired the Machine-Wide MSI: Migrating to the New MSIX with Intune
Slack has replaced its machine-wide MSI package with an MSIX package for Windows deployment as of September 15, 2025. This change complicates migration since admins must uninstall the MSI before installing MSIX. Pckgr now offers a solution, automating the uninstall process and simplifying deployment, allowing seamless transition for IT teams managing multiple devices.
-

Edge and WebView2 x86 or x64? Why Registry Detection Falls Short in Intune
When deploying Microsoft Edge and WebView2 via Intune, traditional detection rules can fail due to inconsistent registry values that don’t indicate application architecture. A proposed solution involves using the PE header trick, which confirms the binary’s architecture, ensuring that updates target the correct version and architecture, preventing app malfunctions.
-

Tracking and Patching CVEs in Pckgr Portal
Pckgr Portal enhances endpoint management by streamlining the patching process for vulnerable applications. Users can easily identify and remediate vulnerabilities with just a click. The platform tracks installed apps and matches them with CVE data, enabling efficient updates or uninstalls of risky software. It currently supports Windows desktop applications.
-

Introducing Wingetly – Search Every Winget App in One Place
In todays blog we have something a little different to share. We have just launched Wingetly, a free community resource that lets you search and bundle apps from the Microsoft Windows Package Manager (Winget) catalog right inside a web browser. If you have ever tried to find a specific app in the Winget repository, or…
-

How We Kept Breaking Cursor With Our Own Patching Tool And then Fixed it
The author discusses a recurring issue with updating the Cursor app, an Electron-based code editor, through Microsoft Intune. The problem arose from running the app while updating, causing file errors. The solution was to use Pckgr’s “Allow Defer Close Apps” feature, preventing broken installations and enhancing update reliability.
-

Introducing the Pckgr Portal: Lightweight, Affordable Device Management
The Pckgr Portal has launched as a lightweight, affordable device management platform for managing Windows fleets. It simplifies app management with over 700 pre-built applications and offers features like Smart Patch for streamlined updates and a self-service app store. The portal enhances fleet visibility while maintaining privacy in remote access, catering to smaller teams and…
-

Wireshark Explained – Why Your MSI Deployment Fails with a 1603 Error
Deploying Wireshark via Microsoft Intune can lead to installation failures due to the presence of two distinct Windows installers—EXE and MSI—that cannot coexist. Users often install the EXE manually, causing the MSI deployment to fail with a 1603 error. Identifying the installed variant helps resolve these conflicts and streamline future deployments.
-

Winget Explained – Installer hash does not match
The blog discusses the frustrating mismatched hash issue faced by IT admins using Winget for application installations. It explains how Winget’s security mechanisms prevent installations when an installed file’s hash does not match the expected value, often due to vendors using static download links. The article offers solutions for resolving this error.