MSI
WinGet
pixi
prefix-dev · 0.62.1 · 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
{19276CF6-32D4-4280-8B8F-5D062CF7D3AC}
Product version operator
Greater than or equal to
Product version
0.62.1
MSI Properties
Product Code
{19276CF6-32D4-4280-8B8F-5D062CF7D3AC}
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.62.1
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.62.1/pixi-x86_64-pc-windows-msvc.msi
Upgrade Behavior
install(Install over existing)
Release Notes
Release Notes
✨ Highlights
Small release with fixes related to the conda source dependencies.
Added
- Resolving PyPI deps with a SourceRecord Python by @lucascolley in #5159
- Refactor pixi pypi spec by @tdejager in #5155
Documentation
- Add dev table documentation by @ruben-arts in #5163
Fixed
- Let pixi run or pixi install fail on unsupported platforms by @Hofer-Julian in #5141
- Include dev dependencies when extracting packages from solve groups by @baszalmstra in #5156
- Update lock-file on…