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

Downloads of v 4.66.0:

3,795

Last Update:

27 Dec 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.66.0 | Updated: 27 Dec 2023

Downloads:

21,693

Downloads of v 4.66.0:

3,795

Maintainer(s):

Software Author(s):

  • Irfan Skiljan

IrfanView All Languages (Install) 4.66.0

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

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


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

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


package { 'irfanview-languages':
  ensure   => '4.66.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 28 Dec 2023.

Description


choco://irfanview-languages

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


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.)

PACKAGE NOTES


Click here to Patreon-ize the package maintainer.



tools\irfanview_lang_catalan.zip
md5: D567803D15479CE023F0172806C730F9 | sha1: 8D9757E021098880B45822C0AEF763BD851C7113 | sha256: 6BF6369AB789E109DA0B5EAF2348E7CE6871A350FF9530F35308040EAF440900 | sha512: 94EF93B83C99625B02E49D9D8A7E0612032A53EC80C860EC4A2412EDE29C861EB898D7C9E99994E45F63C410A34A86D2F46B83D80FBF5E49A52AB53B0B76FD64
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-Childitem $toolsDir\*.zip | % {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_chinese.zip
md5: CF5889A52D44C56A4769685BAA169C3F | sha1: 66CDD945AF1B057E1FE8760DAC3D3A456BA2CEE0 | sha256: 93DDDCE79B02293D2F8225B25E966F8D8A69FDB6135EA2C664739AD63C11B642 | sha512: E0820FC0F9FEBC7995EC95E80532F16B427EAC0F3850FA845F190780E39CDEDD81A449EFCAA53E318DD592E2F9664F881BF9CF8E3039EB27E15FF1D12DB394A8
tools\irfanview_lang_dansk.zip
md5: 4E0D40FBEC95836E00CB53022416C96E | sha1: 8CA6B872D9DA87FECC521338BA7657D2FB7D3D1B | sha256: D087805830513659ADB9FF30A3E0F238EA5A6555479106F4E4C5F1B24AE25617 | sha512: 4756EF346AB7D6BEB43A09E92261015E96854569DDA1EE966ABB9445C4E932B1E3E14933AA9E65B77EB2B09450172DEB1E3CCBECBBAB2E5E225100E4EA63ED12
tools\irfanview_lang_estonian.zip
md5: D138C19A82F6E6606B2AC65037729698 | sha1: E5E94166CF093B980C8E9836574CDAFF0CA8B401 | sha256: E7AE8A994094C092E85A9EC24F110FB22A4469F0B8DDB1868149B164FA1A9229 | sha512: F3875C8760E63954E6CD8F6BFC21B46BAABC1FBF6EB3DF0167E4942A848C57C15D5683D74CEEFFF89B61BBCA98FFC720E0B2FD1FB73F3F7848B4673D0B166C8F
tools\irfanview_lang_french.zip
md5: 7EFBF26B8C7870FB1090F88DEF0185E9 | sha1: BF5E49E812337F7FB4A3288BC9067B6E1C4B1749 | sha256: 7A7304F13D9EDC8A8865C3C3FC0727FAF77FAF6F42A2725C0C33FC548F741A28 | sha512: 526B8E94395BF76FB2687132520E71380F50516145EEC66A53568DBD75542F43B874DA0309ECC86D464A88D44D250074084A42A10DDF94B27780D27C768B90E4
tools\irfanview_lang_hungarian.zip
md5: E6F439DEB79EE7673D48C709B5293FE8 | sha1: 9F4088A202FEF26C3A90B4C1F058A9BFDE32C42C | sha256: 71D75229ED1591912AC3EDB0FBCC1C18AA75F1B407F8E3F80820A08DAACFF069 | sha512: 8C8DACA70A8AC59F19C65A634B1E5153B498D8004C795F7D02DB388A5033F7DD61C26908AB7FDA67C4EEB360B9861D83D231F37A6AA14C38E2DEA76A499E27F6
tools\irfanview_lang_japanese.zip
md5: 772238198FBFE5C91CF0FB3A36CBE170 | sha1: A9884087F81D580A9A42892086C30C0E2968DBAC | sha256: 18052C304273882E5D0A04D92C3856691362A591011AC26589D410F6B48A9427 | sha512: FA53934B195003ACABE5DC997CE4870B0F7DFA27CE4140017BF8FB6BACE43BD456E177C8A989615412BC776B16039660E2400298010098C67759584014CC7B26
tools\irfanview_lang_latvian.zip
md5: 69921373D9316201289AB2290E7FC262 | sha1: D81FDD796D65BC1BD64A2A7B75B1C6FE28D5A7DB | sha256: D77BA24C1323BB28F12EA9DC0DA28660892769ED116DFD4D689DD94E24FB1655 | sha512: 31A8F40290A26CB40BD87C9624797D18CC045C7293D1C87A29771F21B56E21347AF7306941F044854961EA9B264F8AC9EA2820C709301DEAC2CFF8457963C9DA
tools\irfanview_lang_nederlands.zip
md5: 23607AA57E3700FDABF49A2D2F4E304A | sha1: 7443455AAC0CF5C0C14EE640B8A8BBE1F7AF0545 | sha256: A62472E03AA3E1745700A02BED962ADA3115BD90C0CEB244239385331FA41D28 | sha512: 7EFD9D2A364D5201811BC0151180168317693C9D17017C22A7BFAA444EA9F1C41F968614D46A7D05E2B4C3F5E1F81849FCCA586CA2E60261A5C0E613FB5F82D2
tools\irfanview_lang_polski.zip
md5: 7D46BE2A45EB4CE36BE27FF15E266E7B | sha1: 4DCE33E9E88B258055541F8C1ED7E9B46E5413DA | sha256: 35C4AC07F7B12A7FBBB2C5A25F727D65A358C74927E602FDC60BF87FBFD1EAAD | sha512: 86B2E17295C0121E1C3E7AC93EE21AF0D088BE05F3E3769228195F4255C3DA50D03799B28EED10D8D4A45D043427A02B9D0137DB66B6191CF7AF56BBF6F24791
tools\irfanview_lang_portuguese.zip
md5: C9A1C84CC33261656FE3BC7CBC05B7A4 | sha1: 27C5E66C333B354D6D42D8B317853B6D49457440 | sha256: 870A0EAEEABB0244106B2A71F37DE8FA22F93E08C9DB83E4B9619BA6F5D6F4A8 | sha512: 2318980C7E600919D2E8332FD375D14CE5E7EEA6E91BECE80D7E1975DFEAD7571FA0A600D955AD865E750670C8FD241E7A7D1475D895624A9F6836BAF279330F
tools\irfanview_lang_russian.zip
md5: 00134A521FD1D48C7179F7D0E6A0EB98 | sha1: 3361BF69956CCCB534DB796F4095ED74D0E29715 | sha256: BFBE8FD31922E16EFD7F7C5110FA29CA4CC0A5976A11BCBF8A6070B936568653 | sha512: 908D38912718523E63092A8EB89957AC2F03229467A8817207C7644FDD1EC40C4406D5CDE5C1694FE3EAD40C6CD662459576F4DF3FA9E6E4587EFE70DDB46441
tools\irfanview_lang_slovenscina.zip
md5: F9E704BE656AD9C59B3FEBD30BCF7652 | sha1: 76C03BF1A0B2F8B6384A1DE6F733828C00D4F5BD | sha256: 3396CE3D91B1414D9C5C2B15FD9EF524FCD5FC65AE4B071F08AFDF0E27FCB7FC | sha512: 7E2E05031A37992B2B507BD2AE6E5FD33C32DD961F0B386486733AFDA2E584A48D0E12BEFD224882E7C194B0F6D24C9BD6FE43765FA6FE636A6A35E1936B49D0
tools\irfanview_lang_swedish.zip
md5: 63071F26A95178CFAC2270395C387176 | sha1: 5022902884C5573E6A8464A0B42BB52BFE83821B | sha256: 3B020206F22501B758B5D0A7D2FBAD50926EDCB9172B3E31B8331A32AF0C6B7E | sha512: 9D4FD2795CE2FAA84A94811802E63E44316D44375A80CA33B63387F1FD7592B3C2A49FF53AF59416168BA14D4A0E2C412910FF822C7D15480DB19B130406B93A
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\irfanview_lang_arabic.zip
md5: 1ECE6E4F4E34152D02209730F205CAF3 | sha1: B881AD989C3954E8F3281487EB8DA924D383AB1B | sha256: 4DDF76C7A65C8BEA08B013F2C31624009981C33A8DA56AB775343730CAD80C91 | sha512: D814CF164B1B4D46A3B99B77732CDE2D30044798F29E6390A990090C9446DB7125F4A347921AA2F8B40B9CD6493FD5D480A281F4B7CF97916B7D831FB2E45C24
tools\irfanview_lang_czech.zip
md5: 39D8FC41FE9145B254A16E267810C221 | sha1: 1F882ECEDD974ADF747E483AA0E1523D749971B5 | sha256: FBA512E95F0563591830475E076742E113CF269310362094CC28EBD6BD5B398D | sha512: 6FBB32CE15276FD864D91A8D2016B36EF48189E0048D03E57A46EB1801968EA7AF5AC6BD242F66DB81FCCA2B0518D5CBCCA8DD02F6E008BFEE836EDCA92761C4
tools\irfanview_lang_deutsch.zip
md5: 1B1E0A82EA2DAD056D1A0E8714CE2F13 | sha1: C88E37664E8BB36D5970A2D512343BDBB4996198 | sha256: 01418ED8285EC425C4B71459A40E168080EDB7F990B11CBADDA795E20BCF5922 | sha512: 82D089BDE20F1D510DAFD46B4A7D1F3E99501AC7868961051614D4962138505948E990B4E9AE8E7AB1DD6274FF00973538122F47D1C3803349702A06E1B5205B
tools\irfanview_lang_finnish.zip
md5: 6A30005A9E6298C80C4ACDB5DA93948E | sha1: F11770D57D3998CA143EFDB7309ED28D37BE481D | sha256: 271F105662F74C1C6151E56F5662842DD10DC2ED51668A935308723C9EB2CDCC | sha512: 8B4F7592C92FCC6D1F31699768BB39F60C117D4DE7AB72BDBB1487EE0740D79A440A987A7437B05FF3FCBB896828A49308F229CA7C16EF690F570CA051F5883F
tools\irfanview_lang_hebrew.zip
md5: 355F112ECA3B3AADDEB4889262F0F22D | sha1: 9219E1787F1CF85AEF8282F76CB9AF370D56F694 | sha256: 50EA2CAC5A910AF8E7BEAEB4D1429209FF14E50195D02EBF5168CB3AD3937134 | sha512: B9E0ED96EB5D7900CAB61FD594E8987C6DC529998F7EB590268F79DFE2DFCDED2AE152F65EAFD3DC1DF6F207D37B6BED2E90B786DB9891921935AE2920183D68
tools\irfanview_lang_italian.zip
md5: 44109EAB47E67FE519C7243E24CA9E1A | sha1: 5E8D467738726A1748614E10497BAC38508E0599 | sha256: 806A0E9024E6652FAB9A3B6B9BA088BB71F684787794D056D67048B2A3727BDE | sha512: 21A687287B43641CDAB537B54B1BDE5E590C5CA2BF87441A90BC6F16E1AF10D6755AE7424B790CBB508F838DA9E0D9CDDF2135BB8B3183944F431BF53B6DD3AE
tools\irfanview_lang_korean.zip
md5: B0FA854583E74ABC2410F1391FA1233B | sha1: 12C7390A6197CB822342F80BB205EE036D4C26B6 | sha256: 6613B96B2ACC51F9CCCB3335DAFFCD7457FC5449F58EFBDD141BD50E9D7AEF90 | sha512: B81F6E30AC28262DDC03AD0D7DD22E6622A43E90094ED698FACF1894F6F9F75A5A8B66B65243D76B656A8B1F364D8BF4ABC8BDA22CB09B3D23310CDD9054DBB5
tools\irfanview_lang_lithuanian.zip
md5: 8A101AD433F10032264D2A0E871C1C15 | sha1: 165245C3261E2451FDC5B8F1B899A2A0297702C1 | sha256: C3B8C66B3ABBF9CE9749C7E044152D4489ACA52DF390285008D77350CDFC8E50 | sha512: F8761EA03CF87F50C4ADB02A02EA8DEDE310F18825F4E8DE725F57E6E2995B2BB84E2B04C2EC6EADE3B174EBB9291522B281096BD8B0095CAA7FEF66018B69DC
tools\irfanview_lang_norsk.zip
md5: 2ABAB87558C39A4C36A80C3DC67B86BA | sha1: 6412249BE045E03F29FBDB4807E9A5AFB1F4B9FB | sha256: DA0F454D7B2B5DFC77467011DD734D67D0B5A1D9BBE7A80D48DC13C8FD48E503 | sha512: F02683A35CDCF00C631890F68EB795640F8B30A7F1FF0BDECCD9E7E09177F8AEDCB0DCE9CF8B588F4F513F16869DD488A364133415AE210A7889C35A9932D346
tools\irfanview_lang_portugues-brasil.zip
md5: 7307F96141BA0FAF215B4EDC68199422 | sha1: 589AA13B5CF868A7A48D4B1DDE35903B7A4339D3 | sha256: 6C358D6E848C3B08F76D8E3226E088E5AE0CDED3CC8CCDB0FDE1F9933A0C4464 | sha512: 78ABC2B20695A8AC499A18E086CD50C5BFE336B927550C2B92B855B85815C1BA4B2EBFD4B60AC8A3005DD85195AC0E3F6DCF8744F54C6EDDDBA899D1735570E9
tools\irfanview_lang_romanian.zip
md5: 8207F0D836FAA6C0F43A1869047B1932 | sha1: 72860FDE2D34942538544071A4682E7684BEE5B8 | sha256: 456EB01175F4B743A1D0F13CA1F64EF41F13544E0632598D2E9035604EA5439B | sha512: 1F673916E55B452F03505425062C91C772646C1D0C574F9F032641107C5E90A3AEB96B5C2B8A05A65B77E500EC0048437B76CF5EB51FDDC047E3D07D3683C86E
tools\irfanview_lang_slovak.zip
md5: ED110ED4EE3721DA14B4B8038CFF34E3 | sha1: 1EE4345DDC6803532F6D5DEF148BB40D553A4F39 | sha256: F6C8CA243B245A8AF0F74ACA1EC09798E828157C48F7B2BB206BB0B1137A0115 | sha512: F02AACAF24E62298851241C886B6BC7E7E7D6D4852138F6A8BA99F499308A13420214158411012EDEB1C391BAC12CE0E4EE575632F06AD99F615C66D6FB8CA90
tools\irfanview_lang_spanish.zip
md5: 66725F69132D91D4A34523805FD10AD4 | sha1: 6056EDAF560154A37B5BF1671888FD5A1BAAF421 | sha256: AC1F5D7BA7F4C4674ABD0FFEC5392419F81F3FB3167D48E7FFCB9E6C2B09D01C | sha512: 23169C15605BFA11D04EBA2327200A8239727374629E9AB8A634159EE9B83B64588150C42459A3A3EF6F626F59387A6CAE0DB05D59F98BE427B1376D2592FAB1
tools\irfanview_lang_turkish.zip
md5: 98433B108AEEE21D811FE9CEC2C57291 | sha1: 1ADB5E8F6E7727BA813A120D53414C671545D931 | sha256: 6544CCDC81C576515F5F591E40DC66F4900A2E987844252271C74DA13B61EC45 | sha512: 9A324EFD0FBBB86B3394A37AF1E997DABE1E9D8D2F2D45A502FB838DA7948A56074AB09153B4C334AE6D624225B9AFB24E1E6E9CFE8A37B6E41D332A9FBDB01D
tools\irfanview_lang_uzbek.zip
md5: DB168CEDD489639A93B7E87B4F6E5CB2 | sha1: BC77DCA5678E7208CC88FA130263B758F3350AF9 | sha256: DED66B15B046BC4484C388AF9160A4C277050DC26D24AD73C1239E938F4245CD | sha512: 05DBCA5736AB3D33FFEA129DE072F2C40EFF13CA548C72E09604ABA4A6FDDCDDB4A54B9A195E3C8A2B58E73C55DE034C76BAE208488E6ADE141D4238B617B17E
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\irfanview_lang_bulgarian.zip
md5: 70095BFCB8C8AB52808B2DC45B70CACE | sha1: E7B508D536377C677F1F718FF95B3AC2087DF899 | sha256: ECE99EA7BEA81B50E9DA72D8470777808069F3B52653CA27AD55983040D2423E | sha512: 404C46CFB4F56802BE1586DF99F43837B078F8BB6D440333A70F50408FCFC3A7ED5A6B23F19BF2B4A85DB9475910BA049B93467404BBEA6B8C9CA456223D2758

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 3795 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 2356 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