Silent Install HQ
EXE WinGet

Conan Package Manager

JFrog · 2.21.0 · x64

Before deploying, verify this file with VirusTotal ↗

Silent Commands

Install
conan-2.21.0-windows-x86_64-installer.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
Custom
conan-2.21.0-windows-x86_64-installer.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /ALLUSERS

Intune Detection Rule

Registry Rule
Rule type Registry
Registry hive
Key path HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Conan Package Manager version 2.21.0
Detection method
Value name DisplayVersion
Operator Greater than or equal to
Value 2.21.0
Associated with 32-bit app on 64-bit clients No

File Identity

SHA256 09bbde3b4596d6fbd498f87b98de29108d4e284a01345f3a6192e15c36539d31 VirusTotal ↗
Filename conan-2.21.0-windows-x86_64-installer.exe

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID JFrog.Conan
Version 2.21.0
Description An open source, decentralized C/C++ package manager, to automate building and sharing of packages.
License MIT
Upgrade Behavior install(Install over existing)
Elevation elevatesself(Self-elevates (UAC))
Release Notes - Feature: Add support for universal binaries to AutotoolsToolchain. (#18992). Docs: 📃 - Feature: Add support for universal binaries to GnuToolchain. (#18992). Docs: 📃 - Feature: Add --context={build,host} filter to conan audit scan. (#18976). Docs: 📃 - Feature: Default recipe paths to cwd if not specified when calling Conan. (#18964) - Feature: Implement a new post_package_id() hook. (#18960). Docs: 📃 - Feature: Add support for Xcode 26 and related. (#18953) - Feature: Add support for MSVC VS 2…