Wingetlywingetly
← All apps

Dropbox (MSI)

by Dropbox, Inc.v235.4.5905

Last updated

Organize all your team's content, tune out distractions, and get everyone coordinated with the world's first smart workspace.

Install with winget

$ winget install --id Dropbox.Dropbox.MSI --exact --version 235.4.5905

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

Silent install command for Dropbox (MSI)

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

One-line silent install (x64)
msiexec.exe /i Dropbox%20235.4.5905%20Enterprise%20Installer.x64.msi /quiet /norestart

See the full silent install reference for Dropbox (MSI)

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 · v235.4.5905

ArchitectureTypeScopeInstallDownload
x64MSI
WiX
-Direct

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 Dropbox (MSI).

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

  • DropboxDropbox, Inc.
    Dropbox.Dropboxv262.4.3183

    Organize all your team's content, tune out distractions, and get everyone coordinated with the world's first smart workspace.

  • Dropbox CaptureDropbox, Inc.
    Dropbox.Capturev116.3

    Visual communication for the modern workplace.

  • 夸克网盘Quark
    Alibaba.QuarkCloudDrivev3.24.0

    Quark Cloud Drive is a cloud service product launched by Quark, featuring cloud storage, HD streaming, online file decompression, PDF one-click conversion, etc.

  • Synology Drive ClientSynology
    Synology.DriveClientv8.1.0.18123

    The desktop utility that provides file syncing and personal computer backup services on multiple client computers to a centralized server, Synology Drive Server.

  • AWS Command Line InterfaceAmazon Web Services
    Amazon.AWSCLIv2.36.44

    Universal Command Line Interface for Amazon Web Services

  • iCloud (Legacy)Apple Inc.
    Apple.iCloudv7.21.0.23

    With iCloud for Windows, you can access your photos, videos, mail, calendar, files, and other important information on your Windows PC.

More from Dropbox, Inc. or browse dropbox, cloud, files.

Frequently asked questions

How do I install Dropbox (MSI) on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Dropbox.Dropbox.MSI --exact --version 235.4.5905. winget downloads the installer from Dropbox, Inc. and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Dropbox (MSI) silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Dropbox.Dropbox.MSI --exact 235.4.5905 --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 Dropbox (MSI)?
Dropbox (MSI) uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i Dropbox%20235.4.5905%20Enterprise%20Installer.x64.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall Dropbox (MSI) via winget?
Run: winget uninstall --id Dropbox.Dropbox.MSI --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Dropbox (MSI)'s Apps & Features entry.
Is Dropbox (MSI) free?
Dropbox (MSI) is distributed under Combined GPLv2 and proprietary software. Refer to the publisher (https://www.dropbox.com) for the full license terms - Wingetly itself does not charge for installation.
Does Dropbox (MSI) 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 Dropbox (MSI) directly from the publisher.
How do I keep Dropbox (MSI) up to date?
Run winget upgrade --id Dropbox.Dropbox.MSI --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Dropbox (MSI) from microsoft/winget-pkgs.