Wingetlywingetly
← All apps

DxEnterprise

by DH2i Companyv26.0.254.0

Last updated

DxEnterprise frees you from the datacenter complexity and suffocating licensing costs of Windows Server OS sprawl.

Install with winget

$ winget install --id DH2iCompany.DxEnterprise --exact --version 26.0.254.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for DxEnterprise

DxEnterprise uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x64, machine scope)
msiexec.exe /i installer.msi /quiet /norestart

See the full silent install reference for DxEnterprise

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v26.0.254.0

ArchitectureTypeScopeInstallDownload
x64MSI
WiX
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

1 known CVE via NVD

  • high7.5Patched in wingetCVE-2021-3341affects >=19.5 and <=20.0.218Jan 28, 2021

    A path traversal vulnerability in the DxWebEngine component of DH2i DxEnterprise and DxOdyssey for Windows, version 19.5 through 20.x before 20.0.219.0, allows an attacker to read any file on the host file system via an HTTP request.

Source: NVD, updated 3h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

Frequently asked questions

How do I install DxEnterprise on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id DH2iCompany.DxEnterprise --exact --version 26.0.254.0. winget downloads the installer from DH2i Company and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install DxEnterprise silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id DH2iCompany.DxEnterprise --exact 26.0.254.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for DxEnterprise?
DxEnterprise uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i installer.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall DxEnterprise via winget?
Run: winget uninstall --id DH2iCompany.DxEnterprise --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from DxEnterprise's Apps & Features entry.
Is DxEnterprise free?
DxEnterprise is distributed under Commercial. Refer to the publisher (https://dh2i.com/dxenterprise) for the full license terms - Wingetly itself does not charge for installation.
Does DxEnterprise work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls DxEnterprise directly from the publisher.
How do I keep DxEnterprise up to date?
Run winget upgrade --id DH2iCompany.DxEnterprise --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of DxEnterprise from microsoft/winget-pkgs.