Silent Install HQ
MSI WinGet 3 submissions

Lemonade Server

AMD · 9.1.4 · x64

Before deploying, verify this file with VirusTotal ↗

Silent Commands

Install
MsiExec.exe /i lemonade-server-minimal.msi /qn ALLUSERS=1 REBOOT=ReallySuppress
Uninstall
MsiExec.exe /x {11F11F78-DDB8-469B-96FE-D12595A14DA8} /qn REBOOT=ReallySuppress
Repair
MsiExec.exe /fa lemonade-server-minimal.msi /qn REBOOT=ReallySuppress
Logged Install
MsiExec.exe /i lemonade-server-minimal.msi /qn ALLUSERS=1 REBOOT=ReallySuppress /l*v C:\Windows\Temp\lemonade-server-minimal.msi.log
InstallPath
MsiExec.exe /i lemonade-server-minimal.msi /qn ALLUSERS=1 REBOOT=ReallySuppress INSTALLDIR="<INSTALLPATH>"

Intune Detection Rule

MSI Rule
Rule type MSI information
Product code {11F11F78-DDB8-469B-96FE-D12595A14DA8}
Product version operator Greater than or equal to
Product version 9.1.4

MSI Properties

Product Code {11F11F78-DDB8-469B-96FE-D12595A14DA8}
Upgrade Code {D4E5F6A7-B8C9-4D5E-A6B7-C8D9E0F1A2B3}

File Identity

SHA256 1e917dbbd614ee2862ef1ba9495d4a51d25d72fb7aebe1342dc8db2f88e79c48 VirusTotal ↗
Filename lemonade-server-minimal.msi
File Size 2.7 MB
Real Type Composite Document File V2 Document, Little Endian, Os: Windows, Version 6.2, MSI Installer, Code page: 1252, Title: Installation Database, Subject: Lemonade Local LLM Server, Author: AMD, Keywords: LLM, AI, Server, Local, Comments: This installer database contains the logic and data required to install Lemonade Server., Template: x64;1033, Revision Number: {41053B76-4C97-4D7E-87A6-674B1FB4BA8F}, Create Time/Date: Wed Jan 21 17:34:28 2026, Last Saved Time/Date: Wed Jan 21 17:34:28 2026, Number of Pages: 500, Number of Words: 10, Name of Creating Application: WiX Toolset (5.0.2.0), Security: 2

Installer Technology

Engine Windows Installer via MSI Detection
Confidence 100%

Signature

Status Not Digitally Signed

Installer Selection

WinGet Package

Package ID AMD.LemonadeServer
Version 9.1.4
Description Refreshingly fast LLMs on GPUs and NPUs
License Apache-2.0
Release Notes Headline - Support GLM-4.7-Flash-GGUF on ROCm and Vulkan - Support installing for All Users on Windows and Linux - Allow an absolute path to go into the CLI pull command - Rev to FastFlowLM 0.9.27 and support new LFM2.5 models What's Changed - Update Docker image version in README by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/825 - Added Linux install instructions by @sofiageo in https://github.com/lemonade-sdk/lemonade/pull/829 - Raise exceptions on lm-eval failures by @ramk…