Downloads:
176,889
Downloads of v 4.6.6.240702:
28
Last Update:
02 Jul 2024
Package Maintainer(s):
Software Author(s):
- Micro-Star INT'L CO.
- LTD
Tags:
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
MSI Afterburner
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
176,889
Downloads of v 4.6.6.240702:
28
Maintainer(s):
Software Author(s):
- Micro-Star INT'L CO.
- LTD
MSI Afterburner
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Micro-Star INT'L CO., LTD. The inclusion of Micro-Star INT'L CO., LTD trademark(s), if any, upon this webpage is solely to identify Micro-Star INT'L CO., LTD goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
This package was rejected on 06 Aug 2024. The reviewer chocolatey-ops has listed the following reason(s):
MSI Afterburner is the ultimate graphics card utility, co-developed by MSI and RivaTuner teams.
NOTE: This package is automatically updated. If it is out of date and there is no newer package submitted, please use the Contact Maintainers
functionality to alert them.
; default environment
DetectHiddenWindows, off
SetControlDelay, 20
; modified environment
#NoEnv
#NoTrayIcon
DetectHiddenText, off
SetTitleMatchMode, 2 ;contains
; answer MSI Afterburner "keep settings" prompt
winTitle1 = MSI Afterburner Uninstall ahk_class #32770
winText1 = Do you want
WinWait, %winTitle1%, %winText1%, 20
ControlClick, Button2 ; &No (do not keep settings)
; answer RTSS "keep settings" prompt
winTitle2 = RivaTuner Statistics Server Uninstall ahk_class #32770
winText2 = Do you want
WinWait, %winTitle2%, %winText2%, 20
ControlClick, Button2 ; &No (do not keep settings)
ExitApp
$ErrorActionPreference = 'Stop';
$packageName = $env:ChocolateyPackageName
$software = @('MSI Afterburner*', 'RivaTuner Statistics Server*')
$silentArgs = '/S'
$scriptPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$ahkFile = Join-Path $scriptPath 'chocolateyUninstall.ahk'
$ahkExe = 'AutoHotKey'
$ahkRun = "$Env:Temp\$(Get-Random).ahk"
Copy-Item $ahkFile "$ahkRun" -Force
Start-Process $ahkExe $ahkRun
For($i=0; $i -lt $software.Length; $i++) {
[array]$key = Get-UninstallRegistryKey -SoftwareName $software[$i]
if ($key.Count -eq 1) {
$key | ForEach-Object {
$file = $($_.UninstallString)
Start-Process $file -ArgumentList $silentArgs -Verb RunAs
}
} 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(s) the following keys were matched:"
$key | ForEach-Object {Write-Warning "- $_.DisplayName"}
}
}
Remove-Item "$ahkRun" -Force
Remove-Item "$env:PUBLIC\Desktop\RTSS.lnk" -Force
No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
MSI Afterburner 4.6.5.230429 | 64803 | Saturday, April 29, 2023 | Approved | |
MSI Afterburner 4.6.5.230424 | 2781 | Monday, April 24, 2023 | Approved | |
MSI Afterburner 4.6.5.230416 | 2524 | Sunday, April 16, 2023 | Approved | |
MSI Afterburner 4.6.5.230316 | 4030 | Thursday, March 16, 2023 | Approved | |
MSI Afterburner 4.6.5.230315 | 104 | Thursday, March 16, 2023 | Approved | |
MSI Afterburner 4.6.5 | 13767 | Tuesday, December 27, 2022 | Approved | |
MSI Afterburner 4.6.4.20211212 | 20420 | Sunday, December 12, 2021 | Approved | |
MSI Afterburner 4.6.4.20211211 | 614 | Sunday, December 12, 2021 | Approved | |
MSI Afterburner 4.6.4.20211008 | 4759 | Friday, October 8, 2021 | Approved | |
MSI Afterburner 4.6.4 | 3647 | Monday, August 23, 2021 | Approved | |
MSI Afterburner 4.6.3 | 10271 | Friday, March 5, 2021 | Approved | |
MSI Afterburner 4.6.2.20201210 | 7204 | Friday, December 11, 2020 | Approved | |
MSI Afterburner 4.6.2.20201208 | 2355 | Wednesday, December 9, 2020 | Approved | |
MSI Afterburner 4.6.2 | 11969 | Tuesday, November 12, 2019 | Approved | |
MSI Afterburner 4.6.1.20191017 | 1532 | Friday, October 18, 2019 | Approved | |
MSI Afterburner 4.6.1.20191012 | 843 | Saturday, October 12, 2019 | Approved | |
MSI Afterburner 4.6.1.20190921 | 1377 | Saturday, September 21, 2019 | Approved | |
MSI Afterburner 4.6.1.20190525 | 3050 | Sunday, May 26, 2019 | Approved | |
MSI Afterburner 4.6.1 | 1082 | Friday, April 26, 2019 | Approved | |
MSI Afterburner 4.5.0.20180917 | 3348 | Tuesday, September 18, 2018 | Approved | |
MSI Afterburner 4.5.0 | 3447 | Wednesday, April 25, 2018 | Approved | |
MSI Afterburner 4.4.2.01 | 1733 | Monday, January 1, 2018 | Approved | |
MSI Afterburner 4.4.2 | 1141 | Saturday, December 16, 2017 | Approved | |
MSI Afterburner 4.4.0.01 | 972 | Saturday, November 18, 2017 | Approved | |
MSI Afterburner 4.4.0 | 837 | Sunday, November 5, 2017 | Approved | |
MSI Afterburner 4.3.0.926701 | 1453 | Friday, May 26, 2017 | Approved | |
MSI Afterburner 4.3.0.9267 | 1425 | Thursday, October 27, 2016 | Approved | |
MSI Afterburner 4.2.0.7826 | 744 | Sunday, October 2, 2016 | Approved | |
MSI Afterburner 4.2.0.1 | 801 | Monday, August 22, 2016 | Approved | |
MSI Afterburner 4.2.0 | 969 | Thursday, December 10, 2015 | Approved | |
MSI Afterburner 4.1.1 | 676 | Saturday, June 6, 2015 | Approved | |
MSI Afterburner 4.1.0.20150519 | 632 | Friday, May 29, 2015 | Approved | |
MSI Afterburner 4.1.0.20150325 | 802 | Wednesday, March 25, 2015 | Approved | |
MSI Afterburner 4.1.0 | 725 | Monday, December 29, 2014 | Approved |
2023 Micro-Star INT'L CO., LTD
-
- autohotkey.portable (≥ 1.1.30.3)
Ground Rules:
- This discussion is only about MSI Afterburner and the MSI Afterburner 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 MSI Afterburner, 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.
mikeee (maintainer) on 02 Jul 2024 12:48:54 +00:00:
User 'mikeee' (maintainer) submitted package.
chocolatey-ops (reviewer) on 02 Jul 2024 14:07:54 +00:00:
msiafterburner 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.
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 02 Jul 2024 15:07:54 +00:00:
msiafterburner has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/83c62ddec56910f0b0c06e25f495fd9d for details.
The package status will be changed and will be waiting on your next actions.
chocolatey-ops (reviewer) on 22 Jul 2024 14:08:25 +00:00:
We've found msiafterburner v4.6.6.240702 in a submitted status and waiting for your next actions. It has had no updates for 20 or more days since a reviewer has asked for corrections. Please note that if there is no response or fix of the package within 15 days of this message, this package version will automatically be closed (rejected) due to being stale.
Take action:
If your package is failing automated testing, you can use the chocolatey test environment to manually run the verification and determine what may need to be fixed.
Note: We don't like to see packages automatically rejected. It doesn't mean that we don't value your contributions, just that we can not continue to hold packages versions in a waiting status that have possibly been abandoned. If you don't believe you will be able to fix up this version of the package within 15 days, we strongly urge you to log in to the site and respond to the review comments until you are able to.
chocolatey-ops (reviewer) on 06 Aug 2024 14:09:57 +00:00:
Unfortunately there has not been progress to move msiafterburner v4.6.6.240702 towards an approved status within 15 days after the last review message, so we need to close (reject) the package version at this time. If you want to pick this version up and move it towards approval in the future, use the contact site admins link on the package page and we can move it back into a submitted status so you can submit updates.
Status Change - Changed status of package from 'submitted' to 'rejected'.