EXE
WinGet
RustRover (EAP)
JetBrains s.r.o. · 241.15989.101 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
RustRover-241.15989.101.exe /S
Log
RustRover-241.15989.101.exe /S /LOG="C:\Windows\Temp\RustRover-241.15989.101.exe.log"
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\RustRover 241.15989.101
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
241.15989.101
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
RustRover-241.15989.101.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
JetBrains.RustRover.EAP
Version
241.15989.101
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
- This is the first 2024.1 RustRover build, so all IntelliJ 2024.1 core features are available, namely:
- Sticky lines in the editor [IJPL-449]
- New Terminal tool window. Give it a try by turning on Settings | Tools | Terminal | Enable New Terminal [learn more]
- Various VCS improvements
- Streamline "Attach cargo project" workflow [RUST-13448]
- Fixed number of E0382 false positivies [RUST-13729],[RUST-13761],[RUST-13728]
- Improved codeinsight in cargo.toml based on JSON schema [RUST-13…