Downloads:
20,470
Downloads of v 16.2.28:
163
Last Update:
13 Jan 2024
Package Maintainer(s):
Software Author(s):
- Bartels Media GmbH
Tags:
trial phraseexpress automation clipboard-manager clipboard-history typing automated-tasks spell-checker macros text-expander macro-recorder autocomplete automation-tool text-replace text-substitution text-snippets admin- 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
PhraseExpress (Install)
- 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:
20,470
Downloads of v 16.2.28:
163
Maintainer(s):
Software Author(s):
- Bartels Media GmbH
PhraseExpress (Install)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Bartels Media GmbH. The inclusion of Bartels Media GmbH trademark(s), if any, upon this webpage is solely to identify Bartels Media GmbH goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Are Exempted or Have Failed
Not All Tests Have Passed
Validation Testing Failed
Verification Testing Exemption:
Temporarily exempted from package-verifier due to this issue: Package Verifier - Could not create secure channel failure #11
Scan Testing Pending
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was rejected on 17 Feb 2024. The reviewer chocolatey-ops has listed the following reason(s):
- Organize frequently used text snippets.
- Expand abbreviations in any program.
- Automate repetitive tasks.
- Auto-complete phrases.
- Quick access to the Windows clipboard history.
- Correct spelling mistakes in any application.
- Free for personal use
$ErrorActionPreference = 'Stop';
$packageName = 'PhraseExpress.Install'
$softwareName = 'PhraseExpress*'
$installerType = 'MSI'
$silentArgs = '/qn /norestart'
$validExitCodes = @(0, 3010, 1605, 1614, 1641)
if ($installerType -ne 'MSI') {
$validExitCodes = @(0)
}
$uninstalled = $false
$local_key = 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*'
$machine_key = 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*'
$machine_key6432 = 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*'
$key = Get-ItemProperty -Path @($machine_key6432,$machine_key, $local_key) `
-ErrorAction SilentlyContinue `
| ? { $_.DisplayName -like "$softwareName" }
if ($key.Count -eq 1) {
$key | % {
$file = "$($_.UninstallString)"
if ($installerType -eq 'MSI') {
$silentArgs = "$($_.PSChildName) $silentArgs"
$file = ''
}
Uninstall-ChocolateyPackage -PackageName $packageName `
-FileType $installerType `
-SilentArgs "$silentArgs" `
-ValidExitCodes $validExitCodes `
-File "$file"
}
} 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 | % {Write-Warning "- $_.DisplayName"}
}
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 |
---|---|---|---|---|
PhraseExpress (Install) 17.0.0 | 488 | Tuesday, August 20, 2024 | Approved | |
PhraseExpress (Install) 17.0.0-beta | 24 | Monday, June 10, 2024 | Approved | |
PhraseExpress (Install) 16.2.32 | 1156 | Sunday, June 9, 2024 | Approved | |
PhraseExpress (Install) 16.1.6 | 1375 | Thursday, February 16, 2023 | Approved | |
PhraseExpress (Install) 16.1.0 | 42 | Tuesday, March 7, 2023 | Approved | |
PhraseExpress (Install) 16.0.179 | 625 | Saturday, December 31, 2022 | Approved | |
PhraseExpress (Install) 16.0.0 | 284 | Friday, December 16, 2022 | Approved | |
PhraseExpress (Install) 15.0.95 | 447 | Tuesday, September 6, 2022 | Approved | |
PhraseExpress (Install) 15.0.87 | 996 | Monday, May 10, 2021 | Approved | |
PhraseExpress (Install) 15.0.84.1 | 381 | Saturday, March 6, 2021 | Approved | |
PhraseExpress (Install) 15.0.84 | 360 | Wednesday, February 10, 2021 | Approved | |
PhraseExpress (Install) 15.0.77 | 344 | Tuesday, January 5, 2021 | Approved | |
PhraseExpress (Install) 15.0.72 | 316 | Monday, December 14, 2020 | Approved | |
PhraseExpress (Install) 14.0.184 | 112 | Monday, December 14, 2020 | Approved | |
PhraseExpress (Install) 14.0.177 | 949 | Thursday, January 9, 2020 | Approved | |
PhraseExpress (Install) 14.0.164 | 325 | Friday, December 13, 2019 | Approved | |
PhraseExpress (Install) 14.0.157 | 549 | Wednesday, September 11, 2019 | Approved | |
PhraseExpress (Install) 14.0.153 | 376 | Wednesday, August 21, 2019 | Approved | |
PhraseExpress (Install) 14.0.145 | 433 | Thursday, June 20, 2019 | Approved | |
PhraseExpress (Install) 14.0.122-beta | 198 | Wednesday, February 6, 2019 | Exempted | |
PhraseExpress (Install) 14.0.98-beta | 240 | Friday, November 30, 2018 | Exempted | |
PhraseExpress (Install) 14.0.69-beta4 | 264 | Tuesday, November 20, 2018 | Exempted | |
PhraseExpress (Install) 14.0.69-beta3 | 228 | Monday, November 12, 2018 | Exempted | |
PhraseExpress (Install) 14.0.69-beta2 | 239 | Thursday, November 1, 2018 | Exempted | |
PhraseExpress (Install) 14.0.69-beta | 263 | Tuesday, September 18, 2018 | Approved | |
PhraseExpress (Install) 14.0.0 | 160 | Friday, September 13, 2019 | Approved | |
PhraseExpress (Install) 13.6.11 | 865 | Thursday, August 23, 2018 | Approved | |
PhraseExpress (Install) 13.6.10 | 500 | Wednesday, June 6, 2018 | Approved | |
PhraseExpress (Install) 13.6.7.1 | 444 | Thursday, May 17, 2018 | Approved | |
PhraseExpress (Install) 13.6.7 | 349 | Friday, May 11, 2018 | Approved | |
PhraseExpress (Install) 13.0.85 | 549 | Wednesday, February 21, 2018 | Approved | |
PhraseExpress (Install) 13.0.0 | 505 | Thursday, January 18, 2018 | Approved | |
PhraseExpress (Install) 13.0.0-beta | 241 | Thursday, December 6, 2018 | Exempted | |
PhraseExpress (Install) 12.0.148 | 596 | Friday, November 3, 2017 | Approved | |
PhraseExpress (Install) 12.0.144 | 626 | Wednesday, June 7, 2017 | Approved | |
PhraseExpress (Install) 12.0.137 | 654 | Tuesday, February 21, 2017 | Approved | |
PhraseExpress (Install) 12.0.130 | 436 | Tuesday, February 21, 2017 | Approved | |
PhraseExpress (Install) 12.0.128 | 539 | Wednesday, January 18, 2017 | Approved | |
PhraseExpress (Install) 12.0.105 | 593 | Tuesday, October 25, 2016 | Approved | |
PhraseExpress (Install) 12.0.98 | 485 | Monday, September 19, 2016 | Approved | |
PhraseExpress.Install (Install) 11.0.135 | 511 | Saturday, July 2, 2016 | Approved | |
PhraseExpress.Install (Install) 11.0.133 | 414 | Friday, June 10, 2016 | Approved | |
PhraseExpress.Install (Install) 11.0.132 | 466 | Friday, March 11, 2016 | Approved |
2002-2017
This package has no dependencies.
Ground Rules:
- This discussion is only about PhraseExpress (Install) and the PhraseExpress (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 PhraseExpress (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.
bc3tech (maintainer) on 13 Jan 2024 18:52:27 +00:00:
User 'bc3tech' (maintainer) submitted package.
bc3tech (maintainer) on 13 Jan 2024 18:54:28 +00:00:
User 'bc3tech' (maintainer) submitted package.
chocolatey-ops (reviewer) on 13 Jan 2024 19:26:06 +00:00:
phraseexpress.install has failed automated validation.
Requirements
Requirements represent the minimum quality of a package that is acceptable. When a package version has failed requirements, the package version requires fixing and/or response by the maintainer. Provided a Requirement has flagged correctly, it must be fixed before the package version can be approved. The exact same version should be uploaded during moderation review.
chocolatey-ops (reviewer) on 02 Feb 2024 19:28:02 +00:00:
We've found phraseexpress.install v16.2.28 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 17 Feb 2024 19:30:59 +00:00:
Unfortunately there has not been progress to move phraseexpress.install v16.2.28 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'.