EXE
WinGet
Komac
Russell Banks · 2.9.0 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
komac-setup-2.9.0-aarch64-pc-windows-msvc.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
Custom
komac-setup-2.9.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.9.0
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
komac-setup-2.9.0-aarch64-pc-windows-msvc.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
RussellBanks.Komac
Version
2.9.0
Description
The Community Manifest Creator for WinGet
License
GPL-3.0
↗
Installer URL
https://github.com/russellbanks/Komac/releases/download/v2.9.0/komac-setup-2.9.0-aarch64-pc-windows-msvc.exe
Upgrade Behavior
install(Install over existing)
Elevation
elevatesself(Self-elevates (UAC))
Release Notes
What's Changed
This is another big update that brings lots of installer analysis improvements and fixes!
New features ⭐
- Added a submit command to submit manifests stored locally! There doesn't need to be any specific directory structure to this. Komac will recursively find and group package manifests together and prompt you if it finds more than one - #231:
komac submit <directory path>
- Added support for Inno Setup 6.4.0 - #1030
Fixes and other changes 🔧
- Read legacy Inno Setup loader data…