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:

7,215,825

Downloads of v 5.70.0.20190305:

56,450

Last Update:

05 Mar 2019

Package Maintainer(s):

Software Author(s):

  • win.rar GmbH

Tags:

trial rar compression archive nagware admin

WinRAR

This is not the latest version of WinRAR available.

  • 1
  • 2
  • 3

5.70.0.20190305 | Updated: 05 Mar 2019

Downloads:

7,215,825

Downloads of v 5.70.0.20190305:

56,450

Maintainer(s):

Software Author(s):

  • win.rar GmbH

WinRAR 5.70.0.20190305

This is not the latest version of WinRAR available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install WinRAR, run the following command from the command line or from PowerShell:

>

To upgrade WinRAR, run the following command from the command line or from PowerShell:

>

To uninstall WinRAR, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade winrar -y --source="'INTERNAL REPO URL'" --version="'5.70.0.20190305'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade winrar -y --source="'INTERNAL REPO URL'" --version="'5.70.0.20190305'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install winrar
  win_chocolatey:
    name: winrar
    version: '5.70.0.20190305'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'winrar' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '5.70.0.20190305'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller winrar
{
    Name     = "winrar"
    Version  = "5.70.0.20190305"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'winrar':
  ensure   => '5.70.0.20190305',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

Package Approved

This package was approved by moderator Pauby on 08 Mar 2019.

Description

WinRAR is a powerful archive manager. It can backup your data and reduce the size of email attachments, decompress RAR, ZIP and other files downloaded from Internet and create new archives in RAR and ZIP file format.

You can find themes for WinRAR here.

Commercial software

You can try WinRAR before you buy.

Package Parameters

The following package parameters can be set:

  • /LCID: - the language code you want to install - defaults to your current language
  • /English: - force English language to install

To pass parameters, use --params "''" (e.g. choco install packageID [other options] --params="'/ITEM:value /ITEM2:value2 /FLAG_BOOLEAN'").
To have choco remember parameters on upgrade, be sure to set choco feature enable -n=useRememberedArgumentsForUpgrades.

Please Note: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.


tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop';
$toolsDir       = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$LCID = (Get-UICulture).LCID
$url_version = '570'

$checksumType32 = 'sha256'
$checksumType64 = 'sha256'


$pp = Get-PackageParameters
if ($pp.LCID) {
  Write-Debug "Override local language settings."
  $LCID = $pp.LCID
}
if ($pp.English) {
    Write-Debug "Force install English version"
    $LCID = $null
}

#LCID table: https://msdn.microsoft.com/goglobal/bb964664.aspx
##Arabic - Saudi Arabia  1025
##Arabic - Algeria	5121
##Arabic - Bahrain	15361
##Arabic - Egypt	3073
##Arabic - Iraq		2049
##Arabic - Jordan	11265
##Arabic - Kuwait	13313
##Arabic - Lebanon	12289
##Arabic - Libya	4097
##Arabic - Morocco	6145
##Arabic - Oman		8193
##Arabic - Qatar	16385
##Arabic - Syria	10241
##Arabic - Tunisia	7169
##Arabic - U.A.E.	14337
##Arabic - Yemen	9217
if(($LCID -eq "1025") -or ($LCID -eq "5121") -or ($LCID -eq "15361") -or ($LCID -eq "3073") -or ($LCID -eq "2049") -or ($LCID -eq "11265") -or ($LCID -eq "13313") -or ($LCID -eq "12289") -or ($LCID -eq "4097") -or ($LCID -eq "6145") -or ($LCID -eq "8193") -or ($LCID -eq "16385") -or ($LCID -eq "10241") -or ($LCID -eq "7169") -or ($LCID -eq "14337") -or ($LCID -eq "9271")){
  $code = "ar"
}

##Armenian   1067
elseif($LCID -eq "1067"){
  $code = 'am'
}

##AAzeri (Cyrillic)   2092
##AAzeri (Latin)      1068
elseif(($LCID -eq "2092") -or ($LCID -eq "1068")){
  $code = 'az'
}

##Belarusian   1059
elseif($LCID -eq "1059"){
  $code = 'by'
}

##Bulgarian   1026
elseif($LCID -eq "1026"){
  $code = 'bg'
}

##Catalan   1027
elseif($LCID -eq "1027"){
  $code = 'by'
}

##Chinese - People's Republic of China 	 2052
##Chinese - Singapore					 4100
##Chinese - Hong Kong SAR	             3076
##Chinese - Macao SAR					 5124
elseif(($LCID -eq "2052") -or ($LCID -eq "4100") -or ($LCID -eq "3076") -or ($LCID -eq "5124")){
   $code = 'sc'
}

##Chinese - Taiwan					1028
elseif($LCID -eq "1028"){
  $code = 'tc'
}

##Croatian				          1050
##Croatian (Bosnia/Herzegovina)   4122
elseif(($LCID -eq "1050") -or ($LCID -eq "4122")){
  $code = 'cro'
}

##Czech   1029
elseif($LCID -eq "1029"){
      $code = 'cz'
}

##Danish   1030
elseif($LCID -eq "1030"){
  $code = 'dk'
}

##Dutch - Netherlands		1043
##Dutch - Belgium			2067
elseif(($LCID -eq "1043") -or ($LCID -eq "2067")){
  $code = 'nl'
}

##Estonian			1061
elseif($LCID -eq "1061"){
  $code = 'est'
}

##Finnish			1035
elseif($LCID -eq "1035"){
  $code = 'fi'
}

##French			1036
elseif($LCID -eq "1036"){
  $code = 'fr'
}

##Galician			1110
elseif($LCID -eq "1110"){
  $code = 'gl'
}

##Georgian			1079
elseif($LCID -eq "1079"){
  $code = 'ge'
}

##German			1031
elseif($LCID -eq "1031"){
  $code = 'd'
}

##Greek				1032
elseif($LCID -eq "1032"){
  $code = 'el'
}

##Hebrew			1037
elseif($LCID -eq "1037"){
  $code = 'he'
}

##Hungarian			1038
elseif($LCID -eq "1038"){
  $code = 'hu'
}

##Indonesian		1057
elseif($LCID -eq "1057"){
  $code = 'id'
}

##Italian - Italy			1040
##Italian - Switzerland		2064
elseif(($LCID -eq "1040") -or ($LCID -eq "2064")){
  $code = 'it'
}

##Japanese		1041
elseif($LCID -eq "1041"){
  $code = 'jp'
}

##Korean		1042
elseif($LCID -eq "1042"){
  $code = 'kr'
}

##Lithuanian	1063
elseif($LCID -eq "1063"){
  $code = 'lt'
}

##Macedonian											0047
##Macedonian (Former Yugoslav Republic of Macedonia)	1071
elseif(($LCID -eq "0047") -or ($LCID -eq "1071")){
  $code = 'mk'
}

##Norwegian (Bokmål)		1044
##Norwegian (Nynorsk)		2068
elseif(($LCID -eq "1044") -or ($LCID -eq "2068")){
  $code = 'no'
}

##Persian		0041
##Persian Iran	1065
elseif(($LCID -eq "0041") -or ($LCID -eq "1065")){
  $code = 'prs'
}

##Polish		1045
elseif($LCID -eq "1045"){
  $code = 'pl'
}

##Portuguese - Portugal
##Portuguese - Portugal 2070  (pt-pt)
elseif($LCID -eq "2070"){
  $code = 'pt'
}

##Portuguese - Brazil
##Portuguese - Brazil  1046   (pt-br)
elseif($LCID -eq "1046"){
  $code = 'br'
}

##Romanian			1048
##Romanian Moldava  2072
elseif(($LCID -eq "1048") -or ($LCID -eq "2072")){
  $code = 'ro'
}

##Russian (ru-ru)			1049
##Russian-Moldava (ru-mo)	2073
elseif(($LCID -eq "1049") -or ($LCID -eq "2073")){
  $code = 'ru'
}

##Serbian Cyrillic	3098
elseif($LCID -eq "3098"){
  $code = 'srbcyr'
}

##Serbian Latin		2074
elseif($LCID -eq "2074"){
  $code = 'srblat'
}

##Sinhala			1115
elseif($LCID -eq "1115"){
  $code = 'si'
}

##Slovak			1051
elseif($LCID -eq "1051"){
  $code = 'sk'
}

##Slovenian			1060
elseif($LCID -eq "1060"){
  $code = 'slv'
}

##Spanish - Spain (Modern Sort)			3082
##Spanish - Spain (Traditional Sort)    1034   (es-es)
##Spanish - Argentina   				11274
##Spanish - Bolivia   					16394
##Spanish - Chile   					13322
##Spanish - Colombia   					9226
##Spanish - Costa Rica  			 	5130
##Spanish - Dominican Republic  	 	7178
##Spanish - Ecuador  				 	12298
##Spanish - El Salvador  			 	17418
##Spanish - Guatemala  				 	4106
##Spanish - Honduras   					18442
##Spanish - Latin America 				22538
##Spanish - Mexico				   		2058
##Spanish - Nicaragua   				19466
##Spanish - Panama   					6154
##Spanish - Paraguay   					15370
##Spanish - Peru   						10250
##Spanish - Puerto Rico 		  		20490
##Spanish - United States 		  		21514
##Spanish - Uruguay 			  		14346
##Spanish - Venezuela  			 		8202
elseif(($LCID -eq "3082") -or ($LCID -eq "1034") -or ($LCID -eq "11274") -or ($LCID -eq "16394") -or ($LCID -eq "13322") -or ($LCID -eq "9226") -or ($LCID -eq "5130") -or ($LCID -eq "7178") -or ($LCID -eq "12298") -or ($LCID -eq "17418") -or ($LCID -eq "4106") -or ($LCID -eq "18442") -or ($LCID -eq "22538") -or ($LCID -eq "2058") -or ($LCID -eq "19466") -or ($LCID -eq "6154") -or ($LCID -eq "15370") -or ($LCID -eq "10250") -or ($LCID -eq "20490") -or ($LCID -eq "21514") -or ($LCID -eq "14346") -or ($LCID -eq "8202")){
  $code = 'es'
}

##Swedish					1053
##Swedish - Finland			2077
elseif(($LCID -eq "1053") -or ($LCID -eq "2077")){
  $code = 'sw'
}

##Thai						1054
elseif($LCID -eq "1054"){
  $code = 'th'
}

##Turkish					1055
elseif($LCID -eq "1055"){
  $code = 'tr'
}

##Turkmen					1090
elseif($LCID -eq "1090"){
  $code = 'tkm'
}

##Ukrainian					1058
elseif($LCID -eq "1058"){
  $code = 'ukr'
}

##Uzbek (Cyrillic)			2115
##Uzbek (Latin)				1091
elseif(($LCID -eq "2115") -or ($LCID -eq "1091")){
  $code = 'uz'
}

#Valencian
#Valencian			2051
elseif($LCID -eq "2051"){
  $code = 'va'
}

##Vietnamese		1066
elseif($LCID -eq "1066"){
  $code = 'vn'
}

##English --- all
else{
  $code = 'en'
}

$downloadInfo = GetDownloadInfo -downloadInfoFile "$toolsPath\downloadInfo.csv" -code $code -urlVersion $url_version

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  unzipLocation = $toolsDir
  fileType      = 'exe'
  url           = $downloadInfo.URL32
  checksum      = $downloadInfo.Checksum32
  checksumType  = $checksumType32
  url64bit      = $downloadInfo.URL64
  checksum64    = $downloadInfo.Checksum64
  checksumType64= $checksumType64
  softwareName  = 'WinRAR*'
  silentArgs    = '/S'
  validExitCodes= @(0)
}
Install-ChocolateyPackage @packageArgs
tools\chocolateyUninstall.ps1
$packageName = $env:ChocolateyPackageName
$packageSearch = "WinRAR*"
$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}
tools\downloadInfo.csv
en|https://www.rarlab.com/rar/winrar-x64-570.exe|5e5ae8476052b973b427fe4991aeee2bf5b05ceae5bb45ed67849d06cb031471|https://www.rarlab.com/rar/wrar570.exe|2b56b58a2ec260589770b377256831d5c3d0f4efe012b109f2c9d31fcc855ff7
ar|https://www.rarlab.com/rar/winrar-x64-570ar.exe|ea6bc4577c5ace251773547e5dd1b3ef8c681d44fd17007a72d0c1a9b252d335|https://www.rarlab.com/rar/wrar570ar.exe|c6645e6ae88324e0a3c66ff5740f9322c7c69e493a675b400f3eadf48c5a42ed
am|https://www.rarlab.com/rar/winrar-x64-570am.exe|61378d2b67e369a532f60fca9684be6079e2dd7ea6efd20873950ae5da42f037|https://www.rarlab.com/rar/wrar570am.exe|791d088a4eaa326a54c7f57704980c22fffa4b11bd1c80ccf48a6b3f7576ae9a
az|https://www.rarlab.com/rar/winrar-x64-570az.exe|1db9079b2316a0391f67f8ad5a9e07424fdeb8fdb4566601718c3ba9b2175282|https://www.rarlab.com/rar/wrar570az.exe|2936f32cedd6ded42b6d36bf53fdc2534a403af6b685d072d99a2cdcc71f0512
by|https://www.rarlab.com/rar/winrar-x64-570by.exe|205820e4fa7322471322ee87ee911ed4230677d756d14b0e1259039bb17b4f5a|https://www.rarlab.com/rar/wrar570by.exe|d983cd01fde0432f471356d32372f0fbb51559a0e512e1a90a9f9d78444b8a0a
bg|https://www.rarlab.com/rar/winrar-x64-570bg.exe|336beebeffa715a3191162a0ba97e34e6f2b299d6fd7c8c7326b0e2683c42d11|https://www.rarlab.com/rar/wrar570bg.exe|1257d798f57fab154d64f7da014d753950233a6af568f58265a5d1e94544d6a8
bur|https://www.rarlab.com/rar/winrar-x64-570bur.exe|2b7483252e7b573a611633da1abcce8c9304c9eb59d0716cd0b3b39638529794|https://www.rarlab.com/rar/wrar570bur.exe|62938fee8da1c80255630829cd301a6c0de977fa3e8244e08108e97393a64eb1
ca|https://www.rarlab.com/rar/winrar-x64-570ca.exe|e8c456558eb0b9ec5c103ba1462f896da3e64af64ab21195fd480ce66b5b03bc|https://www.rarlab.com/rar/wrar570ca.exe|0118b88a57128ecf0590dba7678d9474ea5246dccdcbcc063b2bee0a6e670db4
sc|https://www.rarlab.com/rar/winrar-x64-570sc.exe|c56d4f02b8dd57dd8d1f6d7aa31025e8844d5592f36301c77b622e1c882451f2|https://www.rarlab.com/rar/wrar570sc.exe|04fcc8e0a766e617121def8d0d66fe8af5ce0d4d006949ee09fc947ff4d97a94
tc|https://www.rarlab.com/rar/winrar-x64-570tc.exe|7fd408105daa8f6277ef62f065f531482c04e1f3782872620b120a3f0652d4c1|https://www.rarlab.com/rar/wrar570tc.exe|6a14717043d54e36939e5696e76d62cc39e3298f724119d2279b237747658d18
cro|https://www.rarlab.com/rar/winrar-x64-570cro.exe|bcde0a21056df64bcf0e33fa6fabe274cc4006e671d3086337fcc92d13887f31|https://www.rarlab.com/rar/wrar570cro.exe|2f8b883d3463165c160301300fd4c748af7e4f4153a3a62f5f74edf3972da3a9
dk|https://www.rarlab.com/rar/winrar-x64-570dk.exe|610131f98c1ea70051ded44e5f82461dbd5f3f4c1085061e17776c98c08b317c|https://www.rarlab.com/rar/wrar570dk.exe|5581f76ff233d7c56cb9e100a43255d937f6eba378132fceb19f178c15757c80
nl|https://www.rarlab.com/rar/winrar-x64-570nl.exe|254ad3fa078df44c489b8606fd78840ff83ee28876309c38fc0c699cbe57748d|https://www.rarlab.com/rar/wrar570nl.exe|00e8e9a857f5580105b63b1cdfc72175c10a2cee1ec38b304b7044af18610566
en|https://www.rarlab.com/rar/winrar-x64-570.exe|5e5ae8476052b973b427fe4991aeee2bf5b05ceae5bb45ed67849d06cb031471|https://www.rarlab.com/rar/wrar570.exe|2b56b58a2ec260589770b377256831d5c3d0f4efe012b109f2c9d31fcc855ff7
est|https://www.rarlab.com/rar/winrar-x64-570est.exe|e44dbdc8a73f16780f776cd829e3cbee29aae2e3d4666cdeb53d76e8ec871534|https://www.rarlab.com/rar/wrar570est.exe|602e8b255619f76613560f86ed314f1f7cadd934125220852a33b30f2960b894
eu|https://www.rarlab.com/rar/winrar-x64-570eu.exe|84398f158e3f6fbc31a55ff0b80a36d6a6d8ccdfdf7ee44c85f8a745779dc233|https://www.rarlab.com/rar/wrar570eu.exe|93a08901d2696418f7935f8d7945c5903a1e990b0505f06d36661915c34d3074
fi|https://www.rarlab.com/rar/winrar-x64-570fi.exe|5d17374a0869eaffff157a065167c5045949de91df5d4fd6a868ba39e8cd305b|https://www.rarlab.com/rar/wrar570fi.exe|b27ae2e0340f008929dfe28e1446f4c0cfdaa3183e142b3f739b6151c02c469d
fr|https://www.rarlab.com/rar/winrar-x64-570fr.exe|400c8a59566394c8512f7c054cfc298fa9fdfa6823a4a4e46851a2494f18ac0e|https://www.rarlab.com/rar/wrar570fr.exe|884c75a355bac77d23aafecd1173a8dfe91e5895a0e3c7286e203290740494ea
gl|https://www.rarlab.com/rar/winrar-x64-570gl.exe|b5c088f3902838417139916b80c14f8b58becdaebe7c4c67733421081eb6d2c6|https://www.rarlab.com/rar/wrar570gl.exe|f58d691e8091abf6c0974020a59941683eeb20f0ec89429ed947f6228ad7db29
ge|https://www.rarlab.com/rar/winrar-x64-570ge.exe|2e926e4d816cf860a3f35c2605d7ced021e163efbdc9add786b237a1abad9556|https://www.rarlab.com/rar/wrar570ge.exe|403a35a3d2362e5d7bdb8969c4e65389950bfa5f6922b46eab5370f1478d528a
d|https://www.rarlab.com/rar/winrar-x64-570d.exe|7134dc31a834a91c8dae8ad23ba76216aa78c29dbd2c28d87f9dd80260131027|https://www.rarlab.com/rar/wrar570d.exe|492d332916570ad6904cfcf29112fa85ff3b77bd95fce5e0dd29b7c4f0053c1f
el|https://www.rarlab.com/rar/winrar-x64-570el.exe|66fd6b31d79f462140feb91d19fa4b4bacd26628b201e6f8a41836395c101516|https://www.rarlab.com/rar/wrar570el.exe|23634605446a5c9ed16ef6e241121a1dac68f4b69a80e376902f052aedcd00e6
he|https://www.rarlab.com/rar/winrar-x64-570he.exe|5e68bb31601de0d7bf862a5e3f59cfffc4cdd234962b99fa96f2e0c2f512fe39|https://www.rarlab.com/rar/wrar570he.exe|80b8b1ae47bd6bfd2e3ad35be4eec9ac6259b98d617eeff88001044b1d8cfa44
hu|https://www.rarlab.com/rar/winrar-x64-570hu.exe|d00454997765fb5e24f13982ac8d2ef0e1506e682cfb647d04bf1e49da350adc|https://www.rarlab.com/rar/wrar570hu.exe|87c2b277bb0744177b631a59cc4409dccdfd87487145b48970b8fc9604ad7950
id|https://www.rarlab.com/rar/winrar-x64-570id.exe|0f8c2094944e1b5541d67c76f3792429639e3c1922edc86e069e0a638011400b|https://www.rarlab.com/rar/wrar570id.exe|3bb3dd1159beab2fe5155c663fa7035659b0446a405b2edb9e70d4bf85f82b5b
it|https://www.rarlab.com/rar/winrar-x64-570it.exe|59440c733311021dbb39f853d6cff14bb04f2b93e517727e4872a0da96fd2f0e|https://www.rarlab.com/rar/wrar570it.exe|cc4d49c86841e598010ed331e303cf823d06eb57534dee2789ba7efc68b2eaba
jp|https://www.rarlab.com/rar/winrar-x64-570jp.exe|dd486ae4b38e684b7bfca7790675206bc582fe8e0d2058ad081480d814ec93eb|https://www.rarlab.com/rar/wrar570jp.exe|ef3066ea25e4c194b67be8d9b967128481ae54547d2d61ed395b9d34699effe5
kr|https://www.rarlab.com/rar/winrar-x64-570kr.exe|b7c290bfaa7f2f51dbbb801b4306d26bb767694da4d5e56163488bd7ff1044d4|https://www.rarlab.com/rar/wrar570kr.exe|1e1bb2cffe07204fd65a69ddd28fb182d5a749c1e95e8bfe5f31b1950f06812b
lt|https://www.rarlab.com/rar/winrar-x64-570lt.exe|713609570385ac6ace38e98cef89f1ad849e5127ac36d58d657dbfb96d0ff8fd|https://www.rarlab.com/rar/wrar570lt.exe|27a82ff6f96f023d7c527b601bf5cab4ecdb734281b49da22367b2430fd7ea77
mn|https://www.rarlab.com/rar/winrar-x64-570mn.exe|7f7d620845f13e66b1ae4d5fe59a7cfc892706fe90ea0db3c5ae5f705baf4e14|https://www.rarlab.com/rar/wrar570mn.exe|ffe6ca5cc7613deb3c13d46ef36830932f2d8899f2b767b0269ca657d2acc30b
no|https://www.rarlab.com/rar/winrar-x64-570no.exe|aa7863cc4621a0a15a74d8c771bb0810d8c8521a308f87d819d18d7fd430c884|https://www.rarlab.com/rar/wrar570no.exe|6e897bf956e032b0b3086a170618e6a7d2c55da2ed210556c5338e9eb4851390
prs|https://www.rarlab.com/rar/winrar-x64-570prs.exe|1219e2b8d61340f9475c89ec3117cc073a12d7e774f17bc26e57c15632a00653|https://www.rarlab.com/rar/wrar570prs.exe|6df4b6c4eae0a0f8ebf0c0c4b51accd92e84f9b3576dc9e94baaea8db95aa2c9
pl|https://www.rarlab.com/rar/winrar-x64-570pl.exe|15641f64164a8c49b08ef59307fa8f16e8ef509489841c4975881e5abd9d8b90|https://www.rarlab.com/rar/wrar570pl.exe|536f2599e2c5a197bdcd7967ff08fb95c08f9ed23b562e061853c8a69f6e445c
pt|https://www.rarlab.com/rar/winrar-x64-570pt.exe|af6d2aaf41cae3922c192e36c7362650c7a3be67ecb3ba081f7ba566b0cc662c|https://www.rarlab.com/rar/wrar570pt.exe|8305459bb39e89a20f52c7066af8467c73d36bb664b361dfe8d7f6f16171836b
br|https://www.rarlab.com/rar/winrar-x64-570br.exe|6175863aa4cdacc7c8595ebf82d021a2c752f1483f3c24bfadc76839ed60a518|https://www.rarlab.com/rar/wrar570br.exe|7c5decc53417d115f1b3ab5565a3d5056b32e52331bf9f33465fd00cb415ba87
ro|https://www.rarlab.com/rar/winrar-x64-570ro.exe|9727284049e091ab674fad401d4c2f014d70423160370b5de4b7c898a7f6af71|https://www.rarlab.com/rar/wrar570ro.exe|eea2efd20834bafc204f22abf4e00024ded408f25635416e01715cacdc3eec05
ru|https://www.rarlab.com/rar/winrar-x64-570ru.exe|a0c029bd3c177089f1047f8d4203a1f25eaf4902cbf4c23a8443a5c7324b66a8|https://www.rarlab.com/rar/wrar570ru.exe|91536c43fb708071267e8f47712d577ae2ad471efc2d0587809ef7824fc0dd1a
srbcyr|https://www.rarlab.com/rar/winrar-x64-570srbcyr.exe|b1da213635c82dca0388a909b59e0c86866eb5ec84584e6e8af1e0a093dfe55c|https://www.rarlab.com/rar/wrar570srbcyr.exe|01340a25eb0a9165d95fa200d129f13e125a1c7b3a07c51182bb6fb4f33d2241
slv|https://www.rarlab.com/rar/winrar-x64-570slv.exe|303b9e42de4b14d53c166b235e4dcacc1ab507bba22b2339068a5e9850ff5c70|https://www.rarlab.com/rar/wrar570slv.exe|36146d0d29f155352e377bff700a12bc9d6ed25132d57b5d0df556f8975d25d6
es|https://www.rarlab.com/rar/winrar-x64-570es.exe|ee47c43a728182f94d8cdf31084f0acf96e25ca4d6993e6f91f8f1105a0220d8|https://www.rarlab.com/rar/wrar570es.exe|aeead82a56c612b9c9449600f33d0162d1b13e3be6687eb989b1ee5471c6556e
sw|https://www.rarlab.com/rar/winrar-x64-570sw.exe|e58ffd99a2366074dea6a039a7d2c1e3f0b3ea343e8708b0a618f8437f015ba2|https://www.rarlab.com/rar/wrar570sw.exe|afedadebbdda8a0849402e3c558e24608be7fcedf001d75fcbd7a4675bfe10c4
th|https://www.rarlab.com/rar/winrar-x64-570th.exe|9a5a8ea777c0cc8e755af56c4904744807c5b63133ec248bd379bc729495d8d6|https://www.rarlab.com/rar/wrar570th.exe|848178111e79a5c10ac28d9b0fdc26b3ac62d0c98b81341c37c495ae04157c81
tr|https://www.rarlab.com/rar/winrar-x64-570tr.exe|8d35c64b4c5c0bb61537936f3124011836374eaa9b4b1502e47cfee84e142bfa|https://www.rarlab.com/rar/wrar570tr.exe|f4a8b552f758fad6f89768ff5b8f266f1e5c11f0127873d9dd826e4d6463f51a
uk|https://www.rarlab.com/rar/winrar-x64-570uk.exe|7373f897c7319a5aab8c07d201c5466015b794835d0f6c6f65a50293fdaefdaf|https://www.rarlab.com/rar/wrar570uk.exe|b3b15cb68a07168e36a19fc0fb38339bea1542ff15dfdbf32cd21bab5b095833
vn|https://www.rarlab.com/rar/winrar-x64-570vn.exe|0c24ba9b264ebe1ec6cb0114cc17d89797e4040c2752df157d21c880d91a7dc8|https://www.rarlab.com/rar/wrar570vn.exe|af82c80320024f5817838d56c4e76cbfa86113a17226cd7d6e5e59dbf400f9ae
tools\helpers.ps1
function GetDownloadInfo {
  param(
    [string]$downloadInfoFile,
    [string]$code,
    [string]$urlVersion
  )
  Write-Debug "Reading CSV file from $downloadInfoFile"
  $downloadInfo = Get-Content -Encoding UTF8 -Path $downloadInfoFile | ConvertFrom-Csv -Delimiter '|' -Header 'Code','URL64','Checksum64','URL32','Checksum32'
  $downloadInfo | Where-Object { $_.Code -eq $code } | Select-Object -first 1
}

Log in or click on link to see number of positives.

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
WinRAR 6.24 247269 Thursday, October 5, 2023 Approved
WinRAR 6.23 193943 Wednesday, August 2, 2023 Approved
WinRAR 6.22 135225 Thursday, June 8, 2023 Approved
WinRAR 6.21 213943 Monday, February 20, 2023 Approved
WinRAR 6.20 157268 Monday, January 23, 2023 Approved
WinRAR 6.11.0.20220504 343311 Wednesday, May 4, 2022 Approved
WinRAR 6.11 141667 Friday, March 4, 2022 Approved
WinRAR 6.10.0.20220128 99398 Friday, January 28, 2022 Approved
WinRAR 6.10 30242 Tuesday, January 25, 2022 Approved
WinRAR 6.02 362259 Monday, June 14, 2021 Approved
WinRAR 6.01 166765 Monday, April 12, 2021 Approved
WinRAR 6.0.0.20210102 259970 Saturday, January 2, 2021 Approved
WinRAR 6.00 75956 Monday, December 7, 2020 Approved
WinRAR 5.91.0.20200917 147342 Thursday, September 17, 2020 Approved
WinRAR 5.91 137097 Monday, June 29, 2020 Approved
WinRAR 5.90.0.20200528 51288 Thursday, May 28, 2020 Approved
WinRAR 5.90.0.20200401 91896 Wednesday, April 1, 2020 Approved
WinRAR 5.90 23529 Monday, March 30, 2020 Approved
WinRAR 5.80.0.20200219 77783 Wednesday, February 19, 2020 Approved
WinRAR 5.80.0.20200102 124940 Thursday, January 2, 2020 Approved
WinRAR 5.80 52806 Wednesday, December 11, 2019 Approved
WinRAR 5.71 294821 Wednesday, May 8, 2019 Approved
WinRAR 5.70.0.20190305 56450 Tuesday, March 5, 2019 Approved
WinRAR 5.70 36030 Wednesday, February 27, 2019 Approved

This package has no dependencies.

Discussion for the WinRAR Package

Ground Rules:

  • This discussion is only about WinRAR and the WinRAR 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 WinRAR, 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