Mass installation and configuration of Logitech Options software
Steps to deploy Options on Windows through Intune
Steps to deploy Options on macOS through Jamf
Mass installation and configuration of Logitech Options software
The information below is a guide to mass install and configure the Logitech Options software for Windows. Start by getting the file.
Download links
You can download the latest version of Logitech Options for PC or Mac by clicking here
Overview
Logitech Options client can be deployed at scale to Windows systems using the exe Installer. The command link arguments offer flexibility for default settings. Users can change these settings after the installation.
Users don't 'have to sign-in/up' to use Options - it's a must for settings back-up (which can help IT, in case users need to upgrade devices, etc).
Parameters for the installer
Parameter Name (case sensitive) |
Allowed Values (case insensitive) |
Description |
/quiet |
No values/parameters |
Add in the command line for silent installation. By default, when the parameter is not present, UI is shown. Param is a MUST for silent installation |
/analytics |
True/False or 1/0 |
Determines whether analytics data should be sent to Logitech. Default: True (Enabled) |
/flow |
True/False or 1/0 |
Determines whether the Flow feature needs to be enabled or disabled. Default: True (Enabled) |
/sso |
True/False or 1/0 |
Determines whether single sign-on needs to be enabled or disabled. Default: True (Enabled) |
/update |
True/False or 1/0 |
Determines whether automatic/manual check for updates needs to be enabled or disabled. Default: True (Enabled) |
Examples: (run CMD under Admin rights)
Options_Installer.exe /quiet /update=false /flow=false, is equal to
Options_Installer.exe /quiet /update:0 /flow:0
Steps to deploy Options on Windows through Intune
Step 1: Gather Softwares
- Download logitech options software from this link
- Create a new folder in c: (c:\options) move the file in to that folder
- Download the Microsoft Content Prep Tool (IntuneWinAppUtil.exe) https://github.com/Microsoft/Microsoft-Win32-Content-Prep-Tool
- Extract the downloaded zip file and copy the IntuneWinAppUtil.exe file into the c:\IntuneWinAppUtil folder.
Step 2: Create the Intunewin file
- Open a CMD prompt with administrator and navigate to the folder you copied the Intune Win32 Content prep tool in. ex: c:\IntuneWinAppUtil.
- Run the IntuneWinAppUtil.exe command and fill in the following information;
Source folder : c:\Options
Setup file : setup_X.XX.XXX.exe
Output folder : C:\Options
Specify the Catalog folder :No
Press Enter
In a few seconds the .intunewin file is created (C:\options\Options\setup_X.XX.XXX.intunewin)
Step 3: Upload file in Intune Portal:
- Log into your Intune portal.
-
Go to Client Apps
-
Select Apps
-
Add a new App.
-
Under others, choose Windows-app (Win32), then click Select.
-
Add the App Package file, this is the Setup_X.XX.XXX.intunewin file that you created above
-
Add the App Information, you can customize this as needed.
- Click Next
- In Program, make the following changes:
- Install command: setup_X.XX.XXX.exe /quiet:1 /update:0 /flow:0 /sso:0 /analytics:0
- Uninstall command: "C:\Program Files\Logitech\LogiOptions\uninstaller.exe"
- Install behavior: System.Device restart behavior :No specific actions
- Return code -3010 Select Code type -Failed
-
Click Next
- Select Requirements:
- x64 architecture
- Windows 10 1607
-
Click Next
- Detection rules : Create a manually configured detection rule -Click Add
- Rule Type: File
- Path: C:\Program Files\Logitech\LogiOptions
- File: LogiOptions.exe
- Detection Method: File or Folder exists
-
Click Next
- Assignment :
- Add it to the required group.
- Make sure to hide all Toast Notifications.
- Click-Next-Create.
Step 4: Verify Install:
- Go to the Apps List
- Drill Down into the Application you just created
- Click on Device Install Status
-
Check for any failed systems.
Step 5:Troubleshooting: Drill down into the Managed Apps for the failed system
-
Go To Devices -> All Devices -> Select the computer the failed and then select Managed Apps
-
Click on collect Logs and enter the path %windir%\Temp\optionsResult.txt
In a few minutes the log file will be ready to download.
-
You can also go to the system directly and open the Result file.
Open command prompt with administrator type echo %errorlevel% -0
0 - Success
3010 - Failed
Note: If you see error code 3010 - We need to restart the system and try the installation.
Once you have resolved the issue you can re-deploy to the system by removing it from the deployment group, restarting the Intune services or rebooting the system and adding it back to the deployment group.
Steps to deploy Options on macOS through Jamf
Step 1: Download Composer App
https://www.jamf.com/jamf-nation/my/products
Step 2: Drag and drop .app File into /private/tmp folder in your MAC
Step 3: Drag and drop .app File from /private/tmp folder into Composer (to convert .app into .pkg)
Step 4: Click on Build as PKG in composer and save it in /private/tmp folder on your MAC
Step 5: Create a package in JAMF PRO and .pkg from /private/tmp folder
Step 6: Create a script in case you need to test a software with parameters and add the following script
#!/bin/bash
/private/tmp/LogiMgr\ Installer\ X.XX.XXX.app/Contents/MacOS/LogiMgr\ Installer --quiet --update No --analytics No --flow No
rm -R /private/tmp/LogiMgr\ Installer\ X.XX.XXX.app
Step 7: Create a Policy and add the package created and script(if needed) to the policy
Step 8 - Scope it to the devices required or all devices