Ubisoft Connect is the ecosystem of players services for Ubisoft games across all platforms. It aims at giving the best environment for all players to enjoy their games and connect with each other whatever the device. Ubisoft Connect is a free service available on all devices. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of Ubisoft Connect from the command line using the EXE installer.
How to Install Ubisoft Connect Silently
Ubisoft Connect Silent Install (EXE)
- Navigate to: https://ubisoftconnect.com/
- Select Download for PC
- Download & Copy the UbisoftConnectInstaller.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: UbisoftConnectInstaller.exe /S
- Press Enter
After a few moments you should see the Ubisoft Connect Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Ubisoft Connect |
Vendor: | Ubisoft |
Architecture: | x86 |
Installer Type: | EXE |
Silent Install Switch: | UbisoftConnectInstaller.exe /S |
Silent Uninstall Switch (32-bit System) | "%ProgramFiles%\Ubisoft\Ubisoft Game Launcher/Uninstall.exe" /S |
Silent Uninstall Switch (64-bit System) | "%ProgramFiles(x86)%\Ubisoft\Ubisoft Game Launcher/Uninstall.exe" /S |
Download Link: | https://ubisoftconnect.com/ |
PowerShell Script: | https://silentinstallhq.com/ubisoft-connect-install-and-uninstall-powershell/ |
The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download links provided take you directly to the vendors website. Continue reading if you are interested in additional details and configurations.
Additional Configurations
Change the Ubisoft Connect Default Installation Directory
You can change the default installation directory by using the following command line parameters. In this example, I’m installing Ubisoft Connect to “C:\Ubisoft”.
UbisoftConnectInstaller.exe /S /D=C:\Ubisoft |
How to Uninstall Ubisoft Connect Silently
Check out the Ubisoft Connect Install and Uninstall (PowerShell) post for a scripted solution.
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter one of the following commands:
Ubisoft Connect Silent Uninstall (EXE) on 32-bit System
"%ProgramFiles%\Ubisoft\Ubisoft Game Launcher/Uninstall.exe" /S |
Ubisoft Connect Silent Uninstall (EXE) on 64-bit System
"%ProgramFiles(x86)%\Ubisoft\Ubisoft Game Launcher/Uninstall.exe" /S |
Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.