-

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.
-

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.
-

How to Package FortiClient VPN for Intune
This guide explains how to deploy FortiClient VPN via Intune despite the lack of a standalone MSI file. It details extracting the MSI from the FortiClient online installer and using the Microsoft Win32 Content Prep Tool to create an Intune-compatible package, streamlining the deployment process for IT administrators.
-

How to easily package Autodesk updates for Intune using Pckgr
This blog explains the process of deploying Autodesk updates using Pckgr’s Custom Application feature. It aims to simplify the tasks for IT admins by utilizing built-in dependency features. The guide describes the necessary prerequisites, steps for downloading, uploading, verifying updates, and deploying them through Intune, enhancing efficiency in application maintenance.
-

How to cleanup device applications using Intune and Pckgr
This post explores how to use Pckgr in conjunction with Intune to automate the uninstallation of applications, specifically focusing on removing Zoom. It highlights the importance of targeting the correct installation type (user vs. system) and emphasizes Pckgr’s dual capabilities for software management, including patching and cleanup.
-

Allow Users to Uninstall Applications from the Company Portal via Intune
The new feature in the Company Portal allows users to uninstall applications independently, enhancing self-service IT capabilities. This improvement reduces device bloat and minimizes helpdesk tickets, providing users more control over their devices. It is especially beneficial for organizations adopting a self-service model, promoting efficient application management.
-

How to remove Pre-Installed Microsoft Store Apps with Intune
The blog discusses a new Intune feature for removing pre-installed Windows apps like Xbox and Solitaire, helping to reduce bloatware. It outlines the setup process, testing on devices, and challenges faced, especially the need for Windows 11 Enterprise and version 25H2. Key findings reveal that including Teams in the removal policy hinders its installation.
-

How to deploy Autodesk applications to Microsoft Intune using Pckgr
Today’s blog post tackles a question we’ve received from many customers over the past few months: “Can I deploy Autodesk apps using Pckgr?” Until recently, I wasn’t sure. Autodesk applications are known for being large and complex, and traditionally difficult to automate. But after enough requests, I decided to dive in and test whether our…
-

Pckgr Now Automatically Applies ARM64 Requirements for Intune Apps
Deploying ARM64 applications into Intune has always required a bit of extra work. Until recently, Intune didn’t natively support restricting Win32 apps by processor architecture which meant admins had to rely on filtered device groups or manual requirement rules just to ensure ARM-only apps weren’t offered to x64 devices. Microsoft has now introduced ARM64 requirement…