Logi Bolt App Silent Install (How-To Guide)

The Logi Bolt App is a tool to pair Logi Bolt compatible devices with the Logi Bolt receiver. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of the Logi Bolt App from the command line using the EXE installer.

How to Install the Logi Bolt App Silently

Logi Bolt App Silent Install (EXE)

  1. Navigate to: https://support.logi.com/hc/en-us/articles/4418089333655
  2. Download & Copy the LogiBoltInstaller.exe to a folder created at (C:\Downloads)
  3. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  4. Navigate to the C:\Downloads folder
  5. Enter the following command: LogiBoltInstaller.exe /silent
  6. Press Enter

After a few moments you will find Logi Bolt entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:Logi Bolt
Vendor:Logitech
Architecture:x86_x64
Installer Type:EXE
Silent Install Switch:LogiBoltInstaller.exe /silent
Silent Uninstall Switch:"%ProgramFiles%\Logi\LogiBolt\LogiBoltUninstaller.exe" /silent
Download Link:https://support.logi.com/hc/en-us/articles/4418089333655
PowerShell Script:https://silentinstallhq.com/logi-bolt-app-install-and-uninstall-powershell/
Detection Script:https://silentinstallhq.com/create-a-custom-detection-script-for-the-logi-bolt-app-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

Disable Logi Bolt Auto Updates

  • Open Notepad or your favorite text editor
  • Add the following lines:
{
	"autostart": true,
	"app_auto_update_enabled": false
}
  • Save the file to C:\Downloads\ and name it: settings.json
  • 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 to copy & overwrite the settings.json at “%ProgramFiles%\Logi\LogiBolt”:
xcopy /y ".\settings.json" "%ProgramFiles%\Logi\LogiBolt\"

Disable Sharing Diagnostics & Usage Data (Analytics)

  • Install Logi Bolt and open the application
  • Select NO,THANKS to Diagnostics & Usage Data prompt
  • Close the Logi Bolt application
  • Navigate to: “%LocalAppData%\LogiBolt\”
  • Copy the settings.json to “C:\Downloads” directory with the Logi Bolt executable downloaded earlier
  • Uninstall Logi Bolt and delete the “%LocalAppData%\LogiBolt\” directory
  • 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 commands:
LogiBoltInstaller.exe /silent
xcopy /y ".\settings.json" "%ProgramFiles%\Logi\LogiBolt\"

How to Uninstall the Logi Bolt App Silently

Check out the following posts for a scripted solution:

Logi Bolt App Install and Uninstall (PowerShell)
Logi Bolt App Silent Uninstall (PowerShell)
  1. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  2. Enter the following command:

Logi Bolt App Silent Uninstall (EXE)

"%ProgramFiles%\Logi\LogiBolt\LogiBoltUninstaller.exe" /silent

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.

Jason Bergner

I am an accomplished Software Engineer at Patch My PC, leveraging more than 18 years of hands-on experience in Configuration Manager administration and application packaging. I am driven by a genuine passion for solving complex problems and consistently strive to discover innovative and effective solutions. Sharing my extensive knowledge of application deployments is a true joy for me, and I am honored to contribute to the community here at Silent Install HQ.

Recent Posts