EXE
WinGet
Logtalk
Logtalk.org · 3.76.0 · neutral
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
logtalk-3.76.0.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Logtalk_is1
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
3.76.0
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
logtalk-3.76.0.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Logtalk.Logtalk
Version
3.76.0
Description
Declarative object-oriented logic programming language
License
Apache-2.0
↗
Homepage
https://logtalk.org/
Support
https://logtalk.org/support.html
Installer URL
https://logtalk.org/files/logtalk-3.76.0.exe
Upgrade Behavior
install(Install over existing)
Release Notes
Logtalk compiler and runtime
- CHANGED: The reflection API now also includes calls/2 object and category properties when the callers are auxiliary predicates. This change allows the dead_code_scanner tool to avoid false positives when reporting non called predicates.
- ADDED: Implemented the object and category updates/2 property alias/2 and non_terminal/1 predicate properties.
- IMPROVED: The compiler report of errors and warnings clause context for multifile predicates.
- IMPROVED: Print a war…