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:

143,733

Downloads of v 1.6.0.20240415:

41

Last Update:

15 Apr 2024

Package Maintainer(s):

Software Author(s):

  • Irfan Skiljan

Tags:

irfanview image photo viewer plugin shell extension binary embedded

IrfanView Shell Extension (Install)

  • 1
  • 2
  • 3

1.6.0.20240415 | Updated: 15 Apr 2024

Downloads:

143,733

Downloads of v 1.6.0.20240415:

41

Maintainer(s):

Software Author(s):

  • Irfan Skiljan

IrfanView Shell Extension (Install) 1.6.0.20240415

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

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

>

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

>

To uninstall IrfanView Shell Extension (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-shellextension -y --source="'INTERNAL REPO URL'" [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-shellextension -y --source="'INTERNAL REPO URL'" 
$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-shellextension
  win_chocolatey:
    name: irfanview-shellextension
    version: '1.6.0.20240415'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'irfanview-shellextension' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.6.0.20240415'
end

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


cChocoPackageInstaller irfanview-shellextension
{
    Name     = "irfanview-shellextension"
    Version  = "1.6.0.20240415"
    Source   = "INTERNAL REPO URL"
}

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


package { 'irfanview-shellextension':
  ensure   => '1.6.0.20240415',
  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 gep13 on 19 Apr 2024.

Description

This PlugIn shows a Context menu for some IrfanView operations in Windows Explorer or other file managers.
You can select several files and: Play slideshow, Load files in Thumbnails window, Start JPG Lossless Rotation, Convert images to another format, Save filenames as TXT, Create multipage TIF or PDF, Create panorama image.

Please Note: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know here that the package is no longer updating correctly.


legal\LICENSE.txt
IrfanView Software License Agreement.
This is a legal agreement between you and IrfanView Software (Irfan Skiljan) covering your use of IrfanView (the "Software").

IrfanView is provided as freeware, but only for private, non-commercial use (that means at home).
Companies and most state organisations need user/device licenses.

1a) IrfanView is free for educational use (schools, universities, museums, libraries) and for use in charity or humanitarian organisations (also in: fire departments or national park services).

1b) If you intend to use IrfanView at your place of business or for commercial purposes, please register and purchase it.
Commercial users: please contact me by E-Mail for prices, discounts and payment methods.

1c) If you buy IrfanView user/device license(s), IrfanView hereby grants to you a perpetual, worldwide, fully paid-up, non-exclusive license to use the Software solely for your internal business purposes.
 
IrfanView Software is owned by Irfan Skiljan and is protected by copyright laws and international treaty provisions. Therefore, you must treat the Software like any other copyrighted material.
 
You may not distribute, rent, sub-license or otherwise make available to others the Software or documentation or copies thereof, except as expressly permitted in this License without prior written consent from IrfanView (Irfan Skiljan). In the case of an authorized transfer, the transferee must agree to be bound by the terms and conditions of this License Agreement.
 
You may not remove any proprietary notices, labels, or trademarks on the Software or documentation. You may not modify, de-compile, disassemble, or reverse engineer the Software.
 
Limited warranty: IrfanView, IrfanView PlugIns and documentation are "as is" without any warranty as to their performance, merchantability or fitness for any particular purpose. The licensee assumes the entire risk as to the quality and performance of the software. In no event shall IrfanView or anyone else who has been involved in the creation, development, production, or delivery of this software be liable for any direct, incidental or consequential damages, such as, but not limited to, loss of anticipated profits, benefits, use, or data resulting from the use of this software, or arising out of any breach of warranty. 

Copyright (C) 2024 by Irfan Skiljan, Wiener Neustadt, Austria. 

Internet:  https://www.irfanview.com, https://www.irfanview.net 
Email: [email protected] 

All rights reserved.
legal\VERIFICATION.pdf
md5: A745197AB2C3E886582EFEDF6F0301D9 | sha1: BC48DA5B3687C30C6F769216933A514816F6900C | sha256: CFC61D8EE43698E7BD9609153E602931BAAF215F1B4FDA293189428109A28E0B | sha512: 56DD825433EE5FB66C1777661823CAC00C5EBC6E2887FAD86054DD14B5D64F0F9ADB048AEC2DF18351B8472F784DD329D05EA59410DC38FA1E861915317051AE
legal\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The installer have been downloaded from their official download link listed on <https://www.irfanview.com/plugins.htm>
and can be verified like this:

1. Download the following installers:
  32-Bit: <https://www.irfanview.info/files/irfanview_shell_extension.zip>
2. You can use one of the following methods to obtain the checksum
  - Use powershell function 'Get-Filehash'
  - Use chocolatey utility 'checksum.exe'

  checksum type: sha256
  checksum32: 2112F85A917B2ECA90EAA047A8C3B22E0157F13E83971AEE679D955B2FF1047D

File 'LICENSE.txt' is obtained from <https://www.irfanview.com/eula.htm>
File 'VERIFICATION.pdf' is an email conversation between the developer and maintainer
tools\ChocolateyInstall.ps1
$ErrorActionPreference = 'Stop'

$toolsDir       = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$bits = Get-OSArchitectureWidth
$32bitDLL = 'IrfanViewShellExt.dll'
$64bitDLL = 'IrfanViewShellExt64.dll'
$Found = "False"

if (Test-Path $env:ProgramFiles\IrfanView) {
  $Found = "True"
  $ShellDir = "$env:ProgramFiles\IrfanView\Shell Extension"
  if ($bits -eq 64) {
	   $UseDLL = $64bitDLL
	   $DLLDir = '64 bit'
  }
  else {
	   $UseDLL = $32bitDLL
	   $DLLDir = '32 bit'
  }
}
else {
  if (Test-Path "{$env:ProgramFiles(x86)}\IrfanView") {
    $Found = "True"
    $ShellDir = "{$env:ProgramFiles(x86)}\IrfanView\Shell Extension"
    $UseDLL = $32bitDLL
    $DLLDir = '32 bit'
  }
}

if ($Found -eq "True") {
  New-Item $ShellDir -type directory -force | out-null
  Write-Host "Irfanview default install path found!" -foreground green -backgroundcolor blue
}
else {
	 Write-Host "Cannot find IrfanView install location. Aborting." -foreground red -backgroundcolor blue
	 throw
}

$packageArgs = @{
  packageName    = $env:ChocolateyPackageName
  unzipLocation  = $toolsDir
  fileType      = 'zip'
  file           = "$toolsdir\irfanview_shell_extension.zip"
  validExitCodes = @(0)
}

Get-ChocolateyUnzip  @packageArgs

Copy-Item "$toolsDir\$DLLDir\$UseDLL" -Destination $ShellDir
& regsvr32.exe /s $ShellDir\$UseDLL
Get-ChildItem $toolsPath\*.zip | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { Set-Content "$_.ignore" } }
Remove-Item "$toolsDir\32 bit" -recurse | out-null
Remove-Item "$toolsDir\64 bit" -recurse | out-null
Remove-Item "$toolsDir\Readme_first.txt" | out-null
tools\ChocolateyUninstall.ps1
$FoundDLL = "False"

if (Test-Path "$Env:ProgramFiles\IrfanView\Shell Extension\IrfanViewShellExt64.dll") {
  $FoundDLL = "True"
  $RemoveDLL = "$Env:ProgramFiles\IrfanView\Shell Extension\IrfanViewShellExt64.dll"
}
if (Test-Path "$Env:ProgramFiles\IrfanView\Shell Extension\IrfanViewShellExt.dll") {
  $FoundDLL = "True"
  $RemoveDLL = "$Env:ProgramFiles\IrfanView\Shell Extension\IrfanViewShellExt.dll"
}
if (Test-Path "{$Env:ProgramFiles(x86)}\IrfanView\Shell Extension\IrfanViewShellExt.dll") {
  $FoundDLL = "True"
  $RemoveDLL = "{$Env:ProgramFiles(x86)}\IrfanView\Shell Extension\IrfanViewShellExt.dll"
}
if ($FoundDLL -eq "True") {
  & regsvr32.exe /s /u $RemoveDLL
  Remove-Item $RemoveDLL -Force -ErrorAction 'SilentlyContinue' | out-null
}
else {
  Write-Host "Irfanview Shell Extension not found! Sorry, I tried the normal places." -foreground red -backgroundcolor blue
}
tools\irfanview_shell_extension.zip
md5: E0DFAA7B17026F53BC0A4E26CDD9EC3E | sha1: 31B3141BA6D5E59CD2900948BBFE8D20013C61CB | sha256: 2112F85A917B2ECA90EAA047A8C3B22E0157F13E83971AEE679D955B2FF1047D | sha512: 6C77198DE2E5F60D6021557C34404D40A90ACA4792A46763B0589DCDE4A66E5A8C578E10BBACDAEEBE0F88BEFB800094A40BDA53C449CDC56C02796E6C4D6817

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 Shell Extension (Install) 1.06 142759 Friday, May 18, 2018 Approved
IrfanView Shell Extension (Install) 1.04 933 Monday, October 23, 2017 Approved

Discussion for the IrfanView Shell Extension (Install) Package

Ground Rules:

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