EXE
WinGet
Conan Package Manager
JFrog · 2.27.0 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
conan-2.27.0-windows-i686-installer.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
Custom
conan-2.27.0-windows-i686-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_is1
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
2.27.0
Associated with 32-bit app on 64-bit clients
Yes
File Identity
Filename
conan-2.27.0-windows-i686-installer.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
JFrog.Conan
Version
2.27.0
Description
An open source, decentralized C/C++ package manager, to automate building and sharing of packages.
License
MIT
↗
Homepage
https://conan.io/
Installer URL
https://github.com/conan-io/conan/releases/download/2.27.0/conan-2.27.0-windows-i686-installer.exe
Upgrade Behavior
install(Install over existing)
Elevation
elevatesself(Self-elevates (UAC))
Release Notes
- Feature: Feature: Allow negated OR patterns !(<pattern1>|<pattern2>|...) in profile [tool_requires] for breaking cycles in build context. (#19780). Docs: 📃
- Feature: Feature: Add CVE version info to conan audit results. (#19774)
- Feature: Disable CMake user package registry exports by default (cmake_policy(SET CMP0090 NEW) and CMAKE_EXPORT_PACKAGE_REGISTRY OFF when unset). (#19766)
- Feature: Legacy Conan 1.X alias support has been removed. (#19740)
- Feature: PyEnv output based on verbosity…