Wingetlywingetly
← All apps
A

Adobe DNG Converter

by Adobe Systems, Inc.v18.6

Last updated

Convert camera-specific raw files to DNG

Install with winget

$ winget install --id Adobe.DNGConverter --exact --version 18.6

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

Silent install command for Adobe DNG Converter

Adobe DNG Converter uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x64, machine scope)
AdobeDNGConverter_x64_18_6.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for Adobe DNG Converter

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.

About

The Adobe DNG Converter enables you to easily convert camera-specific raw files from supported cameras to a more universal DNG raw file. Another benefit of using the DNG Converter is backward compatibility.

Installers · v18.6

ArchitectureTypeScopeInstallDownload
x64EXE
Inno Setup
machineDirect
arm64EXE
Inno Setup
machineDirect

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

Security

17 known CVEs via NVD

  • medium5.5Patched in wingetCVE-2026-34620affects before 1.7.1.2536Aug 27, 2026

    DNG SDK versions 1.7.1 2502 and earlier are affected by an out-of-bounds write vulnerability that could lead to application denial-of-service. An attacker could leverage this vulnerability to corrupt memory, causing the application to crash or become unresponsive. Exploitation o...

  • medium5.5Patched in wingetCVE-2026-34616affects before 1.7.1.2536Aug 27, 2026

    DNG SDK versions 1.7.1 2502 and earlier are affected by an out-of-bounds read vulnerability that could lead to memory exposure. An attacker could leverage this vulnerability to disclose sensitive information from memory. Exploitation of this issue requires user interaction in th...

  • medium5.5Patched in wingetCVE-2026-48267affects before 1.7.1.2611Jul 6, 2026

    DNG SDK versions 1.7.1 2536 and earlier are affected by a NULL Pointer Dereference vulnerability that could result in an application denial-of-service. An attacker could exploit this vulnerability to crash the application, leading to a denial-of-service condition. Exploitation o...

  • medium5.5Patched in wingetCVE-2026-27258affects <=1.7.1Apr 14, 2026

    DNG SDK versions 1.7.1 2502 and earlier are affected by an out-of-bounds write vulnerability that could lead to application denial-of-service. An attacker could leverage this vulnerability to corrupt memory, causing the application to crash or become unresponsive. Exploitation o...

  • medium5.5Patched in wingetCVE-2026-27281affects <=1.7.1Mar 10, 2026

    DNG SDK versions 1.7.1 2471 and earlier are affected by an Integer Overflow or Wraparound vulnerability that could lead to application denial-of-service. An attacker could exploit this vulnerability to cause the application to crash or become unresponsive. Exploitation of this i...

  • high7.8Patched in wingetCVE-2026-27280affects <=1.7.1Mar 10, 2026

    DNG SDK versions 1.7.1 2471 and earlier are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

  • medium5.5Patched in wingetCVE-2026-21355affects before 1.7.2Feb 10, 2026

    DNG SDK versions 1.7.1 2410 and earlier are affected by an out-of-bounds read vulnerability that could lead to memory exposure. An attacker could leverage this vulnerability to disclose sensitive information stored in memory. Exploitation of this issue requires user interaction...

  • medium5.5Patched in wingetCVE-2026-21354affects before 1.7.2Feb 10, 2026

    DNG SDK versions 1.7.1 2410 and earlier are affected by an Integer Overflow or Wraparound vulnerability that could lead to application denial-of-service. An attacker could exploit this vulnerability to cause the application to crash or become unresponsive. Exploitation of this i...

Showing 8 of 17. Source: NVD, updated just now. 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.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • ReolinkShenzhen Reolink Technology Co., Ltd.
    Reolink.Reolinkv8.18.12

    Connect with your loved ones whenever and wherever you are

  • Ajax PRO DesktopAjax Systems Inc.
    Ajax.AjaxPRODesktopv5.55

    Installation, monitoring, and facility and staff management in a single interface

  • Synology Surveillance Station ClientSynology
    Synology.SurveillanceStationClientv2.2.3.2598

    Protect your business or home with a reliable and intuitive surveillance solution with powerful and intelligent video monitoring, management, and analysis tools.

  • DroidCam ClientDEV47APPS
    dev47apps.DroidCamv6.5.3

    Use your phone as a webcam!

  • DroidCam OBS PluginDev47Apps
    dev47apps.DroidCamOBSPluginv2.5.1

    Use your phone as a camera directly in OBS Studio.

  • DW Spectrum ServerDigital Watchdog
    DW.Spectrum.Serverv6.1.2.43047

    The DW Spectrum® media server application is a lightweight, powerful media server responsible for discovering, connecting to, and managing DW Spectrum® system devices and data. The application is pre-loaded on all Blackjack® servers.

More from Adobe Systems, Inc. or browse camera, digital-negative, dng.

Frequently asked questions

How do I install Adobe DNG Converter on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Adobe.DNGConverter --exact --version 18.6. winget downloads the installer from Adobe Systems, Inc. and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Adobe DNG Converter silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Adobe.DNGConverter --exact 18.6 --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 Adobe DNG Converter?
Adobe DNG Converter uses EXE (Inno Setup). Run the downloaded installer with: AdobeDNGConverter_x64_18_6.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall Adobe DNG Converter via winget?
Run: winget uninstall --id Adobe.DNGConverter --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Adobe DNG Converter's Apps & Features entry.
Is Adobe DNG Converter free?
Adobe DNG Converter is distributed under Proprietary. Refer to the publisher for the full license terms - Wingetly itself does not charge for installation.
Does Adobe DNG Converter 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 Adobe DNG Converter directly from the publisher.
How do I keep Adobe DNG Converter up to date?
Run winget upgrade --id Adobe.DNGConverter --exact, or winget upgrade --all to update everything winget tracks. We index 10 versions of Adobe DNG Converter from microsoft/winget-pkgs.

Recent versions

  • 18.6latest
  • 18.5
  • 18.4.1
  • 18.4
  • 18.3.2
  • 18.3.1
  • 18.3
  • 18.2.2
  • 18.2
  • 18.1.1