Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

13,020

Downloads of v 2016.10.19:

761

Last Update:

20 Oct 2016

Package Maintainer(s):

Software Author(s):

  • OpenRA Developers

Tags:

game rts red-alert command-and-conquer admin

OpenRA

Downloads:

13,020

Downloads of v 2016.10.19:

761

Software Author(s):

  • OpenRA Developers

OpenRA

  • 1
  • 2
  • 3

Some Checks Are Exempted or Have Failed

Not All Tests Have Passed


Validation Testing Failed


Verification Testing Exemption:

Dependency require reboot.

Details

Scan Testing Unknown

WARNING

This package was rejected on 25 Oct 2016. The reviewer ferventcoder has listed the following reason(s):

dtgm (maintainer) on 20 Oct 2016 20:29:58 +00:00:

User 'dtgm' (maintainer) submitted package.

chocolatey-ops (reviewer) on 20 Oct 2016 21:32:50 +00:00:

openra 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.

  • Something went very wrong. There is no package to validate. Please repush package. If you receive this message again, contact the site admins.

chocolatey-ops (reviewer) on 21 Oct 2016 05:13:52 +00:00:

openra has failed automated testing.
This is not the only check that is performed so check the package page to ensure a 'Ready' status.
Please visit https://gist.github.com/92b9027b07bd97899d37947073e2e375 for details.
The package status will be changed and will be waiting on your next actions.

  • NEW! We have a test environment for you to replicate the testing we do. This can be used at any time to test packages! See https://github.com/chocolatey/chocolatey-test-environment
  • Please log in and leave a review comment if you have questions and/or comments.
  • If you see the verifier needs to rerun testing against the package without resubmitting (a issue in the test results), you can do that on the package page in the review section.
  • If the verifier is incompatible with the package, please log in and leave a review comment if the package needs to bypass testing (e.g. package installs specific drivers).
  • Automated testing can also fail when a package is not completely silent or has pop ups (AutoHotKey can assist - a great example is the VeraCrypt package).
  • A package that cannot be made completely unattended should have the notSilent tag. Note that this must be approved by moderators.

ferventcoder (reviewer) on 25 Oct 2016 18:24:09 +00:00:

When you are ready to fix this, please ask that we unreject it. Thanks.
Status Change - Changed status of package from 'submitted' to 'rejected'.

Mailaender (maintainer) on 06 Nov 2016 17:37:40 +00:00:

openra not installed. An error occurred during installation: The remote server returned an error: (403) Forbidden.
Auto Verification Change - Verification tests have been set to rerun.

Description

OpenRA is a Libre/Free Real Time Strategy project that recreates the classic Command & Conquer titles.

We include recreations of C&C (Tiberian Dawn), C&C: Red Alert, and Dune 2000. These are not intended to be perfect copies, but instead combine the classic gameplay of the originals with modern improvements such as unit veterancy and the fog of war.

OpenRA's primary focus is cross-platform multiplayer between Windows, OS X, and Linux; however, we include a number of single-player missions, and also support skirmish games against AI bots.

Community


tools\chocolateyInstall.ps1
$packageName = 'openra'
$installerType = 'exe'
$silentArgs = '/S'
$url = 'https://github.com//OpenRA/OpenRA/releases/download/release-20161019/OpenRA-release-20161019.exe'
$checksum = '4647670ac40582128f39a3e89e2ea106'
$checksumType = 'md5'
$validExitCodes = @(0)

Install-ChocolateyPackage -PackageName "$packageName" `
                          -FileType "$installerType" `
                          -SilentArgs "$silentArgs" `
                          -Url "$url" `
                          -ValidExitCodes $validExitCodes `
                          -Checksum "$checksum" `
                          -ChecksumType "$checksumType"
tools\chocolateyUninstall.ps1
$packageName = 'openra'
$packageSearch = "OpenRA"
$installerType = 'exe'
$silentArgs = '/S'
$validExitCodes = @(0)
Get-ItemProperty -Path @( 'HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*',
                          'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*',
                          'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*' ) `
                 -ErrorAction:SilentlyContinue `
| Where-Object   { $_.DisplayName -like "$packageSearch" } `
| ForEach-Object { Uninstall-ChocolateyPackage -PackageName "$packageName" `
                                               -FileType "$installerType" `
                                               -SilentArgs "$($silentArgs)" `
                                               -File "$($_.UninstallString.Replace('"',''))" `
                                               -ValidExitCodes $validExitCodes }

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
OpenRA 2023.02.25 1788 Sunday, February 26, 2023 Approved
OpenRA 2021.03.21 972 Saturday, December 11, 2021 Approved
OpenRA 2019.03.14 1451 Friday, March 15, 2019 Approved
OpenRA 2018.12.15 461 Wednesday, December 19, 2018 Approved
OpenRA 2018.09.23 375 Tuesday, October 23, 2018 Approved
OpenRA 2018.03.07 743 Friday, March 23, 2018 Approved
OpenRA 2018.02.18 461 Sunday, February 18, 2018 Approved
OpenRA 2017.10.14 548 Tuesday, December 19, 2017 Approved
OpenRA 2017.04.21 1211 Friday, April 21, 2017 Approved
OpenRA 2016.05.08 1127 Sunday, May 8, 2016 Approved
OpenRA 2015.12.24.20151227 655 Monday, December 28, 2015 Approved
OpenRA 2015.12.24 394 Thursday, December 24, 2015 Approved
OpenRA 2015.09.19 479 Sunday, September 20, 2015 Approved
OpenRA 2015.06.14 478 Thursday, July 9, 2015 Approved
OpenRA 0.0.0-pre20140608 482 Thursday, July 3, 2014 Approved

Program

Package

  • Automatically built and uploaded by dtgm

This package has no dependencies.

Discussion for the OpenRA Package

Ground Rules:

  • This discussion is only about OpenRA and the OpenRA 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 OpenRA, 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.
comments powered by Disqus