Silent Install HQ
EXE WinGet

Logtalk

Logtalk.org · 3.66.0 · neutral

Before deploying, verify this file with VirusTotal ↗

Silent Commands

Install
logtalk-3.66.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.66.0
Associated with 32-bit app on 64-bit clients No

File Identity

SHA256 1fa85506a79fb4b634a4f8ce91b322ac90f7fde819434373ba2f1726480f936f VirusTotal ↗
Filename logtalk-3.66.0.exe

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID Logtalk.Logtalk
Version 3.66.0
Description Declarative object-oriented logic programming language
License Apache-2.0
Upgrade Behavior install(Install over existing)
Release Notes Logtalk compiler and runtime - ADDED: New parameter_variables, variable_names(Term), and singletons(Term) keys to the logtalk_load_context/2 built-in predicate. - ADDED: Two new meta-messages, [Stream,Prefix]>>Goal and [Stream]>>Goal, to the message printing mechanism. These new meta-messages allow calling a user-defined printing goal. The use of lambda expressions allow passing the message stream and prefix. - ADDED: Linter warning for predicates called as non-terminals from grammar rules. - AD…