Downloads:
1,827,429
Downloads of v 4.62.0.20230706:
122,065
Last Update:
06 Jul 2023
Package Maintainer(s):
Software Author(s):
- Irfan Skiljan
Tags:
irfan irfanview image viewer editor converter thumbnail binary embedded- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
IrfanView (Install)
This is not the latest version of IrfanView (Install) available.
- 1
- 2
- 3
4.62.0.20230706 | Updated: 06 Jul 2023
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
1,827,429
Downloads of v 4.62.0.20230706:
122,065
Maintainer(s):
Software Author(s):
- Irfan Skiljan
IrfanView (Install) 4.62.0.20230706
This is not the latest version of IrfanView (Install) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Irfan Skiljan. The inclusion of Irfan Skiljan trademark(s), if any, upon this webpage is solely to identify Irfan Skiljan goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install IrfanView (Install), run the following command from the command line or from PowerShell:
To upgrade IrfanView (Install), run the following command from the command line or from PowerShell:
To uninstall IrfanView (Install), run the following command from the command line or from PowerShell:
Deployment Method:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download irfanview --internalize --version=4.62.0.20230706 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade irfanview -y --source="'INTERNAL REPO URL'" --version="'4.62.0.20230706'" [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 -y --source="'INTERNAL REPO URL'" --version="'4.62.0.20230706'"
$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
win_chocolatey:
name: irfanview
version: '4.62.0.20230706'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'irfanview' do
action :install
source 'INTERNAL REPO URL'
version '4.62.0.20230706'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller irfanview
{
Name = "irfanview"
Version = "4.62.0.20230706"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'irfanview':
ensure => '4.62.0.20230706',
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.
This package was approved by moderator Windos on 19 Jul 2023.
choco://irfanview
To use choco:// protocol URLs, install (unofficial) choco:// Protocol support
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'
.
IrfanView All Plugins availabe at https://community.chocolatey.org/packages/irfanviewplugins
IrfanView All Languages available at https://community.chocolatey.org/packages/irfanview-languages
IrfanView Shell Extension available at https://community.chocolatey.org/packages/irfanview-shellextension
Click here to Patreon-ize the package maintainer.
$ErrorActionPreference = 'Stop'
$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
}
md5: 845E99DBE5BCB199AD170346999843C9 | sha1: 6A30ED6E5322C13B2208756BEA1A15E35B4BCC9E | sha256: 37CDB372C4B6053356ECA2C40AA44F4FB8CD30681C28CDA54E80601D6C7B565A | sha512: 39D79D5CFCC60355AE8F5913580A503F903201660A0D071419717058643EF3C2150DED081EF83A156C3EDCE78111E0D89CA083DD1247CD282F0C0B659A87D8AB
md5: D3CC699BD13E8257109DF8704ED4804C | sha1: EA47F92D438B150F02AC6922E4F92224B1C17991 | sha256: D9D4C5F3120A9420E2DBAF0EE8931556E161787FBC4297D5FB4E4C7616FDD668 | sha512: E78C7582AFDE2E6C51C3DBD6891869C51237A7D80E89966D5809DB850DBBE5D062C63D512F89EE08FE43BCE08CF8B0A12DB7122752D1DE1C63040D901B8B6FFF
=================== 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 ===================
=================== 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 ===================
Log in or click on link to see number of positives.
- iview462_setup.exe (37cdb372c4b6) - ## / 71
- iview462_x64_setup.exe (d9d4c5f3120a) - ## / 71
- IrfanView.4.62.0.20230706.nupkg (ae54e0629b62) - ## / 65
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 (Install) 4.70.0 | 81896 | Friday, October 11, 2024 | Approved | |
IrfanView (Install) 4.67.0 | 292695 | Monday, April 15, 2024 | Approved | |
IrfanView (Install) 4.66.0 | 95431 | Wednesday, December 20, 2023 | Approved | |
IrfanView (Install) 4.62.0.20230706 | 122065 | Thursday, July 6, 2023 | Approved | |
IrfanView (Install) 4.62 | 124170 | Saturday, December 10, 2022 | Approved | |
IrfanView (Install) 4.60 | 126282 | Friday, March 25, 2022 | Approved | |
IrfanView (Install) 4.59 | 71710 | Tuesday, December 14, 2021 | Approved | |
IrfanView (Install) 4.58 | 120760 | Wednesday, May 26, 2021 | Approved | |
IrfanView (Install) 4.57 | 102364 | Saturday, January 30, 2021 | Approved | |
IrfanView (Install) 4.56 | 113820 | Wednesday, October 28, 2020 | Approved | |
IrfanView (Install) 4.54 | 173147 | Saturday, December 21, 2019 | Approved | |
IrfanView (Install) 4.53 | 103135 | Friday, May 31, 2019 | Approved | |
IrfanView (Install) 4.52 | 78790 | Saturday, December 15, 2018 | Approved | |
IrfanView (Install) 4.51 | 41204 | Monday, March 12, 2018 | Approved | |
IrfanView (Install) 4.50 | 33812 | Thursday, October 19, 2017 | Approved | |
IrfanView (Install) 4.44 | 70714 | Wednesday, January 4, 2017 | Approved | |
IrfanView (Install) 4.42.0.20161201 | 10866 | Thursday, December 1, 2016 | Approved | |
IrfanView (Install) 4.42.0.20161101 | 8940 | Tuesday, November 1, 2016 | Approved | |
IrfanView 4.42.0.20160616 | 21704 | Friday, June 17, 2016 | Approved | |
IrfanView 4.42 | 4069 | Friday, March 18, 2016 | Approved | |
IrfanView 4.41.0.20151207 | 4980 | Monday, December 7, 2015 | Approved | |
IrfanView 4.41 | 2070 | Wednesday, December 2, 2015 | Approved | |
IrfanView 4.40 | 1193 | Sunday, October 4, 2015 | Approved | |
IrfanView 4.38 | 11987 | Monday, November 3, 2014 | Approved | |
IrfanView 4.37 | 5022 | Wednesday, January 15, 2014 | Approved | |
IrfanView 4.35 | 1273 | Wednesday, June 19, 2013 | Approved | |
IrfanView 4.33.03 | 1088 | Monday, October 29, 2012 | Approved | |
IrfanView 4.33.02 | 541 | Monday, October 29, 2012 | Approved | |
IrfanView 4.33.01 | 833 | Thursday, April 26, 2012 | Approved | |
IrfanView 4.32.1 | 719 | Friday, January 27, 2012 | Approved |
© Irfan Skiljan
This package has no dependencies.
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.