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:

26,801

Downloads of v 4.70.0:

1,757

Last Update:

12 Oct 2024

Package Maintainer(s):

Software Author(s):

  • Irfan Skiljan

Tags:

irfanview image photo viewer languages binary embedded

IrfanView All Languages (Install)

  • 1
  • 2
  • 3

4.70.0 | Updated: 12 Oct 2024

Downloads:

26,801

Downloads of v 4.70.0:

1,757

Maintainer(s):

Software Author(s):

  • Irfan Skiljan

IrfanView All Languages (Install) 4.70.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.70.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.70.0'
end

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


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

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


package { 'irfanview-languages':
  ensure   => '4.70.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 by moderator Windos on 29 Oct 2024.

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","3E7491C09EDB1F2FFD6FABC5F7B8BCA6F3F7CE6031A80F1B47C6C3A69CF11851"
"irfanview_lang_korean.zip","055D21F614E0FE8DD77476A3659F2BC90E1EAB0CC0FAB22831E1EB42955E0BBA"
"irfanview_lang_portuguese.zip","83B55E9DE05F07D068CD9FA72F8668CB1C7E4F1959FEBAB896E4EB17698E8C61"
"irfanview_lang_bulgarian.zip","9AB414A55D092F4325F70531687935E22AB35A1CEBF6558E2D6116BBCC282CC8"
"irfanview_lang_chinese.zip","2F811A7D5E25FDA4B497D6067C6DC251DAA1B4CA0D601C1E7604586FE04F2C57"
"irfanview_lang_czech.zip","281F5750C48E206F48090DF0546C8A5C22C9B3810B1DE112FF5816BA524C50F9"
"irfanview_lang_dansk.zip","738AB5AC5BA89D90D9185FF6353F062215D395C112C72E87F33E873AC6FA34DB"
"irfanview_lang_estonian.zip","FB6C39641EA2B9ECE0DFC985B553FB5E2DF26DA2E7F0AE0AD0C809A85D321B61"
"irfanview_lang_french.zip","86CD3052CBC93466AD1A10134B65F82FAD14C3EFEC7E753136B213836E8483E8"
"irfanview_lang_hungarian.zip","9BC5E22F857250F96FE8856118DC2D63EFB409E63067675E45F6AED5558EAC08"
"irfanview_lang_italian.zip","20BD79DCE2F15EDEF0A9691F118E3334BE0C2BC574E00DDDD7354AEE5A78FB29"
"irfanview_lang_japanese.zip","317564BFD4E963F6D273947461C454D90AF8ECFAC7069A12EF51611037677D30"
"irfanview_lang_latvian.zip","B0760A97EDC7075008C6758243C61C7644147A06C32CEFB394A651670D72BD37"
"irfanview_lang_nederlands.zip","1444B5E598C280EE3143CD8DD63FDC59275DA6E7899E14655291F5B9F4F8BDBE"
"irfanview_lang_polski.zip","3B0608117A6005B379259AE8F74EC07B639DF4FC6072523A990579A2C5B15F47"
"irfanview_lang_portugues-brasil.zip","3C9FFF62D8FA0DC99C8AD19D2E303F03FE0E1DE71AF5F9660B1D106D4513F8FB"
"irfanview_lang_russian.zip","955F44C54027861249572C9EC35DF6A75352D0059A6987A40417EE1D4288D194"
"irfanview_lang_slovak.zip","EEB5AB1D2598FC33F7D53512C555F9190CFF12F31F8546164EE1BC9829C8A4B5"
"irfanview_lang_spanish.zip","845348E4477F3171B4898AC7B235D2835630CA546C67952C3EB92967A9B99259"
"irfanview_lang_turkish.zip","1C766CB0186452AAB5D3865AC415DCB3D3E372740F9F4B5D90A741C1693224C4"
"irfanview_lang_norsk.zip","DA0F454D7B2B5DFC77467011DD734D67D0B5A1D9BBE7A80D48DC13C8FD48E503"
"irfanview_lang_romanian.zip","456EB01175F4B743A1D0F13CA1F64EF41F13544E0632598D2E9035604EA5439B"
"irfanview_lang_ukrainian.zip","095E5AB1D8F1AE396822A9CC00EF7F75944F5655B02A5FCE1E22FEB8441DE110"
"irfanview_lang_arabic.zip","4DDF76C7A65C8BEA08B013F2C31624009981C33A8DA56AB775343730CAD80C91"
"irfanview_lang_finnish.zip","271F105662F74C1C6151E56F5662842DD10DC2ED51668A935308723C9EB2CDCC"
"irfanview_lang_slovenscina.zip","3396CE3D91B1414D9C5C2B15FD9EF524FCD5FC65AE4B071F08AFDF0E27FCB7FC"
"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: E5C34B79C94EBFB0576AF19B8786A183 | sha1: 80AAE1B05F4F8C03FE3816AB6639641485889C62 | sha256: 9AB414A55D092F4325F70531687935E22AB35A1CEBF6558E2D6116BBCC282CC8 | sha512: F86F668867F19F6AC07F597FFFA1FFCFB636B249251275E909242B8899767E4FB279D9838B73B9439CDCAD0C6AB0339BF6F8AC252267F5C38FD5E781D5C3CAA0
tools\irfanview_lang_catalan.zip
md5: D567803D15479CE023F0172806C730F9 | sha1: 8D9757E021098880B45822C0AEF763BD851C7113 | sha256: 6BF6369AB789E109DA0B5EAF2348E7CE6871A350FF9530F35308040EAF440900 | sha512: 94EF93B83C99625B02E49D9D8A7E0612032A53EC80C860EC4A2412EDE29C861EB898D7C9E99994E45F63C410A34A86D2F46B83D80FBF5E49A52AB53B0B76FD64
tools\irfanview_lang_chinese.zip
md5: F1B4F906F8582738618888BE1C4F7027 | sha1: 2057A98B72FBC2789B8C0DBE9A30495CB8C243DB | sha256: 2F811A7D5E25FDA4B497D6067C6DC251DAA1B4CA0D601C1E7604586FE04F2C57 | sha512: 9A659D1800910D7D2AB57623B6EB81968E7E7FB28DAED6ACCF75E75B97AE1B2EBD17A7B41776685E652CF9EEA96A9A898D210DEDBAD5BCDD9259FC1D2205827B
tools\irfanview_lang_czech.zip
md5: 717B10145AE87703D1D477174E50A7D7 | sha1: 0305D6D3C3D1401FFD3E5C01F665722484D118DE | sha256: 281F5750C48E206F48090DF0546C8A5C22C9B3810B1DE112FF5816BA524C50F9 | sha512: BC02E2EBDECFD0E2E9CCE81A1A1BC6DE41D1628A61F56D6FA8A38B49EC58C230CAEED08B2DD0C007ADD118CCC0B8D70B0BE30646B18A3B873776C8D4FB3899CB
tools\irfanview_lang_dansk.zip
md5: 04E7473B9A6977EAC3144C452E52CC89 | sha1: F3BA838F095228A1B7BB5756F91A17F3345F4EEA | sha256: 738AB5AC5BA89D90D9185FF6353F062215D395C112C72E87F33E873AC6FA34DB | sha512: 300DE1C006A0982177AB2C6ECA13DBC80C7D80DE687A3243649270EF395298CD990BCD159E94B04A331BCCEF3806227EAAF8C6F1A49DC4BE58A47DEB4358CFB5
tools\irfanview_lang_deutsch.zip
md5: 6A82C3FA47BA9D7CDA6FDDDA00ED477F | sha1: A186BFF92D2B4F255790106E8BB75814D597D8E7 | sha256: 3E7491C09EDB1F2FFD6FABC5F7B8BCA6F3F7CE6031A80F1B47C6C3A69CF11851 | sha512: 547ECE3389BD38843544B40A68B34974832F29E6061E28629EFC2FA873EA056987ED5E12CFBD3F37EDA241157069B07A57AF8F95AC1C305682E9789C2666A97E
tools\irfanview_lang_english_gb.zip
md5: FAF6A3D5B0254311DFF24E87C9439167 | sha1: 4E7385C3E60B67796690D1C8BEAE1B28A8D4998C | sha256: 078DC6B64979E86D027C806A2BBB3A3FD2D2C30BBCC90F56CEFDA135F1792798 | sha512: 8B90231152FDCE90AEC5F50986BCE947261DE57124EB8753FFCEE524BF93AF9B7734888C45D7D24CF6BFEF60E0E32CDF25D2731304A55B057A7B0C6345CCCF6F
tools\irfanview_lang_estonian.zip
md5: 4B4575B9F5CBB47DCE9EB1D49ADA0049 | sha1: 0AF5A903EEF735F306C17196CB33F91BB224F338 | sha256: FB6C39641EA2B9ECE0DFC985B553FB5E2DF26DA2E7F0AE0AD0C809A85D321B61 | sha512: 989A68AA18D568C2C9D33B91929C424A7A9FF2AD3AC82FA6F1448FCF1F143349A1088AEB3BCC76489BB2330DE413521583B246D2361D60927B04EA1E1A9B555E
tools\irfanview_lang_finnish.zip
md5: 6A30005A9E6298C80C4ACDB5DA93948E | sha1: F11770D57D3998CA143EFDB7309ED28D37BE481D | sha256: 271F105662F74C1C6151E56F5662842DD10DC2ED51668A935308723C9EB2CDCC | sha512: 8B4F7592C92FCC6D1F31699768BB39F60C117D4DE7AB72BDBB1487EE0740D79A440A987A7437B05FF3FCBB896828A49308F229CA7C16EF690F570CA051F5883F
tools\irfanview_lang_french.zip
md5: E1B4FDB2C9AA89A7F6E1DC79294AE482 | sha1: 56B9E26DB6C08EB23FCA865135B5E921D0D8C658 | sha256: 86CD3052CBC93466AD1A10134B65F82FAD14C3EFEC7E753136B213836E8483E8 | sha512: 1E277FF34FEE5903E9CF26BB194B9C3BA0326EFA2AE6814177D8FED8E6896C028B66B582BD3A23C85C8C70194F416DDC3935A052F23A5D9670D277BABC6465A8
tools\irfanview_lang_hebrew.zip
md5: 355F112ECA3B3AADDEB4889262F0F22D | sha1: 9219E1787F1CF85AEF8282F76CB9AF370D56F694 | sha256: 50EA2CAC5A910AF8E7BEAEB4D1429209FF14E50195D02EBF5168CB3AD3937134 | sha512: B9E0ED96EB5D7900CAB61FD594E8987C6DC529998F7EB590268F79DFE2DFCDED2AE152F65EAFD3DC1DF6F207D37B6BED2E90B786DB9891921935AE2920183D68
tools\irfanview_lang_hungarian.zip
md5: 4EB76ACF6025379C9AA0DAC8F70BF700 | sha1: 4F5CEAFFE756BD59A360FAB6C7A16173D18757A8 | sha256: 9BC5E22F857250F96FE8856118DC2D63EFB409E63067675E45F6AED5558EAC08 | sha512: FC72D621FF5ADB77E8777875DD2A5DFD3998F04560E61B922D5BDB95A491C1093742DC50C7BBD6A4F4B6452EB33AE98877834C76CB7F9F7E9A6B3C812EC12915
tools\irfanview_lang_italian.zip
md5: A42A8C40493980BD70B09AB4DF9C5204 | sha1: FB30F004D1F0BE38CF1936BC8E2A7F4DA03557E4 | sha256: 20BD79DCE2F15EDEF0A9691F118E3334BE0C2BC574E00DDDD7354AEE5A78FB29 | sha512: C0F4D90AB1C919AB9EBFE791C178846C981065CC419A25E73ECC2F017B13BC23D550BA85CE8591EDF708D49AD1CCDBDC10E9BB9F7C1BCA5E356837F615CFDCF0
tools\irfanview_lang_japanese.zip
md5: 3AEE34F82C6B0E0B2F8AF09B66898DF9 | sha1: B27E313895419F54A3F3A672AC1999C12872C792 | sha256: 317564BFD4E963F6D273947461C454D90AF8ECFAC7069A12EF51611037677D30 | sha512: A015C7C2C2F058A79CFEC3D22810804592C07D163AA20203A1D53C129FC60F44EE893DDBDB11AE688DCB6BC7B4333F3A634C759E535B7EC36E2D368DF9EEA7BF
tools\irfanview_lang_korean.zip
md5: 9416D41E9B757F1BA0B435964ADE537B | sha1: B89FDAD48F025529F6B421FB4F58F7304A8C6CC8 | sha256: 055D21F614E0FE8DD77476A3659F2BC90E1EAB0CC0FAB22831E1EB42955E0BBA | sha512: 4D429119FFD27CB9BD3A242C1CB33302E0CC75D00AD50B8EA85CAD6C23CDFED27953842DA40762B0886E972439867FAB5886E20D4FCD8A4B97C256A1C60A48E0
tools\irfanview_lang_latvian.zip
md5: 07773B6EDC0CEFAB1FDB82D1765D010D | sha1: 3DB278A8B81D478B9F6EFA5857487DEC0A00C775 | sha256: B0760A97EDC7075008C6758243C61C7644147A06C32CEFB394A651670D72BD37 | sha512: CC0923CCB3EF15B6BDA9DA4211FF3C505ADC94A79ECCF45DFA50CFB28B19951FC0C9ABD5AB3AF0E52CBF31B2EECED2FDAD392E3FA157E919E0B1B61E8CC7E8B6
tools\irfanview_lang_lithuanian.zip
md5: 8A101AD433F10032264D2A0E871C1C15 | sha1: 165245C3261E2451FDC5B8F1B899A2A0297702C1 | sha256: C3B8C66B3ABBF9CE9749C7E044152D4489ACA52DF390285008D77350CDFC8E50 | sha512: F8761EA03CF87F50C4ADB02A02EA8DEDE310F18825F4E8DE725F57E6E2995B2BB84E2B04C2EC6EADE3B174EBB9291522B281096BD8B0095CAA7FEF66018B69DC
tools\irfanview_lang_nederlands.zip
md5: 3DA6D5DB64C408FC405E2E261C7E6C0E | sha1: B92B86445F8114C3FD0C07B82A06A9FDB4736EBB | sha256: 1444B5E598C280EE3143CD8DD63FDC59275DA6E7899E14655291F5B9F4F8BDBE | sha512: 842AE29AB4F64DB265D853E7A1E63CE805B4152C447BAB4BA4AF15BC2FBB146BDD7DB2092E366A6F9FD49D3DF5D5F633975271D95C699DAC1AE9FB11C50BD366
tools\irfanview_lang_norsk.zip
md5: 2ABAB87558C39A4C36A80C3DC67B86BA | sha1: 6412249BE045E03F29FBDB4807E9A5AFB1F4B9FB | sha256: DA0F454D7B2B5DFC77467011DD734D67D0B5A1D9BBE7A80D48DC13C8FD48E503 | sha512: F02683A35CDCF00C631890F68EB795640F8B30A7F1FF0BDECCD9E7E09177F8AEDCB0DCE9CF8B588F4F513F16869DD488A364133415AE210A7889C35A9932D346
tools\irfanview_lang_polski.zip
md5: 61E10B548A0674214508A9EBA7EABD39 | sha1: 8985DA9D181CCF77B2A8304C3FDD4ECE9FEB5B1E | sha256: 3B0608117A6005B379259AE8F74EC07B639DF4FC6072523A990579A2C5B15F47 | sha512: 713D93ED532807B4FCA6C5168AE31B55BC6F5433F827F44F5F378E1624C537225EF6E8814C34D8CEF8A7430144381A1FBE1BBBC3E16DA7001FBC185B24FD1564
tools\irfanview_lang_portugues-brasil.zip
md5: 6B89BAD8393987B766BDB038D948D453 | sha1: 040806AA1DE40B893E26DCFFAF7A7DFAF05519ED | sha256: 3C9FFF62D8FA0DC99C8AD19D2E303F03FE0E1DE71AF5F9660B1D106D4513F8FB | sha512: 2B76084F48B01F4A80C7DA98817084C9D81AC0F573EFA8ABB2785A3A7110371F12F48FBC8C871BDDAF06104F0CD625F76D948BE43EEC78AAB9D3ACDD5BB67669
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: A0B3670A5CABE8A592CDC4EC7BCB9CB1 | sha1: 0E45955B1602DAA3851D9069B2BA9A71174A772F | sha256: 955F44C54027861249572C9EC35DF6A75352D0059A6987A40417EE1D4288D194 | sha512: 276D2F64338BF57EA9C37B450204DD3E14A78FC56703A94412A416BD8B7A7B09D15F7B48176D3A89D99178A627551A64C4D286AB5BBACF4E71FAA2722ECA7515
tools\irfanview_lang_slovak.zip
md5: 62370A40839A86E6C5D6411B7C1D9911 | sha1: DBDB5FFDF9A86770738B4AD7049FE29BC02C567A | sha256: EEB5AB1D2598FC33F7D53512C555F9190CFF12F31F8546164EE1BC9829C8A4B5 | sha512: D7051A2480AC475F74DB000AEFA384F6F8A2931BA281ACB9B0BBFB3DBE384FEF32681A872E90E2BAE37C267BDBE3A5350540F1C728E0D129C133C7ABE62E88F9
tools\irfanview_lang_slovenscina.zip
md5: F9E704BE656AD9C59B3FEBD30BCF7652 | sha1: 76C03BF1A0B2F8B6384A1DE6F733828C00D4F5BD | sha256: 3396CE3D91B1414D9C5C2B15FD9EF524FCD5FC65AE4B071F08AFDF0E27FCB7FC | sha512: 7E2E05031A37992B2B507BD2AE6E5FD33C32DD961F0B386486733AFDA2E584A48D0E12BEFD224882E7C194B0F6D24C9BD6FE43765FA6FE636A6A35E1936B49D0
tools\irfanview_lang_spanish.zip
md5: 9FF29C2BA252A5268821682CC7ED2509 | sha1: ED2E7E3C5051D0F752C4C74A51020A31F0CB484B | sha256: 845348E4477F3171B4898AC7B235D2835630CA546C67952C3EB92967A9B99259 | sha512: 05D8F4152E9AB3DBE391174081CD1933BEF6E1B4A628AAEE7F21B0FA8873DCE9F953A70D1CDF8FE1ACCF77A49703A2BBBA0F3ACECD30B76F7FC74E3A16B9D603
tools\irfanview_lang_swedish.zip
md5: 63071F26A95178CFAC2270395C387176 | sha1: 5022902884C5573E6A8464A0B42BB52BFE83821B | sha256: 3B020206F22501B758B5D0A7D2FBAD50926EDCB9172B3E31B8331A32AF0C6B7E | sha512: 9D4FD2795CE2FAA84A94811802E63E44316D44375A80CA33B63387F1FD7592B3C2A49FF53AF59416168BA14D4A0E2C412910FF822C7D15480DB19B130406B93A
tools\irfanview_lang_turkish.zip
md5: 8636727CD13410730580BA2E527CE4AF | sha1: 6A577867C05A1359F1E5540A2FF4B8FCFFB72500 | sha256: 1C766CB0186452AAB5D3865AC415DCB3D3E372740F9F4B5D90A741C1693224C4 | sha512: 48766F4D741722132EF0839F113D4E7F702A43D5ED9019C138E88564D7EE39A03922CB19C20EE9D198ADC500824E2DC6BFBB8B56FCE99D25365E205D797A771F
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.67.0 4725 Monday, April 15, 2024 Approved
IrfanView All Languages (Install) 4.66.0 3820 Wednesday, December 27, 2023 Approved
IrfanView All Languages (Install) 4.62.0.20230706 5289 Thursday, July 6, 2023 Approved
IrfanView All Languages (Install) 4.62 3602 Saturday, December 10, 2022 Approved
IrfanView All Languages (Install) 4.60 3513 Friday, March 25, 2022 Approved
IrfanView All Languages (Install) 4.59 2382 Tuesday, December 14, 2021 Approved
IrfanView All Languages (Install) 4.56 1713 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