Silent Install HQ
EXE WinGet

DOSBox-X

joncampbell123 [DOSBox-X Team] · 2025.02.01 · arm64

Before deploying, verify this file with VirusTotal ↗

Silent Commands

Install
dosbox-x-windows-2025.02.01-setup.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
Custom
dosbox-x-windows-2025.02.01-setup.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /ALLUSERS

Intune Detection Rule

Registry Rule
Rule type Registry
Registry hive
Key path HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DOSBox-X 2025.02.01 (32/64bit for Windows)
Detection method
Value name DisplayVersion
Operator Greater than or equal to
Value 2025.02.01
Associated with 32-bit app on 64-bit clients No

File Identity

SHA256 1831e2382515118629346da19bd5fc7254e0029f8463c91802a60535794db0c8 VirusTotal ↗
Filename dosbox-x-windows-2025.02.01-setup.exe

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID joncampbell123.DOSBox-X
Version 2025.02.01
Description DOSBox-X is an open-source DOS emulator for running DOS games and applications.
License GPL-2.0
Upgrade Behavior install(Install over existing)
Elevation elevatesself(Self-elevates (UAC))
Release Notes 2025.02.01 - Added new experimental dosbox.conf option that turns off the A20 gate automatically if loading a COM/EXE file to a memory location below 64KB. Option is off by default. This is intended for the startup routines of programs that assume 8086 wraparound to prevent them from crashing (joncampbell123). - Bump tinyfiledialogs to v3.19.1 (maron2000) - Fix VGA render-on-demand bug that causes all screen updates to stop working if something changes video state without changing an…