Wingetlywingetly
← All apps
P

Proximity

by Cisco Systems, Inc.v4.0.0.0

Last updated

Cisco Proximity allows you to control your video system and share wirelessly.

Install with winget

$ winget install --id Cisco.Proximity --exact --version 4.0.0.0

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

Silent install command for Proximity

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

One-line silent install (x64)
msiexec.exe /i Proximity.msi /quiet /norestart

See the full silent install reference for Proximity

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 · v4.0.0.0

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

1 known CVE via NVD

  • medium4.8Patched in wingetCVE-2021-1240affects before 3.1.0Jan 13, 2021

    A vulnerability in the loading process of specific DLLs in Cisco Proximity Desktop for Windows could allow an authenticated, local attacker to load a malicious library. To exploit this vulnerability, the attacker must have valid credentials on the Windows system. This vulnerabil...

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.

Related apps

  • ClamAVCisco Systems, Inc.
    Cisco.ClamAVv1.5.4

    ClamAV® is an open-source antivirus engine for detecting trojans, viruses, malware & other malicious threats.

  • Chez SchemeCisco Systems, Inc.
    Cisco.ChezSchemev10.4.1

    Chez Scheme is both a programming language and an implementation of that language, with supporting tools and documentation.

  • Cisco JVDI AgentCisco Systems, Inc.
    Cisco.JabberVDIAgentv15.2.1.60904

    Use Jabber with Citrix or VMWare VDI solution.

More from Cisco Systems, Inc..

Frequently asked questions

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