EXE
WinGet
RustRover (EAP)
JetBrains s.r.o. · 233.14015.147 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
RustRover-233.14015.147-aarch64.exe /S
Log
RustRover-233.14015.147-aarch64.exe /S /LOG="C:\Windows\Temp\RustRover-233.14015.147-aarch64.exe.log"
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\RustRover 233.14015.147
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
233.14015.147
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
RustRover-233.14015.147-aarch64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
JetBrains.RustRover.EAP
Version
233.14015.147
Description
A brand new JetBrains IDE for Rust Developers
License
Freeware
↗
Homepage
https://www.jetbrains.com/rust/
Upgrade Behavior
uninstallprevious(Uninstall previous first)
Release Notes
- First implementation of "Condition always true/false" backed by our own DFA engine [RUST-10426]
- We're starting to highlight E0277 type checker errors in some places [RUST-13383]
- Project will now be reloaded automatically after typing in cargo.toml [RUST-12629]
- Detect more errors in cargo.toml [RUST-13309]
- In completion suggest methods that are available after calling `.unwrap()` [RUST-12891]
- Number of rustfmt-related bugfixes [Cursor position doesn't update after rustfmt], [Use rustf…