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,187

Downloads of v 4.62.0.20230706:

5,273

Last Update:

06 Jul 2023

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.62.0.20230706 | Updated: 06 Jul 2023

Downloads:

22,187

Downloads of v 4.62.0.20230706:

5,273

Maintainer(s):

Software Author(s):

  • Irfan Skiljan

IrfanView All Languages (Install) 4.62.0.20230706

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.62.0.20230706'" [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.62.0.20230706'" 
$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.62.0.20230706'
    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.62.0.20230706'
end

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


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

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


package { 'irfanview-languages':
  ensure   => '4.62.0.20230706',
  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 19 Jul 2023.

Description


choco://irfanview-languages

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


Available languages for version 4.60::

  • 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
  • Bulgarian

PACKAGE NOTES


Click here to Patreon-ize the package maintainer.



tools\irfanview_lang_bulgarian.zip
md5: 70095BFCB8C8AB52808B2DC45B70CACE | sha1: E7B508D536377C677F1F718FF95B3AC2087DF899 | sha256: ECE99EA7BEA81B50E9DA72D8470777808069F3B52653CA27AD55983040D2423E | sha512: 404C46CFB4F56802BE1586DF99F43837B078F8BB6D440333A70F50408FCFC3A7ED5A6B23F19BF2B4A85DB9475910BA049B93467404BBEA6B8C9CA456223D2758
tools\irfanview_lang_czech.zip
md5: 39D8FC41FE9145B254A16E267810C221 | sha1: 1F882ECEDD974ADF747E483AA0E1523D749971B5 | sha256: FBA512E95F0563591830475E076742E113CF269310362094CC28EBD6BD5B398D | sha512: 6FBB32CE15276FD864D91A8D2016B36EF48189E0048D03E57A46EB1801968EA7AF5AC6BD242F66DB81FCCA2B0518D5CBCCA8DD02F6E008BFEE836EDCA92761C4
tools\irfanview_lang_estonian.zip
md5: 3D77477F1581090570EDAA51B89B3DE5 | sha1: 6FDBC804389D2450961D95131C57E63C379F517C | sha256: 72731745BB9A05877D2C2FE436B6B2A0F96A638E144A2E9A5A8B2FA887E5DCE8 | sha512: 7BF58BE1D3D1BBF879FA6CFE5F88F9C2F381D18A35564153D29837BD7D1792615B25490075518AAC6F0A5C012A8DD90C9460CE5C47259C9A7DE8937258DEA8D9
tools\irfanview_lang_french.zip
md5: 246D2081FD9041ACE47E12BAC936A9EA | sha1: 4F7CAAF559CF0C89B167D0563B92A8891DE7A35B | sha256: 543761853B2329BF99BDA06ED492213082B4E6B2B7900BDA1304C29229234AC4 | sha512: AEF1F6D14C1F871E3399CE9A244616B77A30977681236FBC462E2AB614ACC23DA2043BEEDD8961D3840AE2FB0C0B21C160EC2BB8CF2E517225007A54C3A07730
tools\irfanview_lang_italian.zip
md5: 4CAD220331CCA051F518B4CCA76C5F31 | sha1: FDE228C83854CE63F13492391EFABD27E9EF0E83 | sha256: BDA6D3D013A880F97F5AA0CE3F43635A5D48815077665EA32D423A5BE9AF1979 | sha512: A3F9E6B8F4ECEF284CEDDCCCD51FF8E3DA8DE990FB939314DCDD6A8CF4387AF75FEDF4BF792F1BC0EB17A3142CE25FE292ABE098CB177BF52CC16B211520783E
tools\irfanview_lang_nederlands.zip
md5: 23607AA57E3700FDABF49A2D2F4E304A | sha1: 7443455AAC0CF5C0C14EE640B8A8BBE1F7AF0545 | sha256: A62472E03AA3E1745700A02BED962ADA3115BD90C0CEB244239385331FA41D28 | sha512: 7EFD9D2A364D5201811BC0151180168317693C9D17017C22A7BFAA444EA9F1C41F968614D46A7D05E2B4C3F5E1F81849FCCA586CA2E60261A5C0E613FB5F82D2
tools\irfanview_lang_portugues-brasil.zip
md5: A2B6BB94AA4B41A6C29D043977EE9272 | sha1: 83B8F2BEFF9DB91E78BCAD284350B30823AFA3A6 | sha256: 8B0CDDB80011F6A1BC770EEF7BB67EA8CC5C7E25CA20FF1607C8931FEAD86CD4 | sha512: FD13AEE379595E90F49F86EB34F7B5EAF4DF6CB8BF5CD1E347CFBA4F1006D38F51B83C9D799DE6F751B51F431BB0AC978718FE712F8AD372A2997E3C4193C8C8
tools\irfanview_lang_portuguese.zip
md5: 5C60E17B18906C93EB45EBDA94083C08 | sha1: 509BF0D711E9BF9B2F3F913A03D3C8CA3AA16422 | sha256: 775CFC41CFADDA1942E6767132862F118E937AEDCF1D939E3921DC8FB34E8CBF | sha512: 254E58798047C46CEBF63760A94C9BCCF67BA020293E6A9C8F7CFF364F361574567307E79844CE48F0EB089A49B9B0377587477D2BB1A5ACC7BBA07687EFA9DF
tools\irfanview_lang_russian.zip
md5: EF5380486809B47C9D71C1626CC445D9 | sha1: C1FA93206A015ECD4780804CDBC98C21058DEBD1 | sha256: 735B061615AC29BFD2E8466FB92AAAC87D7027D8ABB3509F43D0BE5B5CC18C98 | sha512: A178F0D01490AB45924F6E08D38A93416C9AEFBF8B859EFE1612D7D36053F9A2D8AA787950E0BC45054EC270FC4BAD3D23FA17A940956C223890AB958BC73774
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: 66725F69132D91D4A34523805FD10AD4 | sha1: 6056EDAF560154A37B5BF1671888FD5A1BAAF421 | sha256: AC1F5D7BA7F4C4674ABD0FFEC5392419F81F3FB3167D48E7FFCB9E6C2B09D01C | sha512: 23169C15605BFA11D04EBA2327200A8239727374629E9AB8A634159EE9B83B64588150C42459A3A3EF6F626F59387A6CAE0DB05D59F98BE427B1376D2592FAB1
tools\irfanview_lang_ukrainian.zip
md5: B6487E9A18303B79D462BF3D54721499 | sha1: A10ADA0D0668F4510C71B931B840A054EA96FAB1 | sha256: C226A2694BB239983285B327B9D8A5F357C9E8BEDCF77CC533E0CC8B6277FEE4 | sha512: 0D3B5BA01A3EFF2C3AF9D488596F18B3BB34ADF2C45EF886FF867AFB7D26F7DDFB51850F5D6F22165507773BDF25073695FE4A25FC6323D1B8CB7F0BC2B589B4
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 ====================
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_chinese.zip
md5: 9347CB90EDD0153954359781595C4864 | sha1: 06032D2E3020E0D6A0E15754D5B8ED0D169639EC | sha256: 5280B54C7DBFFA556D7B01B7C1C25B9344B168168D1DF308060C9B8893D5F9D3 | sha512: F0F2C00F846B7DEA1391465532B3D166029DEF06AF8E0AC4DEBC87525A595F19490D674522A627B715873F5A2F22DC9CF1666D8B7011F35D2D9CBF378DC91AC0
tools\irfanview_lang_deutsch.zip
md5: 536924EE486CEC93A61A64D47D8948EA | sha1: 83376C6583035BB1CCF907E3B200047F849FDC76 | sha256: FB6A86418DD3254F7D9C9B497D273014ECDB4BB890250656BBEAEA784C1C41E5 | sha512: 5609C28282E4AF2204E3F4790883762D6305997A69BE09AE1FEBAF6A57D7A8A78122C3E314CFD6F292B9890CD9A4FE7F19405A5193D35BAEB9F4345535ABEED8
tools\irfanview_lang_finnish.zip
md5: 6A30005A9E6298C80C4ACDB5DA93948E | sha1: F11770D57D3998CA143EFDB7309ED28D37BE481D | sha256: 271F105662F74C1C6151E56F5662842DD10DC2ED51668A935308723C9EB2CDCC | sha512: 8B4F7592C92FCC6D1F31699768BB39F60C117D4DE7AB72BDBB1487EE0740D79A440A987A7437B05FF3FCBB896828A49308F229CA7C16EF690F570CA051F5883F
tools\irfanview_lang_hungarian.zip
md5: 7FCD617BCC8D51A3A151E151494F1AAF | sha1: E0B8A63F7EB6B1499DCF56E0A2A2CDFB6967E433 | sha256: 0F4669B99AFB12962D9D6F1041326EE157EEFD2B13A7E1849DF5D52427BD7581 | sha512: 8D87C9AB0ADD9466FC5938F5C3112FABDFCD5406984465C55B50A6E9838122E8B0E7AA6ABEDC18D63B8B2E012E43DE4476B7EBC2D88E51E7E155BC17808C4E3B
tools\irfanview_lang_japanese.zip
md5: 772238198FBFE5C91CF0FB3A36CBE170 | sha1: A9884087F81D580A9A42892086C30C0E2968DBAC | sha256: 18052C304273882E5D0A04D92C3856691362A591011AC26589D410F6B48A9427 | sha512: FA53934B195003ACABE5DC997CE4870B0F7DFA27CE4140017BF8FB6BACE43BD456E177C8A989615412BC776B16039660E2400298010098C67759584014CC7B26
tools\irfanview_lang_polski.zip
md5: 86BACA43F98FB0E5F5AE71E1B7CC243E | sha1: 28713B9DA1EF52C032363943105E60EF35FEBE63 | sha256: CB6F856EAA91A29D624D736C9E10AC67342C9BDF992E4187D590025A91899090 | sha512: 09D8A43A99EFA0696BEF85E727D137A01C63FC4E07B640A70D9666573D931E907DE55617E58C3F11A9017506066E7D6B41763F7A954E2FEB94FE024AEEFC75C1
tools\irfanview_lang_arabic.zip
md5: 1ECE6E4F4E34152D02209730F205CAF3 | sha1: B881AD989C3954E8F3281487EB8DA924D383AB1B | sha256: 4DDF76C7A65C8BEA08B013F2C31624009981C33A8DA56AB775343730CAD80C91 | sha512: D814CF164B1B4D46A3B99B77732CDE2D30044798F29E6390A990090C9446DB7125F4A347921AA2F8B40B9CD6493FD5D480A281F4B7CF97916B7D831FB2E45C24

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