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,219,363

Downloads of v 5.61:

45,627

Last Update:

16 Dec 2018

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.61 | Updated: 16 Dec 2018

Downloads:

7,219,363

Downloads of v 5.61:

45,627

Maintainer(s):

Software Author(s):

  • win.rar GmbH

WinRAR 5.61

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
NOTE

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

Package Approved

This package was approved by moderator gep13 on 20 Dec 2018.

WARNING

This package is unlisted and hidden from package listings.

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 = '561'

$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-561.exe|7c4f3300ae333f36b2e94e48ac392b88fc7c4562d190994359821c56d4b81859|https://www.rarlab.com/rar/wrar561.exe|b9852714c9f46bd6de740eb72ed901ddc38e897d242209cee84f0ed2b5bb76d8
ar|https://www.rarlab.com/rar/winrar-x64-561ar.exe|e3d2288c5a41c09c184ec922b2f994bc9bce8454b2dda77c87942881b57f3be7|https://www.rarlab.com/rar/wrar561ar.exe|5c376ddf39970e7174da75cd8213a7a24744b9df3fa256e426e353f389a904e8
am|https://www.rarlab.com/rar/winrar-x64-561am.exe|de04a5856c18a53dabf2f22101277a2e2226e02dca9db5e610cf3cee9709b919|https://www.rarlab.com/rar/wrar561am.exe|0b2128a8ce171db719f6b223b6f66c422ba5605df6db73d6408890ab00584569
az|https://www.rarlab.com/rar/winrar-x64-561az.exe|2c5d04d8c16539175125ef1efb9a62dfe50bd417752120fd227a3a684662d405|https://www.rarlab.com/rar/wrar561az.exe|849f2ce23a9f4cd10dbe3a8c36af0e2292fccb2f8cb6ef4028fd69be658e4029
by|https://www.rarlab.com/rar/winrar-x64-561by.exe|b6a5861ee2150eeeed14e2f4ec06c6bbaebd1da24385f345df975f3742db294b|https://www.rarlab.com/rar/wrar561by.exe|65cfd3abdd8e68435a75d14525fb76ad6b3e75d95ab5616473317fe6f8bdbfc3
bg|https://www.rarlab.com/rar/winrar-x64-561bg.exe|da69feceb2d26c0a3f9d4f726ae56364ef1debd505f76155629839b71f5070d2|https://www.rarlab.com/rar/wrar561bg.exe|3a71569d8a64064bc1967dc69a4193d23f724cab70b244a70222001d1d2dff4a
ca|https://www.rarlab.com/rar/winrar-x64-561ca.exe|25276c171ff62ef7aba03bbe9483a5e3b1087e2ab15e00fed9a06a8f392b9681|https://www.rarlab.com/rar/wrar561ca.exe|f4689c644ccb65b7091c0580b5af435d55a279032bc7078fd7ea3efd13d78006
sc|https://www.rarlab.com/rar/winrar-x64-561sc.exe|794544892a8563e74dbcd0c5f4ad47b12168632058e009b9558c8a0af9e3f738|https://www.rarlab.com/rar/wrar561sc.exe|61b63782b98b00651168bd0a931b171b6b9ed09e30fcfb9f34c0c7381e808d7e
tc|https://www.rarlab.com/rar/winrar-x64-561tc.exe|daccf99ce65a5f040a6c1f2571fb36c132926900bbdfc35ed9f9a65f2ae1caa6|https://www.rarlab.com/rar/wrar561tc.exe|39ce2a06070ef22875b0147dfc5007173d96c4eb5861cf3824bd8128540d221c
cro|https://www.rarlab.com/rar/winrar-x64-561cro.exe|fd31c6057dce8412084d2d3ae21f6cdd4b2f9f96d5e12278599b45550601ca72|https://www.rarlab.com/rar/wrar561cro.exe|fed6ecdba2d1941f6ae3b2fec622120b9694c11585dcf1ad3121735cca8ae86e
cz|https://www.rarlab.com/rar/winrar-x64-561cz.exe|10e24ea464a5893c24b13ecb2fb6242528a968199e13ef564f7d4240163080bd|https://www.rarlab.com/rar/wrar561cz.exe|5db5f3809b2dd33e118d8952bbfcd562fb7b55a0279ad0b69d6992ed92bca2a7
dk|https://www.rarlab.com/rar/winrar-x64-561dk.exe|4da14c83952cf81503fa746bb824e0a5ea390ba8bd2edd2cb01e812a78d47cf7|https://www.rarlab.com/rar/wrar561dk.exe|6c07fab7eee0794222e1af5d2241f125761389ea2f0bab06ed7643f1dfd61dbc
nl|https://www.rarlab.com/rar/winrar-x64-561nl.exe|5fefbb58e84bb0cc6372ed645910064f7ef8afa15d6abdc95240e3b8cdb8eac5|https://www.rarlab.com/rar/wrar561nl.exe|58ef6e80224bcfa8e72c8f9670adc5733da8f2c5d4cff36964ea0fea92caf09b
en|https://www.rarlab.com/rar/winrar-x64-561.exe|7c4f3300ae333f36b2e94e48ac392b88fc7c4562d190994359821c56d4b81859|https://www.rarlab.com/rar/wrar561.exe|b9852714c9f46bd6de740eb72ed901ddc38e897d242209cee84f0ed2b5bb76d8
fi|https://www.rarlab.com/rar/winrar-x64-561fi.exe|473c2d05a11a178d5060382e9b7aa5efacef94451443970c925edeba6a4b9e30|https://www.rarlab.com/rar/wrar561fi.exe|2738d78c287f9fef7e905db31a794426a787fb87bd1dcf6317e99c6af58cfa48
fr|https://www.rarlab.com/rar/winrar-x64-561fr.exe|50de656237f4d1f2ea3233feb966375f7adcf61b3a116351a0f9570f7df7cca3|https://www.rarlab.com/rar/wrar561fr.exe|64e8dd4b84f40dbfc69eea584ba3b5dba2547bf1bc02e996b370afda64ea1d20
gl|https://www.rarlab.com/rar/winrar-x64-561gl.exe|e865e77f0d239fe6c7d3111da547619dff9068b4c733fe42cf101a4278a758fd|https://www.rarlab.com/rar/wrar561gl.exe|bd84683122c8101eca0c454f2651dd6b28ae39f090e4af58769508b0d8bffb6e
d|https://www.rarlab.com/rar/winrar-x64-561d.exe|63aa9fffbd3391a961de70d1e5512572957303873728e23303a8367e1e4277c7|https://www.rarlab.com/rar/wrar561d.exe|21d4092374fd301853d36287dfb279b09ab1f88c466ea0c7a42f7c5ca5a3251f
el|https://www.rarlab.com/rar/winrar-x64-561el.exe|92998cc8dd56b5ddbb8b5f4eb74b820b548ad9e0d1bd720f26dd680567f25e17|https://www.rarlab.com/rar/wrar561el.exe|99f23ba365c965ebdcad626ce9b68bbb277d2618a7078825529fe83dd2b4e488
he|https://www.rarlab.com/rar/winrar-x64-561he.exe|d97b9de555cf831993c13058a109a9c585a1f9da051ddd3e87cd2b369e2fc78e|https://www.rarlab.com/rar/wrar561he.exe|ce5bfdff5901b330c34b7b08eb083474ec01b1dc70e1bc282a0284503e81ea33
hu|https://www.rarlab.com/rar/winrar-x64-561hu.exe|4c9076e1e0cf237244ade10e4e11f7fa02b349b4e64c735a8587ca02beb818c1|https://www.rarlab.com/rar/wrar561hu.exe|7302a338997d25b2966b07ae96cfdc1d301856daeb16c62b6ce15c7e4e346e65
id|https://www.rarlab.com/rar/winrar-x64-561id.exe|264d26dcba0aaf25b87677c78914ac931cec57b0f2254b5db7bae15cc5e7de8b|https://www.rarlab.com/rar/wrar561id.exe|3cc99aea794d4d408edb1920c5fab2efd22eeb5ebeed540242e60aa56fbc2806
it|https://www.rarlab.com/rar/winrar-x64-561it.exe|169086ab640de208c207540e3a82e3149c1cdafa6ebb5c1c0b557d84d7a07c8a|https://www.rarlab.com/rar/wrar561it.exe|12c0db4fd20d833c6930acd8d36061397cd763452f9663cd7ec4006eae80c2df
jp|https://www.rarlab.com/rar/winrar-x64-561jp.exe|4bd8b11753f0a72612d6dc46ac8fd0424171d9e2341c064c6b495829c9d95cb6|https://www.rarlab.com/rar/wrar561jp.exe|ab607fe8f3e232c5b4991c6483a6a25c3636f57c150d05fbc9bd0da025c40795
kr|https://www.rarlab.com/rar/winrar-x64-561kr.exe|379902a86bb18fdcd3f9fe24d676c8354995f27986896d2af9c7d6a03bde70b6|https://www.rarlab.com/rar/wrar561kr.exe|a9f5458d3805dfcda2b23fea6ac2f2968578d4266bf82390636c4250545ad270
lt|https://www.rarlab.com/rar/winrar-x64-561lt.exe|3c9a4d7f71fc2f65a2bbf81365df77979d4c271b696d80a5448ec1d5189cf303|https://www.rarlab.com/rar/wrar561lt.exe|2c1e5b8496e9ed9f3b1f04f66bf9387cbdd891fb770ad3d5a4924777a6211127
mn|https://www.rarlab.com/rar/winrar-x64-561mn.exe|7a0bf75d115069d8d3735d071039ca6851bf9c53d5c1f115bb199d20ce6a3fe1|https://www.rarlab.com/rar/wrar561mn.exe|7480c54364a645963f4d9632058829cfd1ed0605b72dc0d8c781fedae6d94184
prs|https://www.rarlab.com/rar/winrar-x64-561prs.exe|87fe12a3df561c01da68b2c164bd4d323263345827db2812f9256c860207780f|https://www.rarlab.com/rar/wrar561prs.exe|c22d1bf4df4a48eb47b945d3973ab9a71ff8d4c18db9703dc065d57e67fef81d
pl|https://www.rarlab.com/rar/winrar-x64-561pl.exe|b4e2ad3c8a6b985d5bd0f421935794712b5e1a9e9712fbc271663686ee7b8a1e|https://www.rarlab.com/rar/wrar561pl.exe|f403c60aa8027dbc36b26db3edbc0ef323fffdfbe10d44b0089b0bdaff8247ff
pt|https://www.rarlab.com/rar/winrar-x64-561pt.exe|41088af5b320f9c809377668b70eae2852d8c258890860b1b6cfc61e34733c30|https://www.rarlab.com/rar/wrar561pt.exe|b93b3cac1590615bdb7ddcb4a90fbf350966975b2a25aed6308fcf1e59265edb
br|https://www.rarlab.com/rar/winrar-x64-561br.exe|b3cd0f33b8719b4a0e38d14b023108ddbb9b78af3b3fd763ddb992f769fe8e16|https://www.rarlab.com/rar/wrar561br.exe|a36938db46d470eaf8771ce69343c14c8f78b907b8133b0dc433b73e4ce315cf
ro|https://www.rarlab.com/rar/winrar-x64-561ro.exe|0949145af469bf9ea19c8a5f58ae884e2919af4234e63f1e3f7ef620782d5f97|https://www.rarlab.com/rar/wrar561ro.exe|fe5e79c5f5c2dcdc4caed1a5aaf1229ff6efc570d6ea0074b421082d8a204e4b
ru|https://www.rarlab.com/rar/winrar-x64-561ru.exe|f90077ae6545774e16451d8d69a2776cbb042d571d3151c6e1b5b19ff326b508|https://www.rarlab.com/rar/wrar561ru.exe|0dbbf60ff26d5ee60f5dc5e0362a1478e1b9807b1630b099ff61b1c79b2eba5a
srbcyr|https://www.rarlab.com/rar/winrar-x64-561srbcyr.exe|7e6f80533ca32fd85931f3b57d3ab99dac9c246edf028414d7f7d88264fa9a42|https://www.rarlab.com/rar/wrar561srbcyr.exe|3cf5c0c08575d4558d5a445fdea49536c969d92a85690bbc0211f16e2ba13f1a
sk|https://www.rarlab.com/rar/winrar-x64-561sk.exe|9a4715da64e84c06faddd33d9d64e6979cc6ba76fde63959152bdfe011b378bb|https://www.rarlab.com/rar/wrar561sk.exe|e48c08937a635b086b558b816e890fbe0501fb920e09c1236f3c0f518e974004
slv|https://www.rarlab.com/rar/winrar-x64-561slv.exe|c1e877e696193473fa5ce4a0a3ac42649843ca0cf74ace90c865a52d3c260f89|https://www.rarlab.com/rar/wrar561slv.exe|ddfea9a042704362a30898341382c50846cbccf90db44bca5bc7007999b991ac
es|https://www.rarlab.com/rar/winrar-x64-561es.exe|b5f9d58c7e65a588960a420056abd73ace5b6335a0302624ec999f2e6a75c252|https://www.rarlab.com/rar/wrar561es.exe|e40a3b54099644939251fab3062582afb5149430a7ab6bdb7ab1f8143a0a5dab
sw|https://www.rarlab.com/rar/winrar-x64-561sw.exe|b2e260a02758323a25142af019618e56dc8774da3b82523ba060fff1483257e8|https://www.rarlab.com/rar/wrar561sw.exe|4cb0b6182425589020121ab53aa2b447fe9e4f1f0e992aef05da09742ef8dc41
th|https://www.rarlab.com/rar/winrar-x64-561th.exe|0228138900f9622786d1569462e11096be3d5d86266db5b505073e53440b5d1a|https://www.rarlab.com/rar/wrar561th.exe|304b7330f1c836a5be280b41e2e9cb23546b2a7513311d0cfe74283be7752310
tr|https://www.rarlab.com/rar/winrar-x64-561tr.exe|8569eacacbe6b6ceca35d925263b7b3803f7ae3cd21805aba71333e2ed401216|https://www.rarlab.com/rar/wrar561tr.exe|9f3c7d1f02d237be979b840cd450489e41a39b088763c95c828378b5de262164
uk|https://www.rarlab.com/rar/winrar-x64-561uk.exe|74dd54496f8b1394cd8a128012e31984fd8e536adcba8c6096f49bde0c315fd3|https://www.rarlab.com/rar/wrar561uk.exe|64894b1a292e8b64662e0b2f2d232c42334abd7d8d72b804221b51383a260f18
vn|https://www.rarlab.com/rar/winrar-x64-561vn.exe|427cff3b54c39362951e3216b1db920df1d6bc9def918c29548627067e27aa1f|https://www.rarlab.com/rar/wrar561vn.exe|db460ec1c58d39ee98310e59c79c16e29646f4bad43c59d93d3e2bd6d7181342
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 247289 Thursday, October 5, 2023 Approved
WinRAR 6.23 193945 Wednesday, August 2, 2023 Approved
WinRAR 6.22 135229 Thursday, June 8, 2023 Approved
WinRAR 6.21 213948 Monday, February 20, 2023 Approved
WinRAR 6.20 157272 Monday, January 23, 2023 Approved
WinRAR 6.11.0.20220504 343311 Wednesday, May 4, 2022 Approved
WinRAR 6.11 141668 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 362266 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 75961 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 51289 Thursday, May 28, 2020 Approved
WinRAR 5.90.0.20200401 91896 Wednesday, April 1, 2020 Approved
WinRAR 5.90 23530 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 52807 Wednesday, December 11, 2019 Approved
WinRAR 5.71 294821 Wednesday, May 8, 2019 Approved
WinRAR 5.70.0.20190305 56453 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