-

Deploying Lenovo Commercial Vantage to Intune with Pckgr Custom Applications
If you manage a fleet of ThinkPads, Lenovo Commercial Vantage has almost certainly landed on your to-do list at some point. It is the enterprise-managed version of Lenovo Vantage, and it is how you get BIOS settings, driver updates and hardware diagnostics into a shape you can control centrally from Microsoft Intune. Getting it there…
-

Deploying DWG TrueView 2027 to Microsoft Intune using Pckgr Custom Applications
This content provides an updated guide for packaging Autodesk DWG TrueView 2027 using Pckgr for Microsoft Intune. Key improvements in the Custom Application feature are highlighted, including a new five-step wizard and the ability to provide a download URL for large installers. The process involves downloading, zipping, uploading the installer to Azure Blob storage, and…
-

Deploying Mac Apps to Intune with Pckgr: Installomator Scripts vs Prepackaged Private Apps
Managing third-party app deployments on Macs via Microsoft Intune presents challenges due to a lack of native patching. Pckgr now offers two methods: the Installomator for flexibility and user notifications, and the Private Mac Repository for reliability with prepackaged apps. Each method suits different environments based on dependency management needs.
-

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

Appx, msix, appxbundle and msixbundle: what is the actual difference?
Pckgr has observed a trend of software vendors transitioning from traditional .msi and .exe installers to the newer .msix format without providing clear migration guidance. Both .appx and .msix formats share core similarities, with .msix offering enhancements like cleaner installs and uninstalls. The transition often leads to complications with existing installations, warranting careful monitoring of…
-

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

Application Templates: Onboard a New Tenant Without Adding Apps One at a Time
Pckgr has introduced a new feature called Application Templates to streamline client onboarding. This allows users to bundle frequently used applications and their settings into a reusable template. Instead of repetitive configurations for each new tenant, users can quickly deploy pre-set apps, ensuring consistency and efficiency across multiple tenancies.
-

Set your Intune group assignments straight from Pckgr
Pckgr now enables users to set Entra ID group assignments for applications before deploying them to Intune. This feature allows for automatic targeting of required and available groups during initial deployment, streamlining app management. The setup is a one-time process, preserving previous assignments during updates, while keeping control within Intune.
-

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.