MSI
WinGet
pixi
prefix-dev · 0.53.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
{A32C3D84-735C-4E03-A2B1-53F441CFA250}
Product version operator
Greater than or equal to
Product version
0.53.0
MSI Properties
Product Code
{A32C3D84-735C-4E03-A2B1-53F441CFA250}
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.53.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.53.0/pixi-x86_64-pc-windows-msvc.msi
Upgrade Behavior
install(Install over existing)
Release Notes
Release Notes
✨ Highlights
- Big cleanup of the CLI flags, mainly --frozen, --locked, and --no-install.
- Added --as-is to pixi run/shell to run the command without installing the dependencies or touching the lockfile.
- Support the Bash shell on Windows using pixi shell.
- Pixi build can now support package.build.source.path = "some/path" to use a different source root for the build.
⚠️ Breaking Change
We've removed --no-lockfile-update and replaced it with --no-install --frozen.
On pixi run/sh…