MSI
WinGet
pixi
prefix-dev · 0.50.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i pixi-x86_64-pc-windows-msvc.msi /quiet /norestart
Custom
msiexec /i pixi-x86_64-pc-windows-msvc.msi /quiet /norestart -norestart
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{075B3994-04F6-4C08-BEDB-A8CC76C0B3E9}
Product version operator
Greater than or equal to
Product version
0.50.0
MSI Properties
Product Code
{075B3994-04F6-4C08-BEDB-A8CC76C0B3E9}
File Identity
Filename
pixi-x86_64-pc-windows-msvc.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
prefix-dev.pixi
Version
0.50.0
Description
A cross-platform, multi-language package manager and workflow tool
License
BSD-3-Clause
↗
Homepage
https://github.com/prefix-dev/pixi
Installer URL
https://github.com/prefix-dev/pixi/releases/download/v0.50.0/pixi-x86_64-pc-windows-msvc.msi
Upgrade Behavior
install(Install over existing)
Release Notes
Release Notes
✨ Highlights
This release contains loads of bug fixes and refactors, primarily to make pixi build more stable and feature rich in the near future.
Added
- Add pypi-option.no-binary by @thomas-maschler in #4008
- Add explicit workspace inheritance syntax by @baszalmstra in #4078
- Add conda/outputs and conda/build_v2 backend protocol by @baszalmstra in #4118
- Add cyclic dependency support by @baszalmstra in #4143
- Rebuild source package if a build dependency changed by @baszalmstr…