EXE
WinGet
Conan Package Manager
JFrog · 2.18.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
conan-2.18.0-windows-x86_64-installer.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
Custom
conan-2.18.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.18.0
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
2.18.0
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
conan-2.18.0-windows-x86_64-installer.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
JFrog.Conan
Version
2.18.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.18.0/conan-2.18.0-windows-x86_64-installer.exe
Upgrade Behavior
install(Install over existing)
Elevation
elevatesself(Self-elevates (UAC))
Release Notes
- Feature: Allow consuming meson libname.a libs in MSBuildDeps. (#18557)
- Feature: Avoid library renames when using Meson + MSVC + static builds. (#18533)
- Feature: Added threads subsetting in emcc compiler model. (#18520). Docs: 📃
- Feature: New conan cache ref <path> to reverse look the Conan cache, with a path argument will return the reference of the artifact in that folder. Intended exclusively for debugging purposes. (#18518). Docs: 📃
- Feature: New linker flags autodetected by conan bas…