Downloads:
59,275
Downloads of v 5.51:
5,421
Last Update:
13 Sep 2023
Package Maintainer(s):
Software Author(s):
- Bandisoft
Tags:
honeyview admin image photo picture viewer- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Honeyview (Install)
- 1
- 2
- 3
5.51 | Updated: 13 Sep 2023
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
59,275
Downloads of v 5.51:
5,421
Maintainer(s):
Software Author(s):
- Bandisoft
Honeyview (Install) 5.51
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Bandisoft. The inclusion of Bandisoft trademark(s), if any, upon this webpage is solely to identify Bandisoft 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 Honeyview (Install), run the following command from the command line or from PowerShell:
To upgrade Honeyview (Install), run the following command from the command line or from PowerShell:
To uninstall Honeyview (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 honeyview.install --internalize --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 honeyview.install -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 honeyview.install -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 honeyview.install
win_chocolatey:
name: honeyview.install
version: '5.51'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'honeyview.install' do
action :install
source 'INTERNAL REPO URL'
version '5.51'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller honeyview.install
{
Name = "honeyview.install"
Version = "5.51"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'honeyview.install':
ensure => '5.51',
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 is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved as a trusted package on 25 Oct 2024.
Honeyview is a very fast image viewer supporting various formats. It also supports viewing the images in compressed ZIP, RAR, or 7z files without extraction. If an image has GPS information, the location can be viewed on Google Maps, and users can store preferred photos.
$ErrorActionPreference = 'Stop';
$packageArgs = @{
packageName = 'honeyview.install'
softwareName = 'honeyview*'
fileType = 'EXE'
silentArgs = "/S"
validExitCodes= @(0)
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$key | % {
$packageArgs['file'] = "$($_.UninstallString)"
if ($packageArgs['fileType'] -eq 'MSI') {
$packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])"
$packageArgs['file'] = ''
}
Uninstall-ChocolateyPackage @packageArgs
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $($_.DisplayName)"}
}
md5: 0E7FF665BD41E59A5634AB20B3E30FC2 | sha1: A918248331CC923DB86A10C6ECE6DABF167FF86A | sha256: D9B4E885AF1232D89F1615DA0B66748B4CABB9C570641188F18F4719BAC5A7E2 | sha512: 52DB50370C0518A25DC423EECD67526247227D584AEF93B523238766DEB5B4F2DC5FC40DE0B98B590F33EF22A92AC76060AB75E4F6483406A54DB5E60869C0EE
Honeyview: END USER LICENSE AGREEMENT
By installing or using the Bandisoft (the “Company”) product Honeyview (the “Software”) you indicate your agreement to the terms of this End User License Agreement (the “Agreement”). If you do not agree to the terms herein, you are not authorized to copy or use the Software. The Software, all images, photographs, icons and text incorporated in the Software, is owned by Company or its suppliers and is protected by United States copyright laws and international treaty provisions. Except to the extent expressly licensed herein, all rights are reserved to Company and its suppliers. You may not reverse engineer, decompile or disassemble the Software.
ATTENTION: USE OF THE SOFTWARE IS SUBJECT TO THE TERMS SET FORTH BELOW. USING THE SOFTWARE INDICATES YOUR ACCEPTANCE OF THESE TERMS. IF YOU DO NOT ACCEPT THESE TERMS YOU ARE NOT AUTHORIZED TO USE THIS SOFTWARE.
1. LICENSE GRANT
This Software is free for individual, enterprise, government, and more. The Company grants you a non-exclusive, royalty-free license to use the executable version of the Software, where “use” in this Agreement means storing, loading, installing or executing the Software. You may not modify the Software or disable any licensing or control features of the Software. You agree that you may not copy the written materials accompanying the Software. You may copy the software for archival purposes so long as the copy is unmodified from the original distribution and the copy retains all of the original Software’s proprietary notices. You may not rent or lease your rights to the Software or documentation.
2. OWNERSHIP
All right, title and interest in and to the Software is owned and copyrighted by the Company or its third party suppliers. Your license confers neither title to nor ownership in the Software and is not a sale of any rights in the Company. Company third party suppliers may protect their rights in the event of any violation of this License Agreement as if such suppliers were parties to this License Agreement. No license is given to you under any patent or patent application of Company.
3. COPIES AND ADAPTATIONS
Other than as provided in the License Grant section of this agreement, you may only make copies or adaptations of the Software for archival purposes or when copying or adaptation is an essential step in the authorized use of the Software. You must reproduce all copyright notices in the original Software on all copies or adaptations.
4. NO DISASSEMBLY, RECOMPILATION OR DECRYPTION
You may not disassemble or decompile or decrypt the Software unless Company prior written consent is obtained. In some jurisdictions, Company consent may not be required for limited disassembly or decompilation. Upon request, you will provide Company with reasonably detailed information regarding any disassembly or decompilation.
5. NO WARRANTIES
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, COMPANY EXPRESSLY DISCLAIMS ANY WARRANTY FOR THE SOFTWARE. THE SOFTWARE AND ANY RELATED DOCUMENTATION IS PROVIDED “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY PROPRIETARY RIGHTS. THE ENTIRE RISK ARISING OUT OF USE OR PERFORMANCE OF THE SOFTWARE REMAINS WITH YOU.
6. NO LIABILITY FOR DAMAGES
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, NEITHER COMPANY NOR ITS SUPPLIERS SHALL BE LIABLE FOR ANY INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFIT, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF OR RELATING TO THE USE OR INABILITY TO USE THIS SOFTWARE, EVEN IF COMPANY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, THE ABOVE LIMITATION MAY NOT APPLY TO YOU.
7. AUTOMATIC COMMUNICATIONS
The Software automatically communicates with the Software servers on the Internet. Automatic communication functions are used for the software version check, license check, license registration and license management. We may work with analytics companies such as Google Analytics to help us understand how the Software is being used. You can stop all collection of information by the Software easily by uninstalling the Software.
8. TERMINATION
This Agreement shall continue for the duration of Company copyright in the Software, unless earlier terminated as provided herein. The Company may terminate your license immediately without notice to you for your failure to comply with any of the terms set forth in this Agreement. Upon termination, you must immediately destroy the Software, together with all copies, adaptations and merged portions thereof in any form.
9. EXPORT REQUIREMENTS
You may not export or re-export the Software or any copy or adaptation in violation of any applicable laws or regulations.
10. NEGATION OF PARTNERSHIP
Company shall not become or be deemed a partner or a joint venturer with you by reason of the provisions of this license.
11. GOVERNING LAW AND FORUM
Irrespective of the place of execution or performance, this License Agreement shall be governed and construed in accordance with the laws of the Republic of Korea applicable to agreements. Any litigation to enforce or interpret the provisions of this License Agreement or the parties’ rights or obligations arising out of this License Agreement or the performance hereunder shall be maintained only in the courts in the City of Seoul, Korea, and the parties expressly consent to personal jurisdiction in such courts. In the event that you breach this Agreement or indicate your intention to breach this Agreement in any manner that violates or may violate the Company’s intellectual property rights or may cause continuing or irreparable harm to the Company, the Company may seek injunctive relief in any court of competent jurisdiction. The United Nations Convention on Contracts for the International Sale of Goods is specifically disclaimed.
12. ENTIRE AGREEMENT
Unless otherwise expressly agreed in writing, this License Agreement constitutes the sole and exclusive agreement between you and Company with regard to the Software, and supersedes all prior agreements, whether oral or written, and other communications between the parties relating to the subject matter set forth herein.
If you have any questions regarding this License Agreement or if you wish to request any information from Company, please contact the firm at [email protected].
Copyright(C) 1999-2016 Bandisoft.com, All rights reserved.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from the listed download
location on <http://www.bandisoft.com/honeyview/>
and can be verified by doing the following:
1. Download the following <https://dl.bandisoft.com/honeyview/HONEYVIEW-SETUP.EXE>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:
checksumType: sha256
checksum: D9B4E885AF1232D89F1615DA0B66748B4CABB9C570641188F18F4719BAC5A7E2
The file 'LICENSE.txt' has been obtained from <http://www.bandisoft.com/honeyview/eula/>
Log in or click on link to see number of positives.
- honeyview.install.5.51.nupkg (612beb09008d) - ## / 65
- HONEYVIEW-SETUP_x32.EXE (d9b4e885af12) - ## / 71
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 |
---|---|---|---|---|
Honeyview (Install) 5.51 | 5421 | Wednesday, September 13, 2023 | Approved | |
Honeyview (Install) 5.50 | 5532 | Thursday, October 27, 2022 | Approved | |
Honeyview (Install) 5.49 | 1822 | Monday, September 26, 2022 | Approved | |
Honeyview (Install) 5.48 | 2937 | Thursday, June 2, 2022 | Approved | |
Honeyview (Install) 5.47 | 1409 | Tuesday, May 17, 2022 | Approved | |
Honeyview (Install) 5.46 | 3385 | Monday, January 3, 2022 | Approved | |
Honeyview (Install) 5.45 | 1775 | Tuesday, December 7, 2021 | Approved | |
Honeyview (Install) 5.42 | 1702 | Monday, November 15, 2021 | Approved | |
Honeyview (Install) 5.41 | 1130 | Monday, November 8, 2021 | Approved | |
Honeyview (Install) 5.40 | 3503 | Thursday, July 1, 2021 | Approved | |
Honeyview (Install) 5.38 | 1915 | Monday, May 24, 2021 | Approved | |
Honeyview (Install) 5.36 | 742 | Thursday, May 20, 2021 | Approved | |
Honeyview (Install) 5.35 | 4804 | Monday, September 7, 2020 | Approved | |
Honeyview (Install) 5.34 | 1307 | Friday, August 21, 2020 | Approved | |
Honeyview (Install) 5.32 | 6727 | Thursday, January 23, 2020 | Approved | |
Honeyview (Install) 5.31 | 4317 | Sunday, September 30, 2018 | Approved | |
Honeyview (Install) 5.30 | 819 | Friday, September 7, 2018 | Approved | |
Honeyview (Install) 5.28 | 1150 | Tuesday, June 26, 2018 | Approved | |
Honeyview (Install) 5.27 | 877 | Monday, May 21, 2018 | Approved | |
Honeyview (Install) 5.26 | 1208 | Saturday, February 3, 2018 | Approved | |
Honeyview (Install) 5.25 | 947 | Sunday, November 5, 2017 | Approved | |
Honeyview (Install) 5.24 | 687 | Tuesday, September 12, 2017 | Approved | |
Honeyview (Install) 5.22 | 696 | Sunday, July 2, 2017 | Approved | |
Honeyview (Install) 5.21 | 641 | Monday, May 15, 2017 | Approved | |
Honeyview (Install) 5.20.0.20170507 | 514 | Sunday, May 7, 2017 | Approved | |
Honeyview (Install) 5.20.0.20170506 | 473 | Saturday, May 6, 2017 | Approved | |
Honeyview (Install) 5.20 | 634 | Saturday, April 8, 2017 | Approved | |
Honeyview (Install) 5.18 | 982 | Sunday, July 3, 2016 | Approved | |
Honeyview (Install) 5.16 | 580 | Friday, February 5, 2016 | Approved | |
Honeyview (Install) 5.14 | 494 | Sunday, January 10, 2016 | Approved |
Copyright 2008-2015
This package has no dependencies.
Ground Rules:
- This discussion is only about Honeyview (Install) and the Honeyview (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 Honeyview (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.