Wingetlywingetly
← All apps

PacKit

by Caphyonv2.2.0

Last updated

PacKit is a user-centric, Windows-based tool designed for centralized post-packaging configuration and deployment.

Install with winget

$ winget install --id Caphyon.PacKit --exact --version 2.2.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for PacKit

PacKit uses MSI. The silent install switches are /quiet /qn.

One-line silent install (x86)
msiexec.exe /i packit.msi /quiet /qn

See the full silent install reference for PacKit

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v2.2.0

ArchitectureTypeScopeInstallDownload
x86MSI-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

3 known CVEs via NVD

  • high7.8Patched in wingetCVE-2022-4956affects v19.7Sep 30, 2023

    A vulnerability classified as critical has been found in Caphyon Advanced Installer 19.7. This affects an unknown part of the component WinSxS DLL Handler. The manipulation leads to uncontrolled search path. Attacking locally is a requirement. The exploit has been disclosed to t...

  • high7.8Fix availableCVE-2023-25396affects <=20.0Feb 8, 2023

    Privilege escalation in the MSI repair functionality in Caphyon Advanced Installer 20.0 and below allows attackers to access and manipulate system files.

  • high8.1Fix in v19.4CVE-2022-27438affects before 19.4Jun 6, 2022

    Caphyon Ltd Advanced Installer 19.3 and earlier and many products that use the updater from Advanced Installer (Advanced Updater) are affected by a remote code execution vulnerability via the CustomDetection parameter in the update check function. To exploit this vulnerability,...

Source: NVD, updated 1h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

Related apps

  • Advanced InstallerCaphyon
    Caphyon.AdvancedInstallerv24.0

    Windows Installer Packaging Tool for Developers, ISVs & Enterprises

  • HoverCaphyon
    Caphyon.Hoverv1.2.0

    Hover is a free tool that allows you to run natively installed applications inside an MSIX or App-V container.

More from Caphyon.

Frequently asked questions

How do I install PacKit on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Caphyon.PacKit --exact --version 2.2.0. winget downloads the installer from Caphyon and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install PacKit silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Caphyon.PacKit --exact 2.2.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for PacKit?
PacKit uses MSI. Run the downloaded installer with: msiexec.exe /i packit.msi /quiet /qn. The silent switches are /quiet /qn.
How do I uninstall PacKit via winget?
Run: winget uninstall --id Caphyon.PacKit --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from PacKit's Apps & Features entry.
Is PacKit free?
PacKit is distributed under Proprietary. Refer to the publisher for the full license terms - Wingetly itself does not charge for installation.
Does PacKit work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls PacKit directly from the publisher.
How do I keep PacKit up to date?
Run winget upgrade --id Caphyon.PacKit --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of PacKit from microsoft/winget-pkgs.