
237,009
Downloads
22,713
Downloads of v 4.52
12/15/2018
Last update
IrfanView is a very fast, small, compact and innovative FREEWARE (for non-commercial use) graphic viewer for Windows 9x, ME, NT, 2000, XP, 2003 , 2008, Vista, Windows 7, Windows 8, Windows 10.
It is designed to be simple for beginners and powerful for professionals.
IrfanView seeks to create unique, new and interesting features, unlike some other graphic viewers, whose whole "creativity" is based on feature cloning, stealing of ideas and whole dialogs from ACDSee and/or IrfanView! (for example: XnView has been stealing/cloning features and whole dialogs from IrfanView, for 10+ years).
IrfanView was the first Windows graphic viewer WORLDWIDE with Multiple (animated) GIF support.
One of the first graphic viewers WORLDWIDE with Multipage TIF support.
The first graphic viewer WORLDWIDE with Multiple ICO support.
Package Parameters
The following package parameters may be passed directly to the program's installer with the chocolatey option -params
:
/desktop
- create desktop shortcut for IrfanView/thumbs
- create desktop shortcut for IrfanView Thumbnails/group
- create IrfanView group in Start Menu/currentuser
- desktop/group links will only install for current user/assocallusers
- set associations for all users (Windows XP only)/assoc=VALUE
- set file associations; 0 = none (default), 1 = images only, 2 = select all/ini=PATH
- set custom INI file folder (system environment variables are allowed)/folder=PATH
- destination folder; if not indicated: old IrfanView folder is used, if not found, the "Program Files" folder is used
Package Specifics
If no parameters are passed, the following is assumed: --params '/assoc=1 /group=1 /ini=%APPDATA%\IrfanView'
.
Click here to Patreon-ize the package maintainer.
To install IrfanView (Install), run the following command from the command line or from PowerShell:
C:\> choco install irfanview
To upgrade IrfanView (Install), run the following command from the command line or from PowerShell:
C:\> choco upgrade irfanview
Files
Hide- tools\ChocolateyInstall.ps1
Show
$packageName = 'irfanview' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $url = "$toolsDir\iview452_setup.exe" $url64 = "$toolsDir\iview452_x64_setup.exe" $arguments = @{} $packageParameters = $env:chocolateyPackageParameters Write-Debug "Default values for package parameters: 0=off, 1=on" $desktop = 0 $thumbs = 0 $group = 1 $allusers = 1 $assoc = 1 $ini = "%APPDATA%\IrfanView" $folder = $null if ($packageParameters) { $match_pattern = "\/(?<option>([a-zA-Z]+))=(?<value>([`"'])?([a-zA-Z0-9- _\\:%\.]+)([`"'])?)|\/(?<option>([a-zA-Z]+))" $option_name = 'option' $value_name = 'value' if ($packageParameters -match $match_pattern ){ $results = $packageParameters | Select-String $match_pattern -AllMatches $results.matches | ForEach-Object { $arguments.Add( $_.Groups[$option_name].Value.Trim(), $_.Groups[$value_name].Value.Trim()) } } else { Throw "Package Parameters were found but were invalid (REGEX failure)" } if ($arguments.ContainsKey("desktop")) { Write-Verbose "Adding desktop shortcut to IrfanView" $desktop = 1 } if ($arguments.ContainsKey("thumbs")) { Write-Verbose "Adding desktop shortcut to IrfanView Thumbnails" $thumbs = 1 } if ($arguments.ContainsKey("group")) { Write-Verbose "Adding IrfanView group to start menu" $group = 1 } if ($arguments.ContainsKey("allusers")) { Write-Verbose "Installing IrfanView for only current user" $allusers = 0 } if ($arguments.ContainsKey("assoc")) { Write-Verbose "Associating IrfanView to file types" $assoc = $arguments["assoc"] } if ($arguments.ContainsKey("ini")) { Write-Verbose "You want to use a custom configuration Path" $ini = $arguments["ini"] } if ($arguments.ContainsKey("folder")) { Write-Verbose "You want to use a custom configuration Path" $folder = $arguments["folder"] } } else { Write-Debug "No package parameters passed in" } $silentArgs = "/silent" + " /desktop=" + $desktop + " /thumbs=" + $thumbs + " /group=" + $group + " /allusers=" + $allusers + " /assoc=" + $assoc if ($ini) { $silentArgs += " /ini=" + $ini } if ($folder) { $silentArgs += " /folder=" + $folder } Write-Debug "Silent arguments Chocolatey will use are: $silentArgs" $packageArgs = @{ packageName = $packageName fileType = 'EXE' file = $url file64 = $url64 validExitCodes= @(0) silentArgs = $silentArgs softwareName = 'IrfanView*' } Install-ChocolateyInstallPackage @packageArgs Remove-Item $url | out-null Remove-Item $url64 | out-null
- tools\ChocolateyUninstall.ps1
Show
$packageName = 'irfanview' if (Test-Path -Path $ENV:ProgramFiles\IrfanView\iv_uninstall.exe) { &$ENV:ProgramFiles\IrfanView\iv_uninstall.exe /silent } else { &${ENV:ProgramFiles(x86)}\IrfanView\iv_uninstall.exe /silent }
- tools\iview452_setup.exe
Show
md5: 801D6D18C25D304EA5EAF2631A98105E | sha1: D02AE38BC0ED371BA1019F2B963D9762E8F136D8 | sha256: E7CCAB6695F158599436237042D7AAB875DD54488CF1E00B917BAA48C63CBB26 | sha512: D8509A9C8C742EA45AF97C7E7F92A8315F7CDD590AB015963B210201FB319A8FACCEF3D5C4D27CA07037773C8FBF38AEAA22D9B36869DB32D39BA5886AE00B1A
- tools\iview452_x64_setup.exe
Show
md5: 60591E175FAF6E295D617881F2A1919B | sha1: 296FBCE700D3B283ACDB88DB2961501E98709727 | sha256: 1E2E020CBF08CCB540C92F423F6B8B44296D0F30AF8F904B333CDF0CD9052776 | sha512: DC09889FFE43461FF54FB60D36A657B9A9E44498C777089210262D54914AE980B153105EE230DF238CCF5936DE0F9F084D195C8FB6F80D8ABE2E9B367F2BD71B
- tools\LICENSE.txt
Show
=================== IrfanView =================== 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 ===================
- tools\VERIFICATION.txt
Show
=================== IrfanView =================== Binaries included in this package were downloaded by the packager, bcurran3. Checksums can be verified (assumably by the author) at https://www.fosshub.com/IrfanView.html =================== IrfanView ===================
Virus Scan Results
- IrfanView.4.52.nupkg (5e063a8b371b) - ## / 62 - Log in or click on link to see number of positives
- iview452_setup.exe (e7ccab6695f1) - ## / 70 - Log in or click on link to see number of positives
- iview452_x64_setup.exe (1e2e020cbf08) - ## / 69 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
© Irfan Skiljan
Tags
Release Notes
http://www.irfanview.com/main_history.htm
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
IrfanView (Install) 4.52 | 22713 | Saturday, December 15, 2018 | approved |
IrfanView (Install) 4.51 | 40820 | Monday, March 12, 2018 | approved |
IrfanView (Install) 4.50 | 33468 | Thursday, October 19, 2017 | approved |
IrfanView (Install) 4.44 | 68579 | Wednesday, January 4, 2017 | approved |
IrfanView (Install) 4.42.0.20161201 | 10594 | Thursday, December 1, 2016 | approved |
IrfanView (Install) 4.42.0.20161101 | 8681 | Tuesday, November 1, 2016 | approved |
IrfanView 4.42.0.20160616 | 21382 | Friday, June 17, 2016 | approved |
IrfanView 4.42 | 3769 | Friday, March 18, 2016 | approved |
IrfanView 4.41.0.20151207 | 4692 | Monday, December 7, 2015 | approved |
Discussion for the IrfanView (Install) Package
Ground rules:
- This discussion is only about IrfanView (Install) and the IrfanView (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 (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.