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:

20,185

Downloads of v 4.67.0:

17

Last Update:

15 Apr 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.67.0 | Updated: 15 Apr 2024

Downloads:

20,185

Downloads of v 4.67.0:

17

Maintainer(s):

Software Author(s):

  • Irfan Skiljan

IrfanView All Languages (Install) 4.67.0

  • 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.67.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.67.0'
end

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


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

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


package { 'irfanview-languages':
  ensure   => '4.67.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 gep13 on 19 Apr 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","019064DCBCE46AF190943C1C3774FC8C313C603D81B74E403D21CBC68B3B5DBF"
"irfanview_lang_chinese.zip","6D97A6B7675EDD680987C4E55BD701ED9E926DF6C1D26DB0FBCA3BFA0F6D61B6"
"irfanview_lang_czech.zip","281F5750C48E206F48090DF0546C8A5C22C9B3810B1DE112FF5816BA524C50F9"
"irfanview_lang_hungarian.zip","8A5BDF0599B2B45149C3E321AE02E0300D404FC175F5B37C88824C696B400884"
"irfanview_lang_italian.zip","20BD79DCE2F15EDEF0A9691F118E3334BE0C2BC574E00DDDD7354AEE5A78FB29"
"irfanview_lang_polski.zip","3B0608117A6005B379259AE8F74EC07B639DF4FC6072523A990579A2C5B15F47"
"irfanview_lang_portuguese.zip","DC898D0122B8FA6EC9E780B13477C46845721C976F91942222F3F646D2F96A8E"
"irfanview_lang_portugues-brasil.zip","3C9FFF62D8FA0DC99C8AD19D2E303F03FE0E1DE71AF5F9660B1D106D4513F8FB"
"irfanview_lang_russian.zip","955F44C54027861249572C9EC35DF6A75352D0059A6987A40417EE1D4288D194"
"irfanview_lang_turkish.zip","1C766CB0186452AAB5D3865AC415DCB3D3E372740F9F4B5D90A741C1693224C4"
"irfanview_lang_estonian.zip","E7AE8A994094C092E85A9EC24F110FB22A4469F0B8DDB1868149B164FA1A9229"
"irfanview_lang_french.zip","7A7304F13D9EDC8A8865C3C3FC0727FAF77FAF6F42A2725C0C33FC548F741A28"
"irfanview_lang_japanese.zip","70220EB55F6858D408D8C8911AA3D6EE0F02AB71C72DF4F3434AB3C5C48F7470"
"irfanview_lang_korean.zip","6613B96B2ACC51F9CCCB3335DAFFCD7457FC5449F58EFBDD141BD50E9D7AEF90"
"irfanview_lang_latvian.zip","D77BA24C1323BB28F12EA9DC0DA28660892769ED116DFD4D689DD94E24FB1655"
"irfanview_lang_nederlands.zip","3EB6475C5AF0E0CF8DC72C4C9E1A7BA5501B9AC68B699D0D7EC3D0A46B561BA9"
"irfanview_lang_slovak.zip","D0D3A910A389EA6851B41E9484B988C71B617273FD702667A7610EBF2065D802"
"irfanview_lang_spanish.zip","018E9FCA0786D1F030B72E064EFDB24F27F2B8550135FCE81852873BE510B078"
"irfanview_lang_bulgarian.zip","BB7AE9042F5D50DE4353D0A1AB3B2BE1300EA7E9FD1B240C66659B8A6D5A002A"
"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_dansk.zip","D087805830513659ADB9FF30A3E0F238EA5A6555479106F4E4C5F1B24AE25617"
"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: ACEBDC59CF8F19C8B33EA5128FBE18DF | sha1: EF7A3157A5BD5AF486A787465805E0718198A446 | sha256: BB7AE9042F5D50DE4353D0A1AB3B2BE1300EA7E9FD1B240C66659B8A6D5A002A | sha512: 0EA5E0F40E8287B2DA0375D508440636B8ABF85FCD220A5CE710A3F0EEE1268AAE3EC636C1DDDE3EC25EB7482499A35E0DF37EBED778373C5EA59401A7DB5FDF
tools\irfanview_lang_catalan.zip
md5: D567803D15479CE023F0172806C730F9 | sha1: 8D9757E021098880B45822C0AEF763BD851C7113 | sha256: 6BF6369AB789E109DA0B5EAF2348E7CE6871A350FF9530F35308040EAF440900 | sha512: 94EF93B83C99625B02E49D9D8A7E0612032A53EC80C860EC4A2412EDE29C861EB898D7C9E99994E45F63C410A34A86D2F46B83D80FBF5E49A52AB53B0B76FD64
tools\irfanview_lang_chinese.zip
md5: 6DAEF9E40211BBBE28CD89DBACB174DC | sha1: 787FBB71E0C8120E71A40246F384F19591854F7E | sha256: 6D97A6B7675EDD680987C4E55BD701ED9E926DF6C1D26DB0FBCA3BFA0F6D61B6 | sha512: D626AAD1DBFE8FEAA1F3C53B6D61A40B7181823899993F8AD8A9BE9EE8B95792C0281D34DDACBF80B652F36CB4276DD978371BFCCE658A556910739F05AF2001
tools\irfanview_lang_czech.zip
md5: 717B10145AE87703D1D477174E50A7D7 | sha1: 0305D6D3C3D1401FFD3E5C01F665722484D118DE | sha256: 281F5750C48E206F48090DF0546C8A5C22C9B3810B1DE112FF5816BA524C50F9 | sha512: BC02E2EBDECFD0E2E9CCE81A1A1BC6DE41D1628A61F56D6FA8A38B49EC58C230CAEED08B2DD0C007ADD118CCC0B8D70B0BE30646B18A3B873776C8D4FB3899CB
tools\irfanview_lang_dansk.zip
md5: 4E0D40FBEC95836E00CB53022416C96E | sha1: 8CA6B872D9DA87FECC521338BA7657D2FB7D3D1B | sha256: D087805830513659ADB9FF30A3E0F238EA5A6555479106F4E4C5F1B24AE25617 | sha512: 4756EF346AB7D6BEB43A09E92261015E96854569DDA1EE966ABB9445C4E932B1E3E14933AA9E65B77EB2B09450172DEB1E3CCBECBBAB2E5E225100E4EA63ED12
tools\irfanview_lang_deutsch.zip
md5: 41BC8512E4FB6C505BE171B5AD90CF31 | sha1: 0D7387F6CD9FCC046F39BE6E6C62CCE786B91E36 | sha256: 019064DCBCE46AF190943C1C3774FC8C313C603D81B74E403D21CBC68B3B5DBF | sha512: DAE596B908753DB9068B41EBF9EDCA9307E56C2451A8DF92F695991CA1A4004427605C2A1E8B6116A800024649FCB37E27776DFCA6E59EEE60DBDD2BFA967F09
tools\irfanview_lang_english_gb.zip
md5: FAF6A3D5B0254311DFF24E87C9439167 | sha1: 4E7385C3E60B67796690D1C8BEAE1B28A8D4998C | sha256: 078DC6B64979E86D027C806A2BBB3A3FD2D2C30BBCC90F56CEFDA135F1792798 | sha512: 8B90231152FDCE90AEC5F50986BCE947261DE57124EB8753FFCEE524BF93AF9B7734888C45D7D24CF6BFEF60E0E32CDF25D2731304A55B057A7B0C6345CCCF6F
tools\irfanview_lang_estonian.zip
md5: D138C19A82F6E6606B2AC65037729698 | sha1: E5E94166CF093B980C8E9836574CDAFF0CA8B401 | sha256: E7AE8A994094C092E85A9EC24F110FB22A4469F0B8DDB1868149B164FA1A9229 | sha512: F3875C8760E63954E6CD8F6BFC21B46BAABC1FBF6EB3DF0167E4942A848C57C15D5683D74CEEFFF89B61BBCA98FFC720E0B2FD1FB73F3F7848B4673D0B166C8F
tools\irfanview_lang_finnish.zip
md5: 6A30005A9E6298C80C4ACDB5DA93948E | sha1: F11770D57D3998CA143EFDB7309ED28D37BE481D | sha256: 271F105662F74C1C6151E56F5662842DD10DC2ED51668A935308723C9EB2CDCC | sha512: 8B4F7592C92FCC6D1F31699768BB39F60C117D4DE7AB72BDBB1487EE0740D79A440A987A7437B05FF3FCBB896828A49308F229CA7C16EF690F570CA051F5883F
tools\irfanview_lang_french.zip
md5: 7EFBF26B8C7870FB1090F88DEF0185E9 | sha1: BF5E49E812337F7FB4A3288BC9067B6E1C4B1749 | sha256: 7A7304F13D9EDC8A8865C3C3FC0727FAF77FAF6F42A2725C0C33FC548F741A28 | sha512: 526B8E94395BF76FB2687132520E71380F50516145EEC66A53568DBD75542F43B874DA0309ECC86D464A88D44D250074084A42A10DDF94B27780D27C768B90E4
tools\irfanview_lang_hebrew.zip
md5: 355F112ECA3B3AADDEB4889262F0F22D | sha1: 9219E1787F1CF85AEF8282F76CB9AF370D56F694 | sha256: 50EA2CAC5A910AF8E7BEAEB4D1429209FF14E50195D02EBF5168CB3AD3937134 | sha512: B9E0ED96EB5D7900CAB61FD594E8987C6DC529998F7EB590268F79DFE2DFCDED2AE152F65EAFD3DC1DF6F207D37B6BED2E90B786DB9891921935AE2920183D68
tools\irfanview_lang_hungarian.zip
md5: C67BFB3C951BD8BBFD68B192868B2F10 | sha1: 340CD9DBC4CE2979C6A4903C2FFC665F1B108514 | sha256: 8A5BDF0599B2B45149C3E321AE02E0300D404FC175F5B37C88824C696B400884 | sha512: EACE7AAAA8CB21730F97730ACC16A77BEDA7B51D5FD9AFB28F678CB9B8364FC6F9AFD8A413260B807A046880233A82207DBD6F8BB8728F8C0DA5CED2097602B1
tools\irfanview_lang_italian.zip
md5: A42A8C40493980BD70B09AB4DF9C5204 | sha1: FB30F004D1F0BE38CF1936BC8E2A7F4DA03557E4 | sha256: 20BD79DCE2F15EDEF0A9691F118E3334BE0C2BC574E00DDDD7354AEE5A78FB29 | sha512: C0F4D90AB1C919AB9EBFE791C178846C981065CC419A25E73ECC2F017B13BC23D550BA85CE8591EDF708D49AD1CCDBDC10E9BB9F7C1BCA5E356837F615CFDCF0
tools\irfanview_lang_japanese.zip
md5: D0468102DB1D80FABF9E1E7E853D4B95 | sha1: CA1553EBBD7A62AF8752AB65D28882B90E210A3C | sha256: 70220EB55F6858D408D8C8911AA3D6EE0F02AB71C72DF4F3434AB3C5C48F7470 | sha512: C96FC9C66832955710F7BA9259E7C58BF83A4B8024E59651293333688B221B748A856CD65FCE44B45309E387A25E862AA239D604AA9E2D698DBE4D19B0DE8C29
tools\irfanview_lang_korean.zip
md5: B0FA854583E74ABC2410F1391FA1233B | sha1: 12C7390A6197CB822342F80BB205EE036D4C26B6 | sha256: 6613B96B2ACC51F9CCCB3335DAFFCD7457FC5449F58EFBDD141BD50E9D7AEF90 | sha512: B81F6E30AC28262DDC03AD0D7DD22E6622A43E90094ED698FACF1894F6F9F75A5A8B66B65243D76B656A8B1F364D8BF4ABC8BDA22CB09B3D23310CDD9054DBB5
tools\irfanview_lang_latvian.zip
md5: 69921373D9316201289AB2290E7FC262 | sha1: D81FDD796D65BC1BD64A2A7B75B1C6FE28D5A7DB | sha256: D77BA24C1323BB28F12EA9DC0DA28660892769ED116DFD4D689DD94E24FB1655 | sha512: 31A8F40290A26CB40BD87C9624797D18CC045C7293D1C87A29771F21B56E21347AF7306941F044854961EA9B264F8AC9EA2820C709301DEAC2CFF8457963C9DA
tools\irfanview_lang_lithuanian.zip
md5: 8A101AD433F10032264D2A0E871C1C15 | sha1: 165245C3261E2451FDC5B8F1B899A2A0297702C1 | sha256: C3B8C66B3ABBF9CE9749C7E044152D4489ACA52DF390285008D77350CDFC8E50 | sha512: F8761EA03CF87F50C4ADB02A02EA8DEDE310F18825F4E8DE725F57E6E2995B2BB84E2B04C2EC6EADE3B174EBB9291522B281096BD8B0095CAA7FEF66018B69DC
tools\irfanview_lang_nederlands.zip
md5: 5A8EFADA266D6C14D9A64E614F564AA9 | sha1: 1585CBE153761C28B7CC0E378B0DAB67CDBAE38A | sha256: 3EB6475C5AF0E0CF8DC72C4C9E1A7BA5501B9AC68B699D0D7EC3D0A46B561BA9 | sha512: 5A031E761DB5972CF577749E03169F4A36A3C84A748A983E3799F9F880F0F753636A029502C8B7A0B9F913B2663C47E476FA248825A01888A91822B08570414A
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: 1CB128022B860D5B5F8211382212B44B | sha1: 07D677E090640C208EDEBA1872576472ED2B5FFA | sha256: DC898D0122B8FA6EC9E780B13477C46845721C976F91942222F3F646D2F96A8E | sha512: BCB0102261E8EBEACDDF16AD0714933E35BC5078C1CC951E0DC9ABF556EE023016D93DBADB0337435AB62E871237C0EC95C658CB76EF0A7F1CD254F0F236A9BB
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: C452F6F623C8C7925C8C64BA85EADC20 | sha1: 85B1D4ACBEE80CBFF44928C9BB82263616373EB2 | sha256: D0D3A910A389EA6851B41E9484B988C71B617273FD702667A7610EBF2065D802 | sha512: 95552036093DFE6168ACE6480637AE41D0EE6524A7B08DDE7B37EA6683E7BB6905B3E094E3D4CF9B4E8BDBCD68A717829B62B2B6C9AEBB5E545BDEE615602206
tools\irfanview_lang_slovenscina.zip
md5: F9E704BE656AD9C59B3FEBD30BCF7652 | sha1: 76C03BF1A0B2F8B6384A1DE6F733828C00D4F5BD | sha256: 3396CE3D91B1414D9C5C2B15FD9EF524FCD5FC65AE4B071F08AFDF0E27FCB7FC | sha512: 7E2E05031A37992B2B507BD2AE6E5FD33C32DD961F0B386486733AFDA2E584A48D0E12BEFD224882E7C194B0F6D24C9BD6FE43765FA6FE636A6A35E1936B49D0
tools\irfanview_lang_spanish.zip
md5: BE9CDB5E08056F866ECDA0091ACA2C5F | sha1: 3F1F4732CB0CDA689AD02A27EA15689AACB60580 | sha256: 018E9FCA0786D1F030B72E064EFDB24F27F2B8550135FCE81852873BE510B078 | sha512: CDB68165363EFF6B0EA58C2DE2C60CF5AD4A099467598A9D5C89F848FD36064C3975ADDB371098C2DEA2801ACC24FC48D28E6A94D553D116CA153F9468A06DB7
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.66.0 3787 Wednesday, December 27, 2023 Approved
IrfanView All Languages (Install) 4.62.0.20230706 5273 Thursday, July 6, 2023 Approved
IrfanView All Languages (Install) 4.62 3581 Saturday, December 10, 2022 Approved
IrfanView All Languages (Install) 4.60 3477 Friday, March 25, 2022 Approved
IrfanView All Languages (Install) 4.59 2355 Tuesday, December 14, 2021 Approved
IrfanView All Languages (Install) 4.56 1695 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