-

Important Update to Winget Pre-Install for New Device Deployments
Pckgr has issued an important update to its Winget Pre-Install setup to resolve compatibility issues following Microsoft’s Winget version 1.9.25180. This update ensures new devices using Autopilot install the correct MS Redistributable version, preventing deployment failures. Additionally, Pckgr introduces a Private Repository for enhanced control over application management, ideal for business users.
-

App Deployments with Intune and Autopilot: A simple Three-Tier Approach
Deploying apps with Intune and Autopilot can be challenging. A three-tier approach can help balance business needs and user experience. Tier one includes essential apps for immediate use, while tier two consists of important apps installed post-login. Tier three offers non-critical and user preference apps for personalization. This approach maintains a streamlined deployment process.
-

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

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…