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:

21,506

Downloads of v 4.56:

1,695

Last Update:

26 May 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.56 | Updated: 26 May 2021

Downloads:

21,506

Downloads of v 4.56:

1,695

Maintainer(s):

Software Author(s):

  • Irfan Skiljan

IrfanView All Languages (Install) 4.56

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

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


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

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


package { 'irfanview-languages':
  ensure   => '4.56',
  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 flcdrg on 25 Jul 2021.

Description


choco://irfanview-languages

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


Available Available languages for version 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
  • Italian
  • Czech/Cesky
  • Slovak
  • Hungarian (help file included)
  • Slovenscina
  • 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_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_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: 0C77C058ECCAAE5E35C62B60DAA239FB | sha1: 3E1410CF91623157F59D77907A2B9DA18B5DCA36 | sha256: 69C1FBA7EA359C6A059EF3B754504ECDF813D895C0DEFD3F530CD6DB4168F987 | sha512: 5897F22C81C75B800FA922B554CACEDD5F9E2F57C9BB8C9CB942092C7EFF8D25FC9CAF780FB5DF0FBF53156D7370BBF6931712CE5B63B126D743D0E5D67F9448
tools\irfanview_lang_czech.zip
md5: 5EF289E71D446C4756D6C2F206BD46BB | sha1: 773E9C53EC8DFF4520360786C3BA3A2A588028D5 | sha256: 2C61C30B2B6FEA4CE8F5937CE392DE7991C0D5C881150101F75A4686CCC18944 | sha512: A0E9615DE1234F149DDF4B9CE3DAE7B206E129B8EAEFB59E24934457D4648F6CFDFC544964433F1797CB963E2958C670B7AD2D9128CD1CA50F39D7637C77DEB3
tools\irfanview_lang_deutsch.zip
md5: 3C2FFDCB6AF54A19DFBCE99577A6D860 | sha1: B9BDA107DD28C40A1571B304A1F7CE5DAE5DBE6D | sha256: 88027483B430D79C53CA5A403135D9FA6EF8A10216FCBDD9D803383E8EA31D4B | sha512: C078412BFB98FC2FD7BEEBECF5C3B7DB656F0AFA2B704DA314F36E4E41B9886482D6D23511D98D8BE23226AE219757059B8C51708932EBD998088BF7B6E2CC43
tools\irfanview_lang_estonian.zip
md5: DC43DB881BD8FC90E4DABD3BC39A3D80 | sha1: B61F78D9F717203C60DF18079BFD94DBFBD0468C | sha256: CA33868A186B866B8F94B9CCC41B03629EFC25B08A7C1322A0AE23F05D5A35EE | sha512: 8E3C5E86F105F50B4397C87E6C8ACC19892FCB68E7603BA046EDE24729FCC43CA25B9D14BDB794EBC7A898A97E58504A71DDD533E22C5B7EB3A076F9EF6FAF14
tools\irfanview_lang_french.zip
md5: CBEF9BA4965AC99F7E867A5B496F6FF9 | sha1: CDBD5D08E8890A870BE23E17F04999422EDD5E1F | sha256: 987AB8B4C08CB54126D7209E4840A0F73A31368496D13C49F0145A5708A25F28 | sha512: 0A42EEAE00824563010C843B2867DDC58A1DDD58FC2ED140782EDEAA9E7822CDE7F1F6BD9A9FA7329F9AE26BC6118F74057214A168277709768811DC9E93EC96
tools\irfanview_lang_hungarian.zip
md5: A5BE030AD99719E288E3B2331E74DF1C | sha1: 12E87F46E2253AC04107CF64728D042BF2306CD4 | sha256: DE891D3F72137A84B645B7BE04BA5394BC21A3B5B484C5E63DC7A3D10A57E6E6 | sha512: F2D8AC437A6D829CD9AD9BACDBAFF7AAEE8F4B06AF2963B4FFF6BFAB12D75B88FF2FB560B4EA117DA092661184A88914BEFD32ED8A5D924733E7B110E96B8F0D
tools\irfanview_lang_italian.zip
md5: 6B9C076261D9615E0476BB12377CEBC5 | sha1: 29E3093F409EA6507A247F8711BADDA392F58841 | sha256: E3B49C6CC11FDEE70190D5609818CF30657395254206DC75B4E8BF8D7263761B | sha512: 707FCECDECB96E4137D10D3C6797DE2AA68AD71C8E21D651B19EC6528952E3D1289F3A4D65F40DEFC70DB1F8A3E7F3BDD67D1ADDC6A7ECCC9E417CF13712D087
tools\irfanview_lang_japanese.zip
md5: 02FDDC3B99C2BA6D3AB09C76B9D66FBE | sha1: 9E50F622263F1465A9879323BD071F52E78059FC | sha256: 46F4C5C5D728A2A9950808232CC5D01A13F96843CB26EEA0A1AAE7C1D3D303B8 | sha512: CEAE5E65D8BD061977A19BB4D80C8D43F4058ABDA07EAAB507026881F3702E0059E1191F914CF888B2B950D4906BEF76B430D471D88C75B64940722569B74AF1
tools\irfanview_lang_nederlands.zip
md5: 92AAFA8FFFD527324ADEBEA1BD645B0A | sha1: 03F84A24C04E15A71B9EF9EF25A9446E7B67AEE7 | sha256: 0E24FFEB2576AF51AFB31BF925B5989FEC859ED0FE9DC3E5DD84BDFD769DED2C | sha512: 6B8D1D5516525DF6A3D5C61DA4492ECFF2E5DBAC2FE18C84508BDA0C67ADE11D8E3F234F3140C5798D9DEB786AB9EEDA846F5A5F9786D67ECE9FF92CB11C61A9
tools\irfanview_lang_polski.zip
md5: 0F767508F6F6278C27AA09AF1496351C | sha1: 2261B02478806FE080CCF3D08DDFC30725CAE65D | sha256: F3D3A026118C3DA5ED6EC185BB43B77287987E9A08F1FE30E2DD4591ACDBE7C6 | sha512: 3ECCB87F70D81500D7B81519560A8542546777265AA86FFBF3AF2AFCC41203B354D4D7D0AB1A3096EFE7C01E7976D499830CAD6808904C2529EEB6C6DFF92BD2
tools\irfanview_lang_portugues-brasil.zip
md5: A959C79D1788AF96A49307DFEFEAEC1C | sha1: 3EAC067F6A3B751764AC2FFC16FA04D59115075E | sha256: EAA77CF9E07588529185E968D114981DE2901AFE2FC17433B3DB14D5A1605138 | sha512: 5100B55FE2567FA0E7402D8E6D47F8BBEC1E1D187C62B5B54ACBC20292150CC25B7DD9AA4272EC470FE84E669ED4C06AEADAC10157F2FE63A3B9DC5B6B820EC7
tools\irfanview_lang_portuguese.zip
md5: D71B5FA4020BCC3653B00C57B4105E07 | sha1: 3CC87CAE2E8BFECF90501434E821A82D47905EB7 | sha256: 35BFBD19B6F2220D3741A7E541EFA6BFDFEF0804F5D063B35202029A55639EDA | sha512: 08885131DEC3794324EE115A2789B2BFD1181C49BC89450A72A92A156076A4EDCCB6D3EAE9F7BF21D0D95E301ED1A8FA7136AEEFD4EF27ACD77B2EFD5AEDDD00
tools\irfanview_lang_russian.zip
md5: CA9CF9429A68AA76931B64BC58A46D8F | sha1: 9E90881DED82E93AEA3FC4F3A4E0B0D069318405 | sha256: E2CFACFC486857FCF64B454A11909834C7EF06986FAD04792BBC3B4700C34332 | sha512: AFA741D8F93DC7F3202E727CC41D044F75922EC62049EC16177C57C72D792238AAC103D23D9B0E548BF5177E3879B87889463E1D0E39E4972C7E841B61C62C8F
tools\irfanview_lang_slovak.zip
md5: 69898FE436B331E31944E60FE54853A8 | sha1: C3367805E009826BD33E9819035F74357505776E | sha256: C2C64F33B7FBF101D5F906A99A7BF30405BE55DCCDF371B8EF5CB6489688C644 | sha512: FD0125BCAE876BBBF10C9CE5D0B8BD117430C0D2B09BC928CED548BDA970226327E1414354623CD3E5293E02A33D6C5FC461FF89C3E854294DE9D4F9CD4B0A75
tools\irfanview_lang_slovenscina.zip
md5: E780C6EBABFFDA693BBF9A3976B7F7DF | sha1: DC429C0A78A2202CC55773DFF7C7FE62C2A34DEE | sha256: D6588DF7C53D57347D572468A06EA457510AB43DD8CCD9EF4D61FD1300EEDFBA | sha512: 77F1708E090B816E3B0B9B0989CFFD32150CA92B5191F9E2F2D2F812E6F7662D7BE657260017485702A9B0A38521A0065E5568E181B756A8CCAE20029692D52E
tools\irfanview_lang_spanish.zip
md5: F2C74A1E01E6C195A31D67415AC6EF1D | sha1: D8257A36FF6ABE68A9FC0CE117DE32235BD02899 | sha256: 857D86C71C1F7FC46672F8E80E8AFE17A210260A38982E68444E974265AD8B21 | sha512: B02FC34788F2C724FF8E06E91086CCC2A5285AC60B666E818F455C0CED423673B6645142B7DC3FC1EBE26A05134EB9E21B14F7B0B618E4AC6F160C8120C604AD
tools\irfanview_lang_ukrainian.zip
md5: 974F7DF158ABCBF5E2B77C69D29BF562 | sha1: 0ECE3F4D88FA583EF1F931C3D60B4870A930F79D | sha256: FB5C90FDEE3645381293CBCFB890EA7AFCA5366BA7E1572B6241E751769FF34F | sha512: 3E0E9A65D2FAAAC1D05CD624BB460ED3DE6C026F28E68D13AD62D45AB974C82EDBC9B8CE78CF7DB56DE5E7888D096ABA3928274C8D93E37D54E2026F51D088BF
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 3792 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 3478 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