• Using the Google Chrome (EXE) Deployment from Winget over the Standard Google Chrome MSI

    In recent months, we added a Google Chrome EXE package alongside the MSI for its deployment advantages in Pckgr and Winget. The EXE’s dynamic link allows seamless updates, unlike the static MSI URL. Both versions are identical, allowing safe deployment of the EXE for businesses. Utilizing Winget for the Updater component ensures efficient Chrome management.


  • Installing Winget using Microsoft Intune and Pckgr

    We’ve been focusing on the Winget Pre-Install deployment. For those unfamiliar, the Winget Pre-Install is used to bootstrap Winget onto Windows during initial setup. This ensures Winget is functional before deploying any applications, as almost all applications from Pckgr rely on it. Updating the PipelineWe’ve created a new Azure pipeline that updates the Winget Pre-Install…


  • Zoom Management in Windows Environments: A Pckgr and Intune Approach

    In the remote work culture, Zoom is widely used but varied installations across devices can lead to security risks. The blog suggests using Machine Installs for consistency and security, and leveraging Intune and Pckgr to manage and update Zoom. This approach ensures that communication tools are secure and consistent across all devices.


  • Removing Shortcuts from Intune Deployed Applications using Pckgr

    Pckgr’s latest blog explores Advanced Application Deployment, focusing on removing desktop shortcuts post-installation, demonstrated with Mozilla Firefox. This feature fulfills user requests to enhance user experience by automating desktop icon cleanup. Through the demo, the process of adding Firefox, enabling the “Remove Shortcut” option, and triggering the cleanup script is highlighted.


  • Streamline Your Visual Studio Code Updates with Pckgr’s Advanced Deployment

    Today, we’re diving into an exciting feature from Pckgr that’s going to make your application deployment smoother than ever. Specifically, we’re focusing on deploying updates for Visual Studio Code. We’ll ensure that the update process is as non-intrusive as possible for the end user. You can follow along with our step-by-step deployment to show you…


  • Leveraging Windows Sandbox for Winget Application Updates: Enhancing Deployment Reliability to Pckgr

    The new practice of using Windows Sandbox for testing Winget updates has significantly improved the update process. It provides a safe environment for testing, ensuring reliability and efficiency. The workflow involves automated testing, fail-safe deployment, and efficient troubleshooting. Integrating Windows Sandbox has streamlined the deployment process and enhanced the overall reliability of updates.


  • Ensuring Seamless Application Deployments with Winget Pre-Install

    Hello everyone, Today I wanted to discuss why we have the Winget Pre-Install component in our application deployments and how it resolves a critical issue with Winget. The Winget Pre-Install is a fundamental prerequisite that prevents application issues when installing apps with Pckgr. Let’s dive into the reasons behind its integration and how it serves…


  • Intune – Using a Requirement Rule to detect Adobe Acrobat Reader

    The blog discusses challenges with updating Adobe Acrobat Reader (64-Bit) via Winget, due to the software’s transition to a unified installation. This results in update failures on devices with Standard or Pro editions. The fix involves leveraging the “SCAPackageLevel” value to verify the installation of Adobe Reader before updating, ensuring a smoother experience.


  • WinGet – Updating a Package

    Hello all, In a previous blog, we explored how to submit a new package to the Winget repository. This time, we’re shifting our focus to updating an existing package – specifically one that’s been requested by our community. Our goal is to not only address these requests but also to demonstrate how straightforward and user-friendly…


  • WinGet – How to Add a New Application

    The post details the process of submitting a new application to WinGet using the CLI tool Komac, using the Azeus Convene application as an example. After demonstrating the installation and usage of Komac, the writer outlines package submission, validation, and approval. The post also covers how to add the approved package to Pckgr for testing…