The information below is a guide to mass install and configure the Tune Desktop application for Windows. Start by getting the .MSI file.
Note: It's recommended to run the .MSI installer in silent mode. Use this parameter:
msiexec /i path_to_msi /quiet
Watch this video on how to deploy Logi Tune with SCCM
Overview
Tune desktop client can be deployed at scale to Windows systems using the MSI Installer. The command link arguments offer flexibility for default settings. Users can change these settings after the installation.
Logitech offers the installer in an .MSI format to support a wide range of deployment tools.
Configuration Options for the Tune Desktop Client
General parameters for the installer, delimited by space.
Parameter Name (case sensitive) |
Allowed Values (case insensitive) |
Description |
/quiet | No values/parameters | Add in command line for silent installation. By default, when parameter is not present, UE is shown. |
AutoStart | True/False or 1/0 | Determines whether an application is launched on Windows startup. Default: True |
CreateShortcut | True/False or 1/0 | Determines whether a shortcut should be created. Default: True |
AnalyticsEnabled | True/False or 1/0 | Determines whether analytics data should be sent to Logitech. Default: True |
AdvSettings | String value. See Configuration General Settings section. |
Parameters from Configuration General Settings which are delimited using semicolon (;). |
Examples for MSI: (run CMD under Admin rights)
msiexec.exe /i "LogiTune.msi" CreateShortcut=True
msiexec.exe /i "LogiTune.msi" CreateShortcut=1 AutoStart=False
msiexec.exe /i "LogiTune.msi" /q
Configure General Settings
General parameters for installer. Delimited by semicolon(;). It should be specified in scope of AdvSettings parameter.
Parameter Name (case sensitive) |
Allowed Values (case insensitive) |
Description |
rotateToMute | True/False or 1/0 | Rotate to mute parameter of headset. Default: True |
Sidetone | Integer value [0..10] | Sidetone level parameter of headset. |
sleepTimer | Integer value [0..255] | Sleep timer parameter of headset, in minutes. Default: 30 |
Examples for MSI: (run CMD under Admin rights)
msiexec.exe /i "LogiTune.msi" CreateShortcut=True AdvSettings="rotatetomute=0;sidetone=3;" msiexe.exe /i "LogiTune.msi" AdvSettings="rotatetomute=false;sidetone=3;" /q
Examples for Uninstall
msiexec.msi /x "LogiTune.msi"
msiexec.msi /x "LogiTune.msi" /q