EXE
WinGet
DDEV
DDEV Foundation · 1.24.5 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
ddev_windows_amd64_installer.v1.24.5.exe /S
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DDEV
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
1.24.5
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
ddev_windows_amd64_installer.v1.24.5.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
DDEVFoundation.DDEV
Version
1.24.5
Description
Docker-based local PHP+Node.js web development environments
License
Apache-2.0
↗
Homepage
https://github.com/ddev/ddev
Installer URL
https://github.com/ddev/ddev/releases/download/v1.24.5/ddev_windows_amd64_installer.v1.24.5.exe
Release Notes
Installation
See the installation instructions for details, but it's easy:
- macOS: brew install ddev/ddev/ddev or just brew upgrade ddev.
- Linux or WSL2: Use apt install ddev or apt upgrade ddev see apt/yum installation
- Traditional Windows: Use choco upgrade -y ddev, or download the ddev_windows_installer below.
- Consider ddev delete images or ddev delete images --all after upgrading to free up disk space used by previous docker image versions. This does no harm.
- Consider ddev config --au…