Wingetlywingetly
← All apps

LogMeIn Client

by LogMeIn, Inc.v1.3.5692

Last updated

Remote access your computers

Install with winget

$ winget install --id GoTo.LogMeInClient --exact --version 1.3.5692

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

Silent install command for LogMeIn Client

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

One-line silent install (x86, machine scope)
msiexec.exe /i LogMeInClientApp.msi /quiet /norestart

See the full silent install reference for LogMeIn Client

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 LogMeIn Client app is the one that you use to access your remote host computers from anywhere in the world. It provides a list of computers that you can access from the computer you're sitting in front of.

Installers · v1.3.5692

ArchitectureTypeScopeInstallDownload
x86MSI
WiX
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 LogMeIn Client.

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

  • HamachiLogMeIn, Inc.
    LogMeIn.Hamachiv2.3.0.111

    Create virtual private networks on-demand

  • GoTo Opener (Multi User)LogMeIn, Inc.
    GoTo.GoToOpenerv1.0.568

    GoTo Meeting uses the GoTo Opener app to help launch you into active sessions.

  • GoToMeetingLogMeIn, Inc.
    GoTo.GoToMeetingv10.19.0.19950

    GoToMeeting is a conferencing and online meeting tool.

  • RealVNC ViewerRealVNC
    RealVNC.VNCViewerv7.15.1.18

    The original VNC Viewer and the most secure way to connect to your devices remotely.

  • R
    RealVNC ServerRealVNC
    RealVNC.VNCServerv7.18.0.14

    The original VNC Server and the most secure way to control your remote devices.

  • Remote DesktopMicrosoft Corporation
    Microsoft.RemoteDesktopClientv1.2.7391.0

    You can access Windows Virtual Desktop resources on devices with Windows 7, Windows 10, and Windows 10 IoT Enterprise using the Windows Desktop client.

More from LogMeIn, Inc. or browse remote, remote-access, remote-control.

Frequently asked questions

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