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:

675,484

Downloads of v 4.44.20170319:

24,515

Last Update:

19 Mar 2017

Package Maintainer(s):

Software Author(s):

  • Irfan Skiljan

Tags:

irfanview image photo viewer plugin plugins admin

IrfanView All Plugins (Install)

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

  • 1
  • 2
  • 3

4.44.20170319 | Updated: 19 Mar 2017

Downloads:

675,484

Downloads of v 4.44.20170319:

24,515

Maintainer(s):

Software Author(s):

  • Irfan Skiljan

IrfanView All Plugins (Install) 4.44.20170319

This is not the latest version of IrfanView All Plugins (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:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install IrfanView All Plugins (Install), run the following command from the command line or from PowerShell:

>

To upgrade IrfanView All Plugins (Install), run the following command from the command line or from PowerShell:

>

To uninstall IrfanView All Plugins (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 irfanviewplugins -y --source="'INTERNAL REPO URL'" --version="'4.44.20170319'" [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 irfanviewplugins -y --source="'INTERNAL REPO URL'" --version="'4.44.20170319'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install irfanviewplugins
  win_chocolatey:
    name: irfanviewplugins
    version: '4.44.20170319'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'irfanviewplugins' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '4.44.20170319'
end

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


cChocoPackageInstaller irfanviewplugins
{
    Name     = "irfanviewplugins"
    Version  = "4.44.20170319"
    Source   = "INTERNAL REPO URL"
}

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


package { 'irfanviewplugins':
  ensure   => '4.44.20170319',
  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 AdmiringWorm on 04 Apr 2017.

Description

Available PlugIns and current versions:

  • AltaLux - (version 1.08): allows IrfanView to use AltaLux image effect
  • Ansi2Unicode - (version 0.2.7): allows IrfanView (32-bit) to read filenames with Unicode characters
  • AWD - (version 2.0.0.0): allows IrfanView to read Artweaver files
  • B3D - (version 4.22): allows IrfanView to read BodyPaint 3D files
  • BabaCAD4Image - (version 1.2): allows IrfanView to to read DXF and DWG CAD files
  • BURNING - (version 4.36): allows IrfanView to burn slideshow to a CD/DVD/BD (Windows XP SP3 or later required)
  • BURNINGOLD - (version 4.36): allows IrfanView (32-bit) to burn slideshow to a CD (Windows XP or later required, Nero option can burn Data DVD and VCD)
  • CADImage - (version 10.0.1.1): allows IrfanView to read DXF/DWG/HPGL/CGM/SVG files (Shareware, third party plugin)
    Newest versions under: http://www.cadsofttools.com/download/irfanviewplugins.zip
    Newest 64-bit versions: http://www.cadsofttools.com/download/irfanviewplugins_x64.zip
  • CRW - (version 4.39): allows IrfanView to read Canon CRW/CR2 files (high resolution image version)
    Note: this PlugIn requires additional Canon DLLs. You can download these DLLs with the Canon ZoomBrowser program:
    http://www.canon.com/
    or try here:
    http://www.irfanview.info/plugins/canon_crw.zip (check "Readme.txt" for instructions and install!)
  • DICOM - (version 4.20): allows IrfanView to read Dicom formats (DCM, ACR, IMA)
  • DJVU - (version 4.42): allows IrfanView to read DJVU format
  • ECW - (version 4.42): allows IrfanView to read/write ECW files (Enhanced Compressed Wavelet)
  • EFFECTS - (version 4.42): contains image effects and allows IrfanView to load Adobe Photoshop 8BF filters
    Note: some nice (fixed menu) Adobe 8BF Plugins/effects can be downloaded/installed from:
    http://www.irfanview.net/plugins/irfanview_adobe_8bf_plugins.exe (Installer)
    or
    http://www.irfanview.net/plugins/irfanview_adobe_8bf_plugins.zip
    Note: some older/special 8BFs may require additional system DLLs: Msvcrt10.dll and/or Plugin.dll. You can download these DLLs here:
    http://irfanview.tuwien.ac.at/plugins/8bf_tools.zip (check "Readme.txt" for instructions and install!)
  • EMAIL - (version 4.30): allows IrfanView to send images as emails
  • EXR - (version 4.22): allows IrfanView to read EXR files
  • FACEDETECT - (version 2.00): allows IrfanView to use the Face Detection feature from Thumbnails window
    If you have a modern graphic card which can be used for additional calculations, you can try the GPU version of the plugin: http://www.irfanview.info/plugins/facedetect_gpu.zip
  • FILTER_FACTORY - (version 4.37): allows IrfanView to use Filter Factory 8BF files (Photoshop PlugIns)
  • FLASH - (version 2.2.0.1): allows IrfanView to read Flash/Shockwave/FLV format
  • FORMATS - (version 4.42): allows IrfanView to read some rare image formats.
    (Formats: PSP, G3, RAS, IFF/LBM, BioRAD, Mosaic, XBM, XPM, GEM-IMG, SGI, RLE, WBMP, TTF, FITS, PIC, HDR, MAG, WAD, WAL, DNG, EEF, NEF, ORF, RAF, MRW, DCR, SRF/ARW, PEF, X3F, CAM, SFW, YUV, PVR, SIF and old/retro formats from Amiga, Atari, C64, ZX Spectrum etc.)
  • FPX - (version 4.36): allows IrfanView to read FlashPix files
  • FTP - (version 4.00): allows IrfanView to transfer files from Thumbnails window using FTP
  • FILTERS_UNLIMITED - (version 3.20): allows IrfanView (32-bit) to use Filters Unlimited files (Photoshop PlugIns and filters)
  • HDP - (version 4.33): allows IrfanView to read Jpeg-XR/HDP/WDP (Microsoft HD Photo) files
  • ICONS - (version 4.30): additional icons for IrfanView file associations

...and more! Full list at project URL.


tools\chocolateyInstall.ps1
# https://www.fosshub.com/IrfanView.html/irfanview_plugins_442_setup.exe
$packageName    = 'irfanviewplugins'
$installerType  = 'exe'
$toolsDir       = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url            = "$toolsDir\irfanview_plugins_444_setup.exe"
$checksum       = '2802CA82B660C5FCF8948F41671710F71C4BA4E648581BC4F3A87A5ED5F05364'
$url64          = "$toolsDir\irfanview_plugins_x64_444_setup.exe"
$checksum64     = 'D7BDBBC59233FDC70FDDAC3B3DAE79669FEA7FEFA58C97D4B2131426B4C7C355'
$validExitCodes = @(0)
$silentArgs     = "/silent"

					  
$packageArgs = @{
  packageName   = $packageName
  fileType      = $installerType
  url           = $url
  url64bit      = $url64
  validExitCodes= $validExitCodes
  silentArgs    = $silentArgs
  softwareName  = ''
  checksum      = $checksum
  checksumType  = 'sha256'
  Checksum64    = $checksum64
  ChecksumType64= 'sha256'
}

Install-ChocolateyPackage @packageArgs  

Remove-Item $url 
Remove-Item $url64							  
tools\irfanview_plugins_444_setup.exe
md5: B1F7FB290F598E3356A9732C0EA0E3AF | sha1: AD5E60A6C807384AC87813C96190C652DBEF8F3E | sha256: 2802CA82B660C5FCF8948F41671710F71C4BA4E648581BC4F3A87A5ED5F05364 | sha512: 1661516FAEFDD4C039D9E4302D238930FD4C3E7BD9E9F01164BD184D7DE324B7B224586CAE2105664EA4D33A66E45F713556D4F0A034EA554F0CF4CA715620B2
tools\irfanview_plugins_x64_444_setup.exe
md5: 1CC4524C75A4FFCF31ABBA192EF2D9BD | sha1: 83A90B33675DE26ED5EFA199A079349A68DA23BF | sha256: D7BDBBC59233FDC70FDDAC3B3DAE79669FEA7FEFA58C97D4B2131426B4C7C355 | sha512: 0F7B8A862D2CFBD4A17B821CED2AA16583AF5C1C123D97E000C118041F4EABC9BB689B00E72A4B23D0894A640E8E0EBF89AC5DA5D7D936CC8CFE8B9DD930663E
tools\LICENSE.txt
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.
tools\VERIFICATION.txt

VERIFICATION

Binaries included in this package were downloaded by the packager, bcurran3. SHA1 signatures were manually created and put in the package .nuspec file.

Additionally checksums can be verified at http://www.irfanview.com/plugins.htm


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 Plugins (Install) 4.66.0 88481 Thursday, December 28, 2023 Approved
IrfanView All Plugins (Install) 4.62.0.20230921 79165 Thursday, September 21, 2023 Approved
IrfanView All Plugins (Install) 4.62.0.20230706 74040 Thursday, July 6, 2023 Approved
IrfanView All Plugins (Install) 4.62 55872 Saturday, December 10, 2022 Approved
IrfanView All Plugins (Install) 4.60 42944 Friday, March 25, 2022 Approved
IrfanView All Plugins (Install) 4.59 26888 Tuesday, December 14, 2021 Approved
IrfanView All Plugins (Install) 4.58 34455 Wednesday, May 26, 2021 Approved
IrfanView All Plugins (Install) 4.57 22543 Saturday, January 30, 2021 Approved
IrfanView All Plugins (Install) 4.56.0.20201224 11957 Sunday, January 3, 2021 Approved
IrfanView All Plugins (Install) 4.56 19848 Wednesday, October 28, 2020 Approved
IrfanView All Plugins (Install) 4.54.0.20200909 14466 Monday, September 14, 2020 Approved
IrfanView All Plugins (Install) 4.54 30197 Saturday, December 21, 2019 Approved
IrfanView All Plugins (Install) 4.53 19701 Friday, May 31, 2019 Approved
IrfanView All Plugins (Install) 4.52 15019 Saturday, December 15, 2018 Approved
IrfanView All Plugins (Install) 4.51 14635 Monday, March 12, 2018 Approved
IrfanView All Plugins (Install) 4.50 7850 Thursday, October 19, 2017 Approved
IrfanView All Plugins (Install) 4.44.20170319 24515 Sunday, March 19, 2017 Approved
IrfanView All Plugins (Install) 4.44 19168 Wednesday, January 4, 2017 Approved
IrfanView All Plugins (Install) 4.42.0.20161201 2406 Thursday, December 1, 2016 Approved
IrfanView All Plugins (Install) 4.42.0.20161107 6227 Monday, November 7, 2016 Approved

This package includes binaries. This release will work forever.

Discussion for the IrfanView All Plugins (Install) Package

Ground Rules:

  • This discussion is only about IrfanView All Plugins (Install) and the IrfanView All Plugins (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 Plugins (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