A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize request, please see:
Today I have tested with Options_8.54.106.exe and found it worked using "Options_8.54.106.exe /quiet" The installer completed when packaged via Intune.
Uninstall works with "C:\Program Files\Logitech\LogiOptions\uninstaller.exe" /S
The most I've managed to quiet the installer is by doing:
Options_8.36.86.exe /s /v/qn
I still see a window (what appears to be a command prompt) briefly flash on the screen and disappear. Otherwise, silent installation seems to proceed normally. I think I've had some success using this method to manually do remote installation (from PowerShell):
PowerShell remoting setup and elevation/credentials, etc. are left as an exercise for you. :-)
In my experience with the above method, the installer seems to time out and doesn't automatically return control to PowerShell. If I leave it go for a while, Ctrl+C gets me back to a PowerShell prompt with a healthy Options install, as best as I can tell.
I reviewed this today as we saw the latest installers supported the parameter /S for silent install.
Even with this new parameter, we still can't support it.
During testing we found that the installer for the latest available version 8.36.86 installed fine as SYSTEM using psexec as a base install and as an update from 8.34.82, but when trying to install as an update using SCCM, the installer process would indefinitely hang and leave the product uninstalled.
The software wouldn't even install as a base install on an Intune client, with similar symptoms of the installer just indefinitely hanging and never returning, causing a timeout.
Justin, if you (and team) find a way to get this work, that would be amazing.
Major issue with apps like Options is the no-win situation of not being able to update it from MECM, yet the built-in update requires elevation from the end user to run. It's unfortunate to see apps like this that see wide use in enterprise environments make no design consideration for it, but I digress.
Hey Elie, sorry nothing yet. We are finishing up some engineering on the application feature then we plan to start evaluating the applications in the queue.
Nice ! Hope to see it soon :)
Just tested this app and I think we can support it now.
Thanks Casey, we will reinvestigate this.
Wanted to follow up on this one, since it's still flagged as "incompatible". Could this be revisited?
For PMPC folk, Logitech now provides an official method for at least Intune deployment, although this could conceivably work for MECM deployment: https://prosupport.logi.com/hc/en-us/articles/1500002995241-Mass-installation-and-configuration-of-Logitech-Options
Not sure about updates, however.
Today I have tested with Options_8.54.106.exe and found it worked using "Options_8.54.106.exe /quiet" The installer completed when packaged via Intune.
Uninstall works with "C:\Program Files\Logitech\LogiOptions\uninstaller.exe" /S
The most I've managed to quiet the installer is by doing:
Options_8.36.86.exe /s /v/qn
I still see a window (what appears to be a command prompt) briefly flash on the screen and disappear. Otherwise, silent installation seems to proceed normally. I think I've had some success using this method to manually do remote installation (from PowerShell):
Copy-Item Options_8.36.86.exe \\ComputerName\C$\Users\Public\Downloads\
Enter-PSSession ComputerName
& C:\Users\Public\Downloads\Options_8.36.86.exe /s /v/qn
PowerShell remoting setup and elevation/credentials, etc. are left as an exercise for you. :-)
In my experience with the above method, the installer seems to time out and doesn't automatically return control to PowerShell. If I leave it go for a while, Ctrl+C gets me back to a PowerShell prompt with a healthy Options install, as best as I can tell.
For what it's worth.
I reviewed this today as we saw the latest installers supported the parameter /S for silent install.
Even with this new parameter, we still can't support it.
During testing we found that the installer for the latest available version 8.36.86 installed fine as SYSTEM using psexec as a base install and as an update from 8.34.82, but when trying to install as an update using SCCM, the installer process would indefinitely hang and leave the product uninstalled.
The software wouldn't even install as a base install on an Intune client, with similar symptoms of the installer just indefinitely hanging and never returning, causing a timeout.
Justin, if you (and team) find a way to get this work, that would be amazing.
Major issue with apps like Options is the no-win situation of not being able to update it from MECM, yet the built-in update requires elevation from the end user to run. It's unfortunate to see apps like this that see wide use in enterprise environments make no design consideration for it, but I digress.
maybe using some software like autohotkey
https://www.autohotkey.com
Ps: chocolatey does use it in the logitech options package
https://chocolatey.org/packages/logitech-options
Ps2: adding support for autohotkey would make possible to support much more apps
It doesn't appear this product has a silent command line switch. Please let us know if anyone knows one.
Hey Elie, sorry nothing yet. We are finishing up some engineering on the application feature then we plan to start evaluating the applications in the queue.
Hello, this been dragging and voted for since 6 months in the older forum also, any estimated time ?