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:

34,610

Downloads of v 4.72.0:

2,274

Last Update:

12 May 2025

Package Maintainer(s):

Software Author(s):

  • Irfan Skiljan

Tags:

irfanview image photo viewer languages binary embedded

IrfanView All Languages (Install)

  • 1
  • 2
  • 3

4.72.0 | Updated: 12 May 2025

Downloads:

34,610

Downloads of v 4.72.0:

2,274

Maintainer(s):

Software Author(s):

  • Irfan Skiljan

IrfanView All Languages (Install) 4.72.0

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Irfan Skiljan. The inclusion of Irfan Skiljan trademark(s), if any, upon this webpage is solely to identify Irfan Skiljan 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


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged as a Note:

At least one file within this package has greater than 0 detections, but less than 5

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install IrfanView All Languages (Install), run the following command from the command line or from PowerShell:

>

To upgrade IrfanView All Languages (Install), run the following command from the command line or from PowerShell:

>

To uninstall IrfanView All Languages (Install), 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 irfanview-languages -y --source="'INTERNAL REPO URL'" [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 irfanview-languages -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install irfanview-languages
  win_chocolatey:
    name: irfanview-languages
    version: '4.72.0'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'irfanview-languages' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '4.72.0'
end

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


cChocoPackageInstaller irfanview-languages
{
    Name     = "irfanview-languages"
    Version  = "4.72.0"
    Source   = "INTERNAL REPO URL"
}

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


package { 'irfanview-languages':
  ensure   => '4.72.0',
  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.

Package Approved

This package was approved as a trusted package on 14 May 2025.

Description

Available languages

  • English (always included)
  • Arabic
  • Bulgarian
  • Catalan
  • Chinese
  • Czech/Cesky
  • Dansk
  • Deutsch/German (schon integriert, hier die deutsche Hilfe-Datei)
  • Estonian
  • Finnish
  • French
  • Hebrew
  • Hungarian (help file included)
  • Italian
  • Japanese (help file included)
  • Korean
  • Latvian
  • Lithuanian
  • Nederlands
  • Norwegian/Norsk
  • Polski (help file included)
  • Portugues-Brasil (help file included)
  • Portuguese
  • Romanian
  • Russian (help file included) (also contains translated PlugIns)
  • Slovak
  • Slovenscina
  • Spanish
  • Svenska/Swedish
  • Turkish
  • Ukrainian
  • Uzbek

(Some are updated for this version, some are mostly compatible.)

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 here that the package is no longer updating correctly.


legal\checksums.csv
Filename,Checksum
"irfanview_lang_deutsch.zip","1DDAFF851D9DE8AF48E237BC3097ECF5EF73E685BF567C92DC2E068C6E92A53C"
"irfanview_lang_bulgarian.zip","A681FBC38D0A45EE7164120F8C401445545CF1E921E45554FB8A0707E5869BB3"
"irfanview_lang_chinese.zip","879D59909560B2FC6EC5F14489F44E550510BFC9FBE28487F4C9BEC5C853A918"
"irfanview_lang_czech.zip","7FC4C9A9C4B1EBDBFF49B529268DDBC27B6E8A58C9A86D67322B3DF2C66D00A0"
"irfanview_lang_estonian.zip","45EDEC82B8DB43301A8758B70EE2DA6891CE9B8173C4C81C550459D71862B0D6"
"irfanview_lang_french.zip","66F441B6F9640A311716B176A7841D2EB375459F29DD94103A3E734473D6F851"
"irfanview_lang_hungarian.zip","E05D13AC3919361213AF049FC3B7DB315AC31013BA41F7A158137E99CE847BDC"
"irfanview_lang_italian.zip","129EFBC24209BF944EAA1B82528BE625D7540BF755AC192E908ABEA43DDF1887"
"irfanview_lang_japanese.zip","B47689EC447E62EF64DB77DBBD1620D53E4C60797AC1E12AD24EDF5F195A5092"
"irfanview_lang_korean.zip","055D21F614E0FE8DD77476A3659F2BC90E1EAB0CC0FAB22831E1EB42955E0BBA"
"irfanview_lang_latvian.zip","E8158BAEC8EFC30B38696FA03E0E401818C2D10341ED8205D074A66202FA5057"
"irfanview_lang_nederlands.zip","321594168F093C2FDA5E2690D9E482DE41A397C232DE6FBFF191D16C6129A655"
"irfanview_lang_norsk.zip","43E31B2387B8910BE781A6E8A888448D16E2E86CEC1C0B10FE486764B065F04C"
"irfanview_lang_polski.zip","3B0608117A6005B379259AE8F74EC07B639DF4FC6072523A990579A2C5B15F47"
"irfanview_lang_portuguese.zip","83B55E9DE05F07D068CD9FA72F8668CB1C7E4F1959FEBAB896E4EB17698E8C61"
"irfanview_lang_portugues-brasil.zip","4AAF64F38D43CB28CFAFCF2FB724BC1D95D207B8F914465529CC8EB80F55A153"
"irfanview_lang_russian.zip","0C4476F7125EBD5238A7BDEDD48BD98C1FCF6BECB6BD8BBD89FB096089F45779"
"irfanview_lang_slovak.zip","61EEF613648F07F1D6D8639FB0537F8CCCA9EF3CAC320FF68B58298C0A110B83"
"irfanview_lang_slovenscina.zip","E4C5B09ABF085A28CF725E98DF2F99206AFEF45A23D9C1BCAB0654283C7F63E7"
"irfanview_lang_spanish.zip","B87A1DA9FB50AD0B6E34B8094239B2E3A0F28D6246483759B80AD493521B7313"
"irfanview_lang_turkish.zip","2C8D011AAA732B2D8D4D42874AC2109F0D8BE4451BDB38DC8599969DF51C712B"
"irfanview_lang_dansk.zip","738AB5AC5BA89D90D9185FF6353F062215D395C112C72E87F33E873AC6FA34DB"
"irfanview_lang_romanian.zip","456EB01175F4B743A1D0F13CA1F64EF41F13544E0632598D2E9035604EA5439B"
"irfanview_lang_ukrainian.zip","095E5AB1D8F1AE396822A9CC00EF7F75944F5655B02A5FCE1E22FEB8441DE110"
"irfanview_lang_arabic.zip","4DDF76C7A65C8BEA08B013F2C31624009981C33A8DA56AB775343730CAD80C91"
"irfanview_lang_finnish.zip","271F105662F74C1C6151E56F5662842DD10DC2ED51668A935308723C9EB2CDCC"
"irfanview_lang_catalan.zip","6BF6369AB789E109DA0B5EAF2348E7CE6871A350FF9530F35308040EAF440900"
"irfanview_lang_english_gb.zip","078DC6B64979E86D027C806A2BBB3A3FD2D2C30BBCC90F56CEFDA135F1792798"
"irfanview_lang_hebrew.zip","50EA2CAC5A910AF8E7BEAEB4D1429209FF14E50195D02EBF5168CB3AD3937134"
"irfanview_lang_lithuanian.zip","C3B8C66B3ABBF9CE9749C7E044152D4489ACA52DF390285008D77350CDFC8E50"
"irfanview_lang_swedish.zip","3B020206F22501B758B5D0A7D2FBAD50926EDCB9172B3E31B8331A32AF0C6B7E"
"irfanview_lang_uzbek.zip","DED66B15B046BC4484C388AF9160A4C277050DC26D24AD73C1239E938F4245CD"
legal\LICENSE.txt
IrfanView Software License Agreement.
This is a legal agreement between you and IrfanView Software (Irfan Skiljan) covering your use of IrfanView (the "Software").

IrfanView is provided as freeware, but only for private, non-commercial use (that means at home).
Companies and most state organisations need user/device licenses.

1a) IrfanView is free for educational use (schools, universities, museums, libraries) and for use in charity or humanitarian organisations (also in: fire departments or national park services).

1b) If you intend to use IrfanView at your place of business or for commercial purposes, please register and purchase it.
Commercial users: please contact me by E-Mail for prices, discounts and payment methods.

1c) If you buy IrfanView user/device license(s), IrfanView hereby grants to you a perpetual, worldwide, fully paid-up, non-exclusive license to use the Software solely for your internal business purposes.
 
IrfanView Software is owned by Irfan Skiljan and is protected by copyright laws and international treaty provisions. Therefore, you must treat the Software like any other copyrighted material.
 
You may not distribute, rent, sub-license or otherwise make available to others the Software or documentation or copies thereof, except as expressly permitted in this License without prior written consent from IrfanView (Irfan Skiljan). In the case of an authorized transfer, the transferee must agree to be bound by the terms and conditions of this License Agreement.
 
You may not remove any proprietary notices, labels, or trademarks on the Software or documentation. You may not modify, de-compile, disassemble, or reverse engineer the Software.
 
Limited warranty: IrfanView, IrfanView PlugIns and documentation are "as is" without any warranty as to their performance, merchantability or fitness for any particular purpose. The licensee assumes the entire risk as to the quality and performance of the software. In no event shall IrfanView or anyone else who has been involved in the creation, development, production, or delivery of this software be liable for any direct, incidental or consequential damages, such as, but not limited to, loss of anticipated profits, benefits, use, or data resulting from the use of this software, or arising out of any breach of warranty. 

Copyright (C) 2024 by Irfan Skiljan, Wiener Neustadt, Austria. 

Internet:  https://www.irfanview.com, https://www.irfanview.net 
Email: [email protected] 

All rights reserved.
legal\VERIFICATION.pdf
md5: A745197AB2C3E886582EFEDF6F0301D9 | sha1: BC48DA5B3687C30C6F769216933A514816F6900C | sha256: CFC61D8EE43698E7BD9609153E602931BAAF215F1B4FDA293189428109A28E0B | sha512: 56DD825433EE5FB66C1777661823CAC00C5EBC6E2887FAD86054DD14B5D64F0F9ADB048AEC2DF18351B8472F784DD329D05EA59410DC38FA1E861915317051AE
legal\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The installer have been downloaded from their official download link listed on <https://www.irfanview.com/languages.htm>
and can be verified like this:

1. Download the ZIP archives from the official download link above
2. You can use one of the following methods to obtain the checksum
  - Use powershell function 'Get-Filehash'
  - Use chocolatey utility 'checksum.exe'

  see 'checksums.csv' for checksums
  checksum type: sha256

File 'LICENSE.txt' is obtained from <https://www.irfanview.com/eula.htm>
File 'VERIFICATION.pdf' is an email conversation between the developer and maintainer
tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

#TDL - add package parameter to select individual language

if (Test-Path $env:ProgramFiles\IrfanView\Languages) {

  Get-Childitem $toolsDir\*.zip | ForEach-Object { Get-ChocolateyUnzip -FileFullPath "$_" -Destination $env:ProgramFiles\IrfanView\Languages }
  Remove-Item $toolsDir\*.zip -EA SilentlyContinue | Out-Null
}
else {
		Write-Warning "Default installation path not found. Aborting..."
		throw
}
tools\irfanview_lang_arabic.zip
md5: 1ECE6E4F4E34152D02209730F205CAF3 | sha1: B881AD989C3954E8F3281487EB8DA924D383AB1B | sha256: 4DDF76C7A65C8BEA08B013F2C31624009981C33A8DA56AB775343730CAD80C91 | sha512: D814CF164B1B4D46A3B99B77732CDE2D30044798F29E6390A990090C9446DB7125F4A347921AA2F8B40B9CD6493FD5D480A281F4B7CF97916B7D831FB2E45C24
tools\irfanview_lang_bulgarian.zip
md5: B7C2B7013FA505D05D0A4576D6DBBF7D | sha1: 71612C85EE64BCE7CED66D8623C8144A8590A55D | sha256: A681FBC38D0A45EE7164120F8C401445545CF1E921E45554FB8A0707E5869BB3 | sha512: BBFF14EE4BE89D59E1C32C4B95D1D96878902A9595BFB9A84BDD15FDA222FE601D714EC3BA7394BE04A90927E2BDD95D04A8722A3FFC130F008EB40EF6FE81EF
tools\irfanview_lang_catalan.zip
md5: D567803D15479CE023F0172806C730F9 | sha1: 8D9757E021098880B45822C0AEF763BD851C7113 | sha256: 6BF6369AB789E109DA0B5EAF2348E7CE6871A350FF9530F35308040EAF440900 | sha512: 94EF93B83C99625B02E49D9D8A7E0612032A53EC80C860EC4A2412EDE29C861EB898D7C9E99994E45F63C410A34A86D2F46B83D80FBF5E49A52AB53B0B76FD64
tools\irfanview_lang_chinese.zip
md5: 320E096C1F4D5294AA4AD8D239CD6E18 | sha1: 9D1860270C38A8DE229728EF7AE9F5D3E43A6933 | sha256: 879D59909560B2FC6EC5F14489F44E550510BFC9FBE28487F4C9BEC5C853A918 | sha512: 82772B50A41647F713FDFD89E7E6C675E93BE8E3EC085D68B64EA256DE9C7E6100440A2509073AAFA08F4C133381F6457AE621F2CB4C638CF5E23956B3221F58
tools\irfanview_lang_czech.zip
md5: 4812221F4D395F113E316AAFD288A0E9 | sha1: 8F588EC1EF5D909145A5B595874270A3E40407A9 | sha256: 7FC4C9A9C4B1EBDBFF49B529268DDBC27B6E8A58C9A86D67322B3DF2C66D00A0 | sha512: 0FFFEDF08CA98ED8FD5C3B9BF3E0F7439B78CB5390B2F0FE15E10D4EFDFCC48C92BCB8DDE13F2F136EF29949B5DFDBB286D63184B247FD971103D973C7A6FB6E
tools\irfanview_lang_dansk.zip
md5: 04E7473B9A6977EAC3144C452E52CC89 | sha1: F3BA838F095228A1B7BB5756F91A17F3345F4EEA | sha256: 738AB5AC5BA89D90D9185FF6353F062215D395C112C72E87F33E873AC6FA34DB | sha512: 300DE1C006A0982177AB2C6ECA13DBC80C7D80DE687A3243649270EF395298CD990BCD159E94B04A331BCCEF3806227EAAF8C6F1A49DC4BE58A47DEB4358CFB5
tools\irfanview_lang_deutsch.zip
md5: 1E9E02093565B79BD08B5C21C5DC3FDF | sha1: 5B85B65C85EB334163D0C90C30F8A1B9F3EEA93F | sha256: 1DDAFF851D9DE8AF48E237BC3097ECF5EF73E685BF567C92DC2E068C6E92A53C | sha512: 86EA6585E393F7D3035D25B0E4A15210D4FAD4C93549D9626D4AC5EE2A62DF8E61B9C13536FE06FE2077DCD17124B45CEB1666C6661FBA15D2B0039ADE5F42F4
tools\irfanview_lang_english_gb.zip
md5: FAF6A3D5B0254311DFF24E87C9439167 | sha1: 4E7385C3E60B67796690D1C8BEAE1B28A8D4998C | sha256: 078DC6B64979E86D027C806A2BBB3A3FD2D2C30BBCC90F56CEFDA135F1792798 | sha512: 8B90231152FDCE90AEC5F50986BCE947261DE57124EB8753FFCEE524BF93AF9B7734888C45D7D24CF6BFEF60E0E32CDF25D2731304A55B057A7B0C6345CCCF6F
tools\irfanview_lang_estonian.zip
md5: FD5FAFA02D142E6A1FD92B0E759101EE | sha1: 56A05407C57EC3FC38D23BA457E0E59D736A3C6E | sha256: 45EDEC82B8DB43301A8758B70EE2DA6891CE9B8173C4C81C550459D71862B0D6 | sha512: 00260DAC1318AF66834B1EEFA64FD5348737635F24F690C423C038F0B142695190D96E3997E6056AE524196A1865131956823230876862A70F716F7CAADF9B57
tools\irfanview_lang_finnish.zip
md5: 6A30005A9E6298C80C4ACDB5DA93948E | sha1: F11770D57D3998CA143EFDB7309ED28D37BE481D | sha256: 271F105662F74C1C6151E56F5662842DD10DC2ED51668A935308723C9EB2CDCC | sha512: 8B4F7592C92FCC6D1F31699768BB39F60C117D4DE7AB72BDBB1487EE0740D79A440A987A7437B05FF3FCBB896828A49308F229CA7C16EF690F570CA051F5883F
tools\irfanview_lang_french.zip
md5: EB71E3736168E51ABCBEED8B512671E1 | sha1: BBA1B2FA3D629E20E29FA511678832EF7AEE7D64 | sha256: 66F441B6F9640A311716B176A7841D2EB375459F29DD94103A3E734473D6F851 | sha512: 86A7FD3EB8998BC1F5DB4D25680E4A91E3263EF09475532DB756F6DC03FDFC56D7E40B51F469C5982532034C2DE9190F6D8C0A7BE88502628B3EF6641C4B3C85
tools\irfanview_lang_hebrew.zip
md5: 355F112ECA3B3AADDEB4889262F0F22D | sha1: 9219E1787F1CF85AEF8282F76CB9AF370D56F694 | sha256: 50EA2CAC5A910AF8E7BEAEB4D1429209FF14E50195D02EBF5168CB3AD3937134 | sha512: B9E0ED96EB5D7900CAB61FD594E8987C6DC529998F7EB590268F79DFE2DFCDED2AE152F65EAFD3DC1DF6F207D37B6BED2E90B786DB9891921935AE2920183D68
tools\irfanview_lang_hungarian.zip
md5: 2FE35B91E78621291B57A09E51024EE3 | sha1: 7D2C51B165826ED713831D5C7C34143F668C011A | sha256: E05D13AC3919361213AF049FC3B7DB315AC31013BA41F7A158137E99CE847BDC | sha512: 529C0BF9FBD7CB94AA5C78B26E1AB058C1ED16B4D6ED8A4FC387F1AE02E7922F0D6E9389529B92D222BD56E56721AB9510EE7C76652F14AE62CF2A8D0B5D4222
tools\irfanview_lang_italian.zip
md5: 049E8168BE1C28AA1115FBBFC84D0E9E | sha1: 92C7C18C1F191E9F4ABF2BBD36794A709025C2A3 | sha256: 129EFBC24209BF944EAA1B82528BE625D7540BF755AC192E908ABEA43DDF1887 | sha512: 4B2C81CEF97495025C6A4358949F37C33441AAB0E531CE6B7E23EF5BA19512979F0D46428FE1B64474B304B51C986EAA07D24BCD2EECE6AB40FB7FD5E588EBF0
tools\irfanview_lang_japanese.zip
md5: 870AD21023C0FA4F2159A24AF489E17C | sha1: E4EA8AF22EC46B3AC00136D57E0E9DD175A3D4AE | sha256: B47689EC447E62EF64DB77DBBD1620D53E4C60797AC1E12AD24EDF5F195A5092 | sha512: 155E9C5DD0868A357E09EA4ABE1481E2EBEEAABFC7804729EC4A0E5D8070CF605080BC690156960DF252EB82B648F8EA65B2F06B4D10FD81AB3EBFE9016A7706
tools\irfanview_lang_korean.zip
md5: 9416D41E9B757F1BA0B435964ADE537B | sha1: B89FDAD48F025529F6B421FB4F58F7304A8C6CC8 | sha256: 055D21F614E0FE8DD77476A3659F2BC90E1EAB0CC0FAB22831E1EB42955E0BBA | sha512: 4D429119FFD27CB9BD3A242C1CB33302E0CC75D00AD50B8EA85CAD6C23CDFED27953842DA40762B0886E972439867FAB5886E20D4FCD8A4B97C256A1C60A48E0
tools\irfanview_lang_latvian.zip
md5: BDDA6EAD6CEF35DBFD43CB77F79D1E66 | sha1: E3E7CB0691F418372638D3C5EA5648B1B2F8E14F | sha256: E8158BAEC8EFC30B38696FA03E0E401818C2D10341ED8205D074A66202FA5057 | sha512: AF938625F638E7A2528867ECAD75C8972FB4B234C42572C89AC266A3A822C6406FD6149450FE41C6DCA96DE01F943E33C66228D53B8C03AE970E5A3756CA8CA5
tools\irfanview_lang_lithuanian.zip
md5: 8A101AD433F10032264D2A0E871C1C15 | sha1: 165245C3261E2451FDC5B8F1B899A2A0297702C1 | sha256: C3B8C66B3ABBF9CE9749C7E044152D4489ACA52DF390285008D77350CDFC8E50 | sha512: F8761EA03CF87F50C4ADB02A02EA8DEDE310F18825F4E8DE725F57E6E2995B2BB84E2B04C2EC6EADE3B174EBB9291522B281096BD8B0095CAA7FEF66018B69DC
tools\irfanview_lang_nederlands.zip
md5: 2F36C66CEB6505EC350463031762E795 | sha1: 4EBDA540DCDF22BB92577C1E2721F614D7A26C47 | sha256: 321594168F093C2FDA5E2690D9E482DE41A397C232DE6FBFF191D16C6129A655 | sha512: BA9E5AA4CADDB485D707C757E9D2B9DA9E38120A7B8DDE86895837B7A9F5ECD8C15C3422B282299EBD6BD0DACFE1FE84AA41779C4CC96A02506E00A5F73179BF
tools\irfanview_lang_norsk.zip
md5: 8019B7781F835ED135E3575EEC740489 | sha1: 93ED47BBC0C8CAFE713939C8BC0AC9DCE5003718 | sha256: 43E31B2387B8910BE781A6E8A888448D16E2E86CEC1C0B10FE486764B065F04C | sha512: 34E9DA6D25393B7AA092A66AC647EB4DD511E5BBA016CB9D4EB483F3559154552968C5B8E005084CA128B48FBE104DF1E0FDFD05304FCD3183963F209A301035
tools\irfanview_lang_polski.zip
md5: 61E10B548A0674214508A9EBA7EABD39 | sha1: 8985DA9D181CCF77B2A8304C3FDD4ECE9FEB5B1E | sha256: 3B0608117A6005B379259AE8F74EC07B639DF4FC6072523A990579A2C5B15F47 | sha512: 713D93ED532807B4FCA6C5168AE31B55BC6F5433F827F44F5F378E1624C537225EF6E8814C34D8CEF8A7430144381A1FBE1BBBC3E16DA7001FBC185B24FD1564
tools\irfanview_lang_portugues-brasil.zip
md5: 2246BC00630F17B6C872ACA00D4AF3EA | sha1: F7306EBC56FC7D5523DFCAEA06E0BCEE924FB319 | sha256: 4AAF64F38D43CB28CFAFCF2FB724BC1D95D207B8F914465529CC8EB80F55A153 | sha512: 1BC1D98BB1F0BE41FDF303B3B9DB8552160E85097BF59D55C230937F27681134E2787424CCEF5FECD05EEB16FCC550785E6347F505527B23B578A0750DC3CCDC
tools\irfanview_lang_portuguese.zip
md5: 8BFCA6ED35D49FA5A7D9348C9525CCA4 | sha1: F3AD46C4AF1366200305881167C85D2BAB91C0FA | sha256: 83B55E9DE05F07D068CD9FA72F8668CB1C7E4F1959FEBAB896E4EB17698E8C61 | sha512: 29E2C74A550177B69DB5BF36EFC2AA60F9F63BD9BDBFE08795C5ED4C0B4CB1EC7B69A092B598DF491E8A71BD8DD2D28280F2954C75BF080325EE69E8627AE61E
tools\irfanview_lang_romanian.zip
md5: 8207F0D836FAA6C0F43A1869047B1932 | sha1: 72860FDE2D34942538544071A4682E7684BEE5B8 | sha256: 456EB01175F4B743A1D0F13CA1F64EF41F13544E0632598D2E9035604EA5439B | sha512: 1F673916E55B452F03505425062C91C772646C1D0C574F9F032641107C5E90A3AEB96B5C2B8A05A65B77E500EC0048437B76CF5EB51FDDC047E3D07D3683C86E
tools\irfanview_lang_russian.zip
md5: 29798DE2F1E7C831686F33841B436FA0 | sha1: C7B30835668ADC0ABA228CEC2F7C00B20C80CC68 | sha256: 0C4476F7125EBD5238A7BDEDD48BD98C1FCF6BECB6BD8BBD89FB096089F45779 | sha512: 471F7078078D59F20A8F5D7AC824B0023A29894096F9B241504A85D7BE2752953C9EDE2B09D9908F7B7DAA8263B4231B9F8D65A0569EEDFFE711A2671A86A6C0
tools\irfanview_lang_slovak.zip
md5: 481BBE2872F57CD07EEE7A8E79CBB58E | sha1: 758144723A00E79471FC644842E9BFDCA09EEBD8 | sha256: 61EEF613648F07F1D6D8639FB0537F8CCCA9EF3CAC320FF68B58298C0A110B83 | sha512: D80FD5411E64795835BDACA22106148D1805964C2B3EA9F88D96171B66C9F8B66DBBDE15E647CE347986A92706203D8FAFB7BDBA0CF7F2BF67C90A65FB7FE819
tools\irfanview_lang_slovenscina.zip
md5: A5845BD8ACA9A8A67F6FB17EEA5F1FEF | sha1: EA7465A2DB54171596917622B644EE5C543D3727 | sha256: E4C5B09ABF085A28CF725E98DF2F99206AFEF45A23D9C1BCAB0654283C7F63E7 | sha512: 95C578314AC6D935C801435642D9198E1DB157B4348BB86BA50128789A902385B068CD33FAC3F2660E5811D6A8F1ED2CE20361C0B0EA6631939A32A4173C382F
tools\irfanview_lang_spanish.zip
md5: 08934F3E316A821995A81EB8D1CCCCD5 | sha1: 001E707AF799F204BE047EA3222BE0439CD5ECFA | sha256: B87A1DA9FB50AD0B6E34B8094239B2E3A0F28D6246483759B80AD493521B7313 | sha512: 1ABF0EB4632FAEC64F226EC6E7398A77DFD66A66A1FEAEABC508E9D1E3CBEFB89D0FB2F2B42107BE476715EB443A58E388442F0EBF98708052BB0CD3F4DA4231
tools\irfanview_lang_swedish.zip
md5: 63071F26A95178CFAC2270395C387176 | sha1: 5022902884C5573E6A8464A0B42BB52BFE83821B | sha256: 3B020206F22501B758B5D0A7D2FBAD50926EDCB9172B3E31B8331A32AF0C6B7E | sha512: 9D4FD2795CE2FAA84A94811802E63E44316D44375A80CA33B63387F1FD7592B3C2A49FF53AF59416168BA14D4A0E2C412910FF822C7D15480DB19B130406B93A
tools\irfanview_lang_turkish.zip
md5: 984438395AE3E4771570C3D8612E3BB4 | sha1: 1FF79AEC8BD4210F6CCC425971E6B4EC72650E4C | sha256: 2C8D011AAA732B2D8D4D42874AC2109F0D8BE4451BDB38DC8599969DF51C712B | sha512: 48F95EDB72462CE01C6DE868C8145BD93590EAFAF4064B2EEEE03569FB7F0D7B4EB4C3053F72B56897FC95182A5B240095EA6F60AFB6CCEFCAAF0ADBCD5E5157
tools\irfanview_lang_ukrainian.zip
md5: B6FE415DC9EAB26B523D7639B568CBE9 | sha1: 1B9C2F08F3825B2EBF3693C0DE3DD0C94E7BE2EB | sha256: 095E5AB1D8F1AE396822A9CC00EF7F75944F5655B02A5FCE1E22FEB8441DE110 | sha512: EC50BAEC6008083243BDA2EE2ACBE04C06D3C095C2EB8AB282EB8D7A74BC4189F3B1D3F6A89A2766C1BB9ADEEBDDF4EEE02C556BDB180CE60117A85C69026B49
tools\irfanview_lang_uzbek.zip
md5: DB168CEDD489639A93B7E87B4F6E5CB2 | sha1: BC77DCA5678E7208CC88FA130263B758F3350AF9 | sha256: DED66B15B046BC4484C388AF9160A4C277050DC26D24AD73C1239E938F4245CD | sha512: 05DBCA5736AB3D33FFEA129DE072F2C40EFF13CA548C72E09604ABA4A6FDDCDDB4A54B9A195E3C8A2B58E73C55DE034C76BAE208488E6ADE141D4238B617B17E

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
IrfanView All Languages (Install) 4.70.0 6963 Saturday, October 12, 2024 Approved
IrfanView All Languages (Install) 4.67.0 4768 Monday, April 15, 2024 Approved
IrfanView All Languages (Install) 4.66.0 3863 Wednesday, December 27, 2023 Approved
IrfanView All Languages (Install) 4.62.0.20230706 5338 Thursday, July 6, 2023 Approved
IrfanView All Languages (Install) 4.62 3632 Saturday, December 10, 2022 Approved
IrfanView All Languages (Install) 4.60 3549 Friday, March 25, 2022 Approved
IrfanView All Languages (Install) 4.59 2474 Tuesday, December 14, 2021 Approved
IrfanView All Languages (Install) 4.56 1749 Wednesday, May 26, 2021 Approved

Discussion for the IrfanView All Languages (Install) Package

Ground Rules:

  • This discussion is only about IrfanView All Languages (Install) and the IrfanView All Languages (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 IrfanView All Languages (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.
comments powered by Disqus