EXE
WinGet
Komac
Russell Banks · 2.5.0 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
komac-setup-2.5.0-aarch64-pc-windows-msvc.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
Custom
komac-setup-2.5.0-aarch64-pc-windows-msvc.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /ALLUSERS
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Komac (arm64)
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
2.5.0
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
komac-setup-2.5.0-aarch64-pc-windows-msvc.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
RussellBanks.Komac
Version
2.5.0
Description
The Community Manifest Creator for WinGet
License
GPL-3.0
↗
Installer URL
https://github.com/russellbanks/Komac/releases/download/v2.5.0/komac-setup-2.5.0-aarch64-pc-windows-msvc.exe
Upgrade Behavior
install(Install over existing)
Elevation
elevatesself(Self-elevates (UAC))
Release Notes
What's Changed
New features ⭐
- Installer locale is now retrieved from Inno Setup installers
- The cleanup command now fetches branches and associated pull requests in one call. Thanks @stevenlele for #778!
Fixes and other changes 🔧
- Fixed Something went wrong while executing your query. This may be the result of a timeout, or it could be a GitHub bug when getting a package with a large amount of versions
- Fixed No release was found with the tag of release - #767
- Improved Inno Setup parsing,…