EXE
WinGet
Conan Package Manager
JFrog · 2.7.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
conan-2.7.0-windows-x86_64-installer.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
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.7.0
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
conan-2.7.0-windows-x86_64-installer.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
JFrog.Conan
Version
2.7.0
Description
An open source, decentralized 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.7.0/conan-2.7.0-windows-x86_64-installer.exe
Upgrade Behavior
install(Install over existing)
Release Notes
- Feature: Added Git.is_dirty(repository=False) new argument (#16892)
- Feature: Add variable_watch for CMAKE_{C,CXX}_STANDARD in conan_toolchain.cmake. (#16879)
- Feature: Add check_type to get_property for CMakeDeps. (#16854). Docs: 📃
- Feature: Propagate run trait requirement information in the "build" context downstream when visible trait is True. (#16849). Docs: 📃
- Feature: Add check_type on components get_property. (#16848). Docs: 📃
- Feature: Add set_property for PkgConfigDeps to set pro…