The Logitech Solar App is used to monitor the battery levels and other relevant information of the Logitech Wireless Solar Keyboard K750. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of the Logitech Solar App from the command line using the EXE installer.
How to Install the Logitech Solar App Silently
Logitech Solar App Silent Install (EXE) on 32-bit System
- Navigate to: https://download01.logi.com/web/ftp/pub/techsupport/keyboards/SolarApp_1.20.28_x32.exe
- Download & Copy the SolarApp_x.y.z_x32.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: SolarApp_x.y.z_x32.exe /S
- Press Enter
After a few moments you will find Logitech Solar App entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Logitech Solar App |
Vendor: | Logitech |
Architecture: | x86 |
Installer Type: | EXE |
Silent Install Switch: | SolarApp_x.y.z_x32.exe /S |
Silent Uninstall Switch: | See Uninstall Section Below |
Download Link: | Logitech Solar App 32-bit Download |
PowerShell Script: | Logitech Solar App | PowerShell Script |
Detection Script: | Logitech Solar App | Custom Detection Script |
Logitech Solar App Silent Install (EXE) on 64-bit System
- Navigate to: https://download01.logi.com/web/ftp/pub/techsupport/keyboards/SolarApp_1.20.28_x64.exe
- Download & Copy the SolarApp_x.y.z_x64.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: SolarApp_x.y.z_x64.exe /S
- Press Enter
After a few moments you will find Logitech Solar App entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Logitech Solar App |
Vendor: | Logitech |
Architecture: | x64 |
Installer Type: | EXE |
Silent Install Switch: | SolarApp_x.y.z_x64.exe /S |
Silent Uninstall Switch: | See Uninstall Section Below |
Download Link: | Logitech Solar App 64-bit Download |
PowerShell Script: | Logitech Solar App | PowerShell Script |
Detection Script: | Logitech Solar App | Custom Detection Script |
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.
How to Uninstall the Logitech Solar App Silently
Check out the following posts for a scripted solution:
Logitech Solar App Install and Uninstall (PowerShell) |
Logitech Solar App Silent Uninstall (PowerShell) |
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter the following set of commands:
Logitech Solar App Silent Uninstall (EXE)
"%CommonProgramFiles%\LogiShrd\SolarApp_Uninstall\Setup.exe" /S |
"%CommonProgramFiles%\LogiShrd\SolarApp\UnInstaller.exe" /UnInstall=yes /S |
"%CommonProgramFiles%\LogiShrd\SolarApp_Uninstall\MUnInstaller.exe" /UnInstall=yes /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.