Wingetlywingetly
← All apps

DJI Terra

by DJIv4.5.0

Last updated

A PC software designed to improve mission performance efficiency for industrial applications.

Install with winget

$ winget install --id DJI.DJITerra --exact --version 4.5.0

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

Silent install command for DJI Terra

DJI Terra uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x64, machine scope)
DJI%20Terra%204.5.0.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for DJI Terra

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

DJI Terra is a PC software designed to improve mission performance efficiency for industrial applications including — but not limited to — agricultural plant protection, search and rescue, and firefighting. It can control a DJI aircraft* to fly along a planned 2D or 3D route and provides functions such as 2D map reconstruction, 3D model reconstruction, field planning, and more.

Installers · v4.5.0

ArchitectureTypeScopeInstallDownload
x64EXE
Inno Setup
machineDirect

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

Security

No known CVEs for DJI Terra.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • DJI Assistant 2 For MavicDJI
    DJI.DJIAssistant2.ForMavicvV2.0.14.1

    Maintenance software for DJI products.

  • DJI Assistant 2 (Enterprise Series)DJI
    DJI.DJIAssistant2.EnterpriseSeriesvV2.1.0.2

    Maintenance software for DJI products.

  • DJI Assistant 2 For MGDJI
    DJI.DJIAssistant2.ForMGvV2.1.0.1

    Maintenance software for DJI products.

  • DJI Assistant 2 (Consumer Drones Series)DJI
    DJI.DJIAssistant2.ConsumerDronesSeriesvV2.1.5.8

    Support the consumer drones series products, including mavic series.

  • DJI Assistant 2 For PhantomDJI
    DJI.DJIAssistant2.ForPhantomvV2.0.10.4

    Maintenance software for DJI products.

  • DJIAssistant2ForMatriceDJI
    DJI.DJIAssistant2.ForMatricev2.0.13

    DJI.DJIAssistant2.ForMatrice

More from DJI or browse dji, drone.

Frequently asked questions

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