Downloads:
6,305
Downloads of v 1.32.366807:
22
Last Update:
20 Feb 2023
Package Maintainer(s):
Software Author(s):
- Logitech
Tags:
logitech options keyboard mouse utility notsilent- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Logitech Options (Install)
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
6,305
Downloads of v 1.32.366807:
22
Maintainer(s):
Software Author(s):
- Logitech
Logitech Options (Install)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Logitech. The inclusion of Logitech trademark(s), if any, upon this webpage is solely to identify Logitech goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
This package was rejected on 09 Apr 2023. The reviewer flcdrg has listed the following reason(s):
choco://logitech-options-plus
To use choco:// protocol URLs, install (unofficial) choco:// Protocol support
Logi Options+ is a next-gen app that lets you manage and customize your supported mice and keyboards —so they all seamlessly work towards your goals. Combining the best features of Options with a brand new easy-to-use interface, Options+ is designed to transform your daily tasks
Click here to Patreon-ize the package maintainer.
$ErrorActionPreference = 'Stop';
$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Logitech Options*"
fileType = 'EXE'
silentArgs = ''
validExitCodes = @(0)
}
$ahkExe = 'AutoHotKey'
$ahkFile = Join-Path -Path $env:TEMP -ChildPath "$(Get-Random).ahk"
$ahkSourceFile = Join-Path -Path $toolsDir -ChildPath "$($env:ChocolateyPackageName)_uninstall.ahk"
Copy-Item -Path $ahkSourceFile -Destination $ahkFile
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs.softwareName
if ($key.Count -eq 1) {
$key | ForEach-Object {
$packageArgs.file = $_.UninstallString
Write-Verbose "Running AutoHotkey install script $ahkFile"
$ahkProc = Start-Process -FilePath $ahkExe -ArgumentList $ahkFile -PassThru
$ahkId = $ahkProc.Id
Write-Debug "$ahkExe start time:`t$($ahkProc.StartTime.ToShortTimeString())"
Write-Debug "Process ID:`t$ahkId"
Uninstall-ChocolateyPackage @packageArgs
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$key.Count matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | ForEach-Object {Write-Warning "- $_.DisplayName"}
}
Remove-Item $ahkFile -Force
Log in or click on link to see number of positives.
- logioptionsplus_installer.exe (3c9fd52b9bd3) - ## / 68
- logitech-options-plus.1.32.366807.nupkg (8997d03a76e9) - ## / 62
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Logi Options+ 1.89.705126 | 304 | Wednesday, April 23, 2025 | Approved | |
Logi Options+ 1.88.697541 | 190 | Tuesday, April 15, 2025 | Approved | |
Logi Options+ 1.87.684086 | 566 | Saturday, March 8, 2025 | Approved | |
Logi Options+ 1.86.675082 | 440 | Monday, February 10, 2025 | Approved | |
Logi Options+ 1.85.655119 | 575 | Thursday, December 12, 2024 | Approved | |
Logi Options+ 1.84.641293 | 385 | Wednesday, November 13, 2024 | Approved | |
Logi Options+ 1.83.635658 | 311 | Tuesday, October 22, 2024 | Approved | |
Logi Options+ 1.82.618412 | 375 | Monday, September 23, 2024 | Approved | |
Logi Options+ 1.80.601141 | 398 | Saturday, August 10, 2024 | Approved | |
Logi Options+ 1.78.588966 | 308 | Friday, July 19, 2024 | Approved | |
Logi Options+ 1.74.577900 | 332 | Thursday, June 20, 2024 | Approved | |
Logi Options+ 1.70.551909 | 414 | Monday, April 22, 2024 | Approved | |
Logi Options+ 1.68.542186 | 269 | Tuesday, April 2, 2024 | Approved | |
Logi Options+ 1.66.531337 | 206 | Monday, March 11, 2024 | Approved | |
Logi Options+ 1.64.527952 | 237 | Monday, February 26, 2024 | Approved | |
Logi Options+ 1.62.518518 | 43 | Wednesday, February 14, 2024 | Approved | |
Logi Options+ 1.60.496306 | 437 | Saturday, December 30, 2023 | Approved | |
Logi Options+ 1.58.484418 | 312 | Thursday, November 16, 2023 | Approved | |
Logi Options+ 1.56.474970 | 144 | Thursday, November 2, 2023 | Approved |
© Logitech. All rights reserved
This package has no dependencies.
Ground Rules:
- This discussion is only about Logitech Options (Install) and the Logitech Options (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Logitech Options (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
bcurran3 (maintainer) on 20 Feb 2023 20:48:43 +00:00:
User 'bcurran3' (maintainer) submitted package.
chocolatey-ops (reviewer) on 20 Feb 2023 21:25:20 +00:00:
logitech-options-plus has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Guidelines
Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.
packageSourceUrl
, pointing to the url where the package source resides. This is a strong guideline because it simplifies collaboration. Please add it to the nuspec. More...Suggestions
Suggestions are either newly introduced items that will later become Guidelines or items that are don't carry enough weight to become a Guideline. Either way they should be considered. A package version can be approved without addressing Suggestion comments.
Notes
Notes typically flag things for both you and the reviewer to go over. Sometimes this is the use of things that may or may not be necessary given the constraints of what you are trying to do and/or are harder for automation to flag for other reasons. Items found in Notes might be Requirements depending on the context. A package version can be approved without addressing Note comments.
chocolatey-ops (reviewer) on 20 Feb 2023 21:47:54 +00:00:
logitech-options-plus has passed automated package testing (verification). The next step in the process is package scanning.
Please visit https://gist.github.com/8cd0af5bc4d3392f5f7ff1d5e8a110f1 for details.
This is an FYI only. There is no action you need to take.
chocolatey-ops (reviewer) on 20 Feb 2023 22:05:49 +00:00:
logitech-options-plus has passed automated virus scanning.
flcdrg (reviewer) on 08 Apr 2023 11:06:08 +00:00:
I think this might be a duplicate of https://community.chocolatey.org/packages/logioptionsplus ?
David
flcdrg (reviewer) on 08 Apr 2023 11:08:32 +00:00:
I think this might be a duplicate of https://community.chocolatey.org/packages/logioptionsplus ?
David
bcurran3 (maintainer) on 08 Apr 2023 21:11:20 +00:00:
Yeah. Looks like he had me beat by 4 days and I didn't know since it was in moderation. Oh well.
Eject!
flcdrg (reviewer) on 09 Apr 2023 03:04:12 +00:00:
Reject as requested
Status Change - Changed status of package from 'submitted' to 'rejected'.