Downloads:
180
Downloads of v 2.6.5:
49
Last Update:
25 Jul 2024
Package Maintainer(s):
Software Author(s):
- CodeProject
Tags:
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
CodeProject.AI (Install)
This is not the latest version of CodeProject.AI (Install) available.
- 1
- 2
- 3
2.6.5 | Updated: 25 Jul 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
180
Downloads of v 2.6.5:
49
Maintainer(s):
Software Author(s):
- CodeProject
CodeProject.AI (Install) 2.6.5
This is not the latest version of CodeProject.AI (Install) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by CodeProject. The inclusion of CodeProject trademark(s), if any, upon this webpage is solely to identify CodeProject 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
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator flcdrg on 31 Jul 2024.
This package is unlisted and hidden from package listings.
CodeProject.AI Server
A standalone, self-hosted, fast, free and Open Source Artificial Intelligence microserver for any
platform, any language. It can be installed locally, required no off-device or out of network data
transfer, and is easy to use.
$ErrorActionPreference = 'Stop' # stop on all errors
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'CodeProject.AI Server*' #part or all of the Display Name as you see it in Programs and Features. It should be enough to be unique
fileType = 'EXE'
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
validExitCodes = @(0, 3010, 1605, 1614, 1641)
}
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$key | ForEach-Object {
$packageArgs['file'] = "$($_.UninstallString)" #NOTE: You may need to split this if it contains spaces, see below
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)" }
}
Log in or click on link to see number of positives.
- codeproject-ai.2.6.5.nupkg (532961e9949b) - ## / 67
- CodeProject.AI-Server-win-x64-2.6.5.zip (76a56702590b) - ## / 69
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 |
---|---|---|---|---|
CodeProject.AI (Install) 2.9.5 | 78 | Friday, December 27, 2024 | Approved | |
CodeProject.AI (Install) 2.6.5.20241103 | 53 | Sunday, November 3, 2024 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about CodeProject.AI (Install) and the CodeProject.AI (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 CodeProject.AI (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.