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:

22,194

Downloads of v 4.59:

2,357

Last Update:

14 Dec 2021

Package Maintainer(s):

Software Author(s):

  • Irfan Skiljan

Tags:

irfanview image photo viewer languages binary embedded

IrfanView All Languages (Install)

This is not the latest version of IrfanView All Languages (Install) available.

  • 1
  • 2
  • 3

4.59 | Updated: 14 Dec 2021

Downloads:

22,194

Downloads of v 4.59:

2,357

Maintainer(s):

Software Author(s):

  • Irfan Skiljan

IrfanView All Languages (Install) 4.59

This is not the latest version of IrfanView All Languages (Install) available.

  • 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'" --version="'4.59'" [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'" --version="'4.59'" 
$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.59'
    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.59'
end

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


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

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


package { 'irfanview-languages':
  ensure   => '4.59',
  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 04 Jan 2022.

Description


choco://irfanview-languages

To use choco:// protocol URLs, install (unofficial) choco:// Protocol support


Available Available languages for version 4.59 (and 4.58, 4.57 and 4.56):

  • English (always included)
  • Deutsch/German (schon integriert, hier die deutsche Hilfe-Datei)
  • French
  • Chinese
  • Russian (help file included) (also contains translated PlugIns)
  • Japanese (help file included)
  • Spanish
  • Portugues-Brasil (help file included)
  • Nederlands
  • Polski (help file included)
  • Ukrainian
  • Portuguese
  • Finnish
  • Italian
  • Czech/Cesky
  • Slovak
  • Hungarian (help file included)
  • Slovenscina
  • Arabic
  • Estonian

PACKAGE NOTES


Click here to Patreon-ize the package maintainer.



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

#TDL - add package parameter to select individual language

if (Test-Path $env:ProgramFiles\IrfanView\Languages) {
	Get-ChocolateyUnzip -FileFullPath "$toolsDir\irfanview_lang_arabic.zip" -Destination $env:ProgramFiles\IrfanView\Languages
	Get-ChocolateyUnzip -FileFullPath "$toolsDir\irfanview_lang_chinese.zip" -Destination $env:ProgramFiles\IrfanView\Languages
	Get-ChocolateyUnzip -FileFullPath "$toolsDir\irfanview_lang_czech.zip" -Destination $env:ProgramFiles\IrfanView\Languages
	Get-ChocolateyUnzip -FileFullPath "$toolsDir\irfanview_lang_deutsch.zip" -Destination $env:ProgramFiles\IrfanView
	Get-ChocolateyUnzip -FileFullPath "$toolsDir\irfanview_lang_estonian.zip" -Destination $env:ProgramFiles\IrfanView\Languages
	Get-ChocolateyUnzip -FileFullPath "$toolsDir\irfanview_lang_finnish.zip" -Destination $env:ProgramFiles\IrfanView\Languages
	Get-ChocolateyUnzip -FileFullPath "$toolsDir\irfanview_lang_french.zip" -Destination $env:ProgramFiles\IrfanView\Languages
	Get-ChocolateyUnzip -FileFullPath "$toolsDir\irfanview_lang_hungarian.zip" -Destination $env:ProgramFiles\IrfanView
	Get-ChocolateyUnzip -FileFullPath "$toolsDir\irfanview_lang_italian.zip" -Destination $env:ProgramFiles\IrfanView\Languages
	Get-ChocolateyUnzip -FileFullPath "$toolsDir\irfanview_lang_japanese.zip" -Destination $env:ProgramFiles\IrfanView
	Get-ChocolateyUnzip -FileFullPath "$toolsDir\irfanview_lang_nederlands.zip" -Destination $env:ProgramFiles\IrfanView\Languages
	Get-ChocolateyUnzip -FileFullPath "$toolsDir\irfanview_lang_polski.zip" -Destination $env:ProgramFiles\IrfanView\Languages
	Get-ChocolateyUnzip -FileFullPath "$toolsDir\irfanview_lang_portugues-brasil.zip" -Destination $env:ProgramFiles\IrfanView
	Get-ChocolateyUnzip -FileFullPath "$toolsDir\irfanview_lang_portuguese.zip" -Destination $env:ProgramFiles\IrfanView\Languages
	Get-ChocolateyUnzip -FileFullPath "$toolsDir\irfanview_lang_russian.zip" -Destination $env:ProgramFiles\IrfanView
	Get-ChocolateyUnzip -FileFullPath "$toolsDir\irfanview_lang_slovak.zip" -Destination $env:ProgramFiles\IrfanView\Languages
	Get-ChocolateyUnzip -FileFullPath "$toolsDir\irfanview_lang_slovenscina.zip" -Destination $env:ProgramFiles\IrfanView\Languages
	Get-ChocolateyUnzip -FileFullPath "$toolsDir\irfanview_lang_spanish.zip" -Destination $env:ProgramFiles\IrfanView\Languages
	Get-ChocolateyUnzip -FileFullPath "$toolsDir\irfanview_lang_ukrainian.zip" -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_chinese.zip
md5: C41016A2A5ACD473B805D37B613DC11C | sha1: D8FBF90C7F91667FEDA96A6A0BCD08A4E32C509E | sha256: A7162344501768DFCF9B615B7197CFDDDABB64316D40196515112CFE579AE9A2 | sha512: 92B42F8A31871AE0E9B24FEDA13121710F239B00890B032D2AFC1EBBC5DDC2A146140745173E9C2321EAE149D7E733A9C3E9AEFC6F1DCE4D4618775B93EC5329
tools\irfanview_lang_czech.zip
md5: 39D8FC41FE9145B254A16E267810C221 | sha1: 1F882ECEDD974ADF747E483AA0E1523D749971B5 | sha256: FBA512E95F0563591830475E076742E113CF269310362094CC28EBD6BD5B398D | sha512: 6FBB32CE15276FD864D91A8D2016B36EF48189E0048D03E57A46EB1801968EA7AF5AC6BD242F66DB81FCCA2B0518D5CBCCA8DD02F6E008BFEE836EDCA92761C4
tools\irfanview_lang_deutsch.zip
md5: 4763B57318981C36E6C6E680BAD4B5D5 | sha1: 0D1526D3A545539B2D0F57727BE30BFFD901F692 | sha256: 64F04757D724A8DC9A6601303D944057202B4969DEE9F6C13ACE1123B6994C9C | sha512: CB43FE8A26EF0011C4EAB22B97B6746B42FA6A387A5F44667ACAD5218CA6CC65ABB6555DF4BDA23AB3DA66E282C4AC5F4508D4C5B667875F7D00443A46538231
tools\irfanview_lang_estonian.zip
md5: 3D77477F1581090570EDAA51B89B3DE5 | sha1: 6FDBC804389D2450961D95131C57E63C379F517C | sha256: 72731745BB9A05877D2C2FE436B6B2A0F96A638E144A2E9A5A8B2FA887E5DCE8 | sha512: 7BF58BE1D3D1BBF879FA6CFE5F88F9C2F381D18A35564153D29837BD7D1792615B25490075518AAC6F0A5C012A8DD90C9460CE5C47259C9A7DE8937258DEA8D9
tools\irfanview_lang_finnish.zip
md5: 6A30005A9E6298C80C4ACDB5DA93948E | sha1: F11770D57D3998CA143EFDB7309ED28D37BE481D | sha256: 271F105662F74C1C6151E56F5662842DD10DC2ED51668A935308723C9EB2CDCC | sha512: 8B4F7592C92FCC6D1F31699768BB39F60C117D4DE7AB72BDBB1487EE0740D79A440A987A7437B05FF3FCBB896828A49308F229CA7C16EF690F570CA051F5883F
tools\irfanview_lang_french.zip
md5: 2705D1135A7D913BC9B0D3DB518F82A1 | sha1: 39ACCEDE2BF54298834F9EACEA9A629E1CD5B0D8 | sha256: 62905B082931910784E411C2DE246322214786BDDC370DC421F401C9FEDAE696 | sha512: 10EE55505042D082FFCF31DC91D15C331E5D13AA14C42BD0BBFFC4F85ACC0A4B9A676425C1161D14DD428B8CA45DCD79E4FE9E904270B870CF8940F8FD887BA0
tools\irfanview_lang_hungarian.zip
md5: 7FCD617BCC8D51A3A151E151494F1AAF | sha1: E0B8A63F7EB6B1499DCF56E0A2A2CDFB6967E433 | sha256: 0F4669B99AFB12962D9D6F1041326EE157EEFD2B13A7E1849DF5D52427BD7581 | sha512: 8D87C9AB0ADD9466FC5938F5C3112FABDFCD5406984465C55B50A6E9838122E8B0E7AA6ABEDC18D63B8B2E012E43DE4476B7EBC2D88E51E7E155BC17808C4E3B
tools\irfanview_lang_italian.zip
md5: ECAC9CDC053B9F56B0D8AEE92E16E707 | sha1: 02E1C9E2B1F77FF3EDEA10DA385E51A3B43BFBF7 | sha256: 27C69D931FF7CD0D16D10989F8DEEE8162847FFF3B25DD4B37C76A6AA1ED4C9C | sha512: FBAB74A4B9800038B10CE3D7AFEAEA8FEF76DF95B00A181C516986B3E69EE1843DCD8EF5CA429FB443756C8DAF854694B555FE9D9C68B93F9F42684160D798D6
tools\irfanview_lang_japanese.zip
md5: 772238198FBFE5C91CF0FB3A36CBE170 | sha1: A9884087F81D580A9A42892086C30C0E2968DBAC | sha256: 18052C304273882E5D0A04D92C3856691362A591011AC26589D410F6B48A9427 | sha512: FA53934B195003ACABE5DC997CE4870B0F7DFA27CE4140017BF8FB6BACE43BD456E177C8A989615412BC776B16039660E2400298010098C67759584014CC7B26
tools\irfanview_lang_nederlands.zip
md5: 23607AA57E3700FDABF49A2D2F4E304A | sha1: 7443455AAC0CF5C0C14EE640B8A8BBE1F7AF0545 | sha256: A62472E03AA3E1745700A02BED962ADA3115BD90C0CEB244239385331FA41D28 | sha512: 7EFD9D2A364D5201811BC0151180168317693C9D17017C22A7BFAA444EA9F1C41F968614D46A7D05E2B4C3F5E1F81849FCCA586CA2E60261A5C0E613FB5F82D2
tools\irfanview_lang_polski.zip
md5: 86BACA43F98FB0E5F5AE71E1B7CC243E | sha1: 28713B9DA1EF52C032363943105E60EF35FEBE63 | sha256: CB6F856EAA91A29D624D736C9E10AC67342C9BDF992E4187D590025A91899090 | sha512: 09D8A43A99EFA0696BEF85E727D137A01C63FC4E07B640A70D9666573D931E907DE55617E58C3F11A9017506066E7D6B41763F7A954E2FEB94FE024AEEFC75C1
tools\irfanview_lang_portugues-brasil.zip
md5: 6E1074B6AD4D3EBBD7D58AB1D93672FD | sha1: 1AF8169A88D0B04339026937E150C8147E729F10 | sha256: 3E42C4B7B35957C31606C01271C580CB3646C31B9E0D69C0E1080FF3150CEE7A | sha512: 8A6D638F0BB60FB9471E38C8F16C46CAA274575280585EB786D4E2DBF26A03FA767FFED2612BB39D6A6D9090317BF1BA439F5E3A8F4DE0221A1E49666E89807E
tools\irfanview_lang_portuguese.zip
md5: F5DA6429A534AFEF1AC12A2C975EBE0D | sha1: 142BEACC095778E525FC80FB24A44D93D870B580 | sha256: 7CA0590952C66E77DD2510F4DBD9701A7C779C7F4317FF66926F0E9527D5B371 | sha512: E5B59DFE155E62710932E9A7B7015CB966368A19120E9962224B7B816AF4649D22F36E9411AA0FA14615EC6987DD9DC4E1B8ECB05563BA979DC64FD76F3976DC
tools\irfanview_lang_russian.zip
md5: EA27C9CCFAD1B027E0CCB12333ADD565 | sha1: 58C3189EB4091CB55E510AFE8F99D6EFA2BFBD82 | sha256: 4F127D48A070A71EC53F49EAA161E952557DEC0D67069F00A2A0EAE55BD8C8D7 | sha512: B4E3C12EE90E31171DBD738749B8812D5865E7E069D04C6D1A338E85FA85CCCA431484ACFE3F9FACA3B33DA31D477A4573A04D5BB32A1327BD40821BEC505CE1
tools\irfanview_lang_slovak.zip
md5: ED110ED4EE3721DA14B4B8038CFF34E3 | sha1: 1EE4345DDC6803532F6D5DEF148BB40D553A4F39 | sha256: F6C8CA243B245A8AF0F74ACA1EC09798E828157C48F7B2BB206BB0B1137A0115 | sha512: F02AACAF24E62298851241C886B6BC7E7E7D6D4852138F6A8BA99F499308A13420214158411012EDEB1C391BAC12CE0E4EE575632F06AD99F615C66D6FB8CA90
tools\irfanview_lang_slovenscina.zip
md5: F9E704BE656AD9C59B3FEBD30BCF7652 | sha1: 76C03BF1A0B2F8B6384A1DE6F733828C00D4F5BD | sha256: 3396CE3D91B1414D9C5C2B15FD9EF524FCD5FC65AE4B071F08AFDF0E27FCB7FC | sha512: 7E2E05031A37992B2B507BD2AE6E5FD33C32DD961F0B386486733AFDA2E584A48D0E12BEFD224882E7C194B0F6D24C9BD6FE43765FA6FE636A6A35E1936B49D0
tools\irfanview_lang_spanish.zip
md5: A89A164E6682D32FFB14402A4E560757 | sha1: 611F3496855A9D12385971918CBE3D011AE393F6 | sha256: 12280E068715D706B1383A0EFA33B535935253098C60B4E3486647DD034A3ECE | sha512: 88D0FD709EA24F7AA50A85D2B1B9C22126FF4F0251DFD0BC6220A057AF8BCD816842CA3DF6CFA6A0F31590B974A4C2D9A77C43A06BCAFB70F24990B64C031296
tools\irfanview_lang_ukrainian.zip
md5: 412DC456A2DBF435ECA4B785FF9814A5 | sha1: 54D8BC02B1AA77E79F5FF9030444F8A54293E8C0 | sha256: A15EB8B8FFB62A5437BE50D6C263152216ED83CB69E28122585ABD9D5945216E | sha512: 8B8BC563EF0602FE901AA5F93EA076AB15D7EB24C3446EA700DA8CDD2BA819364B4A8BE7D4CE1077A37AC1BE9C9EA9E98754166C9F5E1599A28D0C028B4F873C
tools\LICENSE.txt
==================== irfanView All Plugins ====================

IrfanView's webpage at http://www.irfanview.com/ defines the license as "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License."

From: http://creativecommons.org/licenses/by-sa/4.0/

LICENSE

You are free to:

Share — copy and redistribute the material in any medium or format
Adapt — remix, transform, and build upon the material
for any purpose, even commercially.
The licensor cannot revoke these freedoms as long as you follow the license terms.

==================== irfanView All Plugins ====================
tools\VERIFICATION.txt
==================== irfanView Additional Languages ====================

Binaries included in this package were downloaded by the packager, bcurran3,
from https://www.irfanview.com/languages.htm

==================== irfanView Additional Languages ====================

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 3796 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 3583 Saturday, December 10, 2022 Approved
IrfanView All Languages (Install) 4.60 3479 Friday, March 25, 2022 Approved
IrfanView All Languages (Install) 4.59 2357 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