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:

517

Downloads of v 1.0.6:

75

Last Update:

01 Jul 2023

Package Maintainer(s):

Software Author(s):

  • iventoy.com

Tags:

iventoy pxe boot network ipxe f12

iVentoy

This is not the latest version of iVentoy available.

  • 1
  • 2
  • 3

1.0.6 | Updated: 01 Jul 2023

Downloads:

517

Downloads of v 1.0.6:

75

Maintainer(s):

Software Author(s):

  • iventoy.com

iVentoy 1.0.6

This is not the latest version of iVentoy 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 as a Note:

At least one file within this package has greater than 0 detections, but less than 5

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install iVentoy, run the following command from the command line or from PowerShell:

>

To upgrade iVentoy, run the following command from the command line or from PowerShell:

>

To uninstall iVentoy, 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 iventoy -y --source="'INTERNAL REPO URL'" --version="'1.0.6'" [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 iventoy -y --source="'INTERNAL REPO URL'" --version="'1.0.6'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install iventoy
  win_chocolatey:
    name: iventoy
    version: '1.0.6'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'iventoy' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.0.6'
end

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


cChocoPackageInstaller iventoy
{
    Name     = "iventoy"
    Version  = "1.0.6"
    Source   = "INTERNAL REPO URL"
}

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


package { 'iventoy':
  ensure   => '1.0.6',
  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 Windos on 19 Jul 2023.

Description

iventoy

iVentoy is an enhanced version of the PXE server.
With iVentoy you can boot and install OS on multiple machines at the same time through the network.
iVentoy is extremely easy to use, without complicated configuration, just put the ISO file in the specified location and select PXE boot in the client machine.
iVentoy supports x86 Legacy BIOS, IA32 UEFI, x86_64 UEFI and ARM64 UEFI mode at the same time.
iVentoy supports 110+ common types of OS (Windows/WinPE/Linux/VMware)

Features

Simple to use Get Started
Cross-platform, can run in both Windows and Linux.
Specially optimized for PXE scenarios, with flexible functions.
Directly boot ISO files, no extraction needed.
Native boot menu style for Legacy & UEFI
Directory layout corresponded boot menu.
Supports Legacy BIOS and IA32/X86_64/ARM64 UEFI mode.
Supports 110+ common types of OS (Windows/WinPE/Linux/VMware)
System or ISO level boot password protection.
Multiple devices to install different OSs at the same time.
Device filtering by MAC address.
Support querying MAC address filtering status.
Support MAC address attribution query.
Client device information. (Manufacture, product name etc.)
Directly get ISO internal files with HTTP. Notes
File Injection feature. Notes
Windows auto installation supported. Notes
Linux auto installation supported. Notes
Variables Expansion supported for install script Notes
Automatically solve the driver missing during Linux installation.

See iventoy.com for details.


tools\ChocolateyBeforeModify.ps1
$ErrorActionPreference	= 'Stop';

Get-Process iVentoy_64 -ErrorAction SilentlyContinue | Stop-Process -ErrorAction Stop
tools\ChocolateyInstall.ps1
# exe location
# └── iVentoy_64.exe
# └── iso
# └── other data

$ErrorActionPreference	= 'Stop';

$packageName = "iventoy"
$version = "1.0.06" # Chocolatey package version may differ from the filename version
$fileName = "$packageName-$version-win64.zip"
$toolsDir = $(Split-Path -Parent $MyInvocation.MyCommand.Definition)
$file = Join-Path $toolsDir $fileName
$unzipLocation = Join-Path ([Environment]::GetFolderPath("LocalApplicationData")) $packageName

$packageArgs = @{
	packageName   = $packageName
	unzipLocation = $unzipLocation
	file          = $file
}

Install-ChocolateyZipPackage @packageArgs

# Keeping this logic as is - was from original maintainer script
Copy-Item -Path "$unzipLocation\iventoy-$version\*" -Destination $unzipLocation -Force -Recurse -ErrorAction SilentlyContinue
Remove-Item "$unzipLocation\iventoy-$version" -Force -Recurse -ErrorAction SilentlyContinue

# Create shortcuts
@(
	, @('iVentoy', 'iVentoy_64.exe')
	, @('iVentoy ISOs', 'iso')
) | ForEach-Object {
	$targetPath = Join-Path $unzipLocation $_[1]

	# Create Programs shortcuts
	$programsShortcutPath = Join-Path ([Environment]::GetFolderPath("Programs")) "$($_[0]).lnk"
	Install-ChocolateyShortcut -ShortcutFilePath $programsShortcutPath -Target $targetPath -WorkingDirectory $unzipLocation

	# Create Desktop shortcuts
	$desktopShortcutPath = Join-Path ([Environment]::GetFolderPath("Desktop")) "$($_[0]).lnk"
	Install-ChocolateyShortcut -ShortcutFilePath $desktopShortcutPath -Target $targetPath -WorkingDirectory $unzipLocation
}
tools\ChocolateyUninstall.ps1
$ErrorActionPreference	= 'Stop';

$packageName = "iventoy"
$unzipLocation = Join-Path ([Environment]::GetFolderPath("LocalApplicationData")) $packageName

@(
	, @('iVentoy', 'iVentoy_64.exe')
	, @('iVentoy ISOs', 'iso')
) | ForEach-Object {
	# Remove Programs shortcuts
	$shortcutPath = Join-Path ([Environment]::GetFolderPath("Programs")) "$($_[0]).lnk"
	Remove-Item -Path $shortcutPath -ErrorAction SilentlyContinue

	# Remove Desktop shortcuts
	$shortcutPath = Join-Path ([Environment]::GetFolderPath("Desktop")) "$($_[0]).lnk"
	Remove-Item -Path $shortcutPath -ErrorAction SilentlyContinue
}

if (Test-Path $unzipLocation) {
	# Remove all files/folders except the iso folder
	Get-ChildItem -Path $unzipLocation | Where-Object { $_.Name -ne "iso" } | Remove-Item -Recurse -Force -ErrorAction SilentlyContinue
}
tools\iventoy-1.0.06-win64.zip
md5: 865547EBF40526A852EE23E2C36A03B8 | sha1: 0F18F829FCF38B67D18E73081DC43AE637EBA3A3 | sha256: 48309AA58DE4C4833DC589B78BC06800F3CF0314D81EA34AD971B399903EC47A | sha512: 433B7DB2FCE14A1406F9BCFF025064A976FAACD5B09829947D1D83B687E65600C68497DA41C910BC17A14AB130D5A485721E8B0CB32A4D149C3CFD96F75B0230
tools\LICENSE.txt
1. Source Code

iVentoy software consists of two parts, server part and client part.

1.1 Server Part
Server part is all newly developed by the author, this part of the code is not open source, and the copyright belongs to the author.

Server part uses the following library:

+-----------+-------------------+
|   LIB     |  License	        |
+-----------+-------------------+
| glib2	    |  LGPL	            |
+-----------+-------------------+
| libiconv	|  LGPL             |
+-----------+-------------------+
| libwim    |  LGPL	            |
+-----------+-------------------+
| libevent  |  BSD-3            |
+-----------+-------------------+
| PCRE	    |  BSD              |
+-----------+-------------------+
| tomcrypt  | Public Domain     |
+-----------+-------------------+
| tommath   | Public Domain     |
+-----------+-------------------+

1.2 Client Part
The Client part also consists of two parts, iPXE and other tools.
iPXE is based on the standard iPXE project, so it's open sourced.
Other tools are all newly developed by the author, this part of the code is not open source, 
and the copyright belongs to the author.

All the code that should open sourced will be in the following link:
https://www.github.com/ventoy/PXE

END USER LICENSE AGREEMENT (EULA) FOR IVENTOY PROFESSIONAL/FREE EDITION

Please read the terms and conditions of this End User License Agreement (EULA) carefully before using this software. 
Download, set-up, install, configure and / or use all or any portion of this software means that you agree with the terms of this EULA.
If you do not agree to these terms, you must promptly cease all further download, installation or use of the software.
It is agreed that certain restrictions under this license only apply to IVENTOY FREE software or, as the case may be, 
to IVENTOY PROFESSIONAL software.


1. DEFINITIONS
1.1. In this EULA, LONGPANDA means longpanda [email protected] as the author, publisher and owner of the SOFTWARE PRODUCT.
1.2. LICENSEE means you, as either an individual or single entity who enters into the IVENTOY EULA.
1.3. SOFTWARE PRODUCT means IVENTOY in its PROFESSIONAL and FREE versions,
license key, associated software, software components, media, data, printed materials, and "online" or electronic
documentation, depending on the product type purchased or freely used by the LICENSEE, as the case may be, being
understood FREE versions of the software are offered free of charge.
1.4. LICENSE KEY means the license file provided by LONGPANDA to IVENTOY PROFESSIONAL LICENSEE which contains license
ID, machine code and other information.

2. LICENSE
2.1. In consideration of your undertaking to comply with the terms and conditions of this EULA, LONGPANDA grants you,
LICENSEE, a nonexclusive single license to use a single instance of the SOFTWARE PRODUCT on a single computer.
2.2. If LICENSEE is agreeing to be bound by this EULA on behalf of the LICENSEE'S employer or other entity, LICENSEE
represents and warrants to LONGPANDA that LICENSEE has full legal authority to bind the LICENSEE'S employer or such
entity to this EULA. If LICENSEE does not have the requisite authority, LICENSEE may not accept the EULA or use the
SOFTWARE PRODUCT on behalf of LICENSEE'S employer or other entity, and in this case the LICENSEE acceptance of
the EULA terms shall bind the LICENSEE personally.
2.3. It is also agreed that the license granted to the LICENSEE pertaining to IVENTOY PROFESSIONAL a nonexclusive single 
license to use a single instance of the SOFTWARE PRODUCT on at most 5 computers and is neither transferable to any other 
individual or entity, nor movable.
2.4. The entire EULA between the parties regarding its subject matter supersedes all prior and contemporaneous EULA,
terms sheets, letters of intent, understandings, and communications, whether written or oral. Any pre-printed terms in any
order forms, quotes, purchase orders or other similar written purchase authorization that add to, or conflict with or contradict,
any provisions in the EULA will have no legal effect.
2.5. The provisions of this EULA may be amended or waived only by a written document signed by both parties.
2.6. To the extent LICENSEE has separately entered into a EULA with LONGPANDA covering the same SOFTWARE
PRODUCT, the terms and conditions of such EULA shall supersede this agreement in its entirety.

3. COPYRIGHT AND RESTRICTIONS ON USE
3.1. The SOFTWARE PRODUCT contains copyrighted material and, in its human readable form, it contains trade secrets
and proprietary information owned by or licensed to LONGPANDA. Title to and ownership of the SOFTWARE PRODUCT and
the documentation that accompanies the SOFTWARE PRODUCT and all intellectual property rights in the SOFTWARE
PRODUCT and said documentation are and shall remain the sole property of LONGPANDA and / or its licensors.
3.2. LICENSEE further acknowledges that this license is not a sale or an assignment of LONGPANDA and / or its licensors'
intellectual property rights in the SOFTWARE PRODUCT and the associated documentation and that LONGPANDA and its
licensors continue to own title to the SOFTWARE PRODUCT and copyright to the provided information.
3.3. This EULA does not grant LICENSEE any rights to patents, copyrights, trade secrets, trade names, trademarks
(whether registered or unregistered), or any other rights, functions or licenses in respect of the SOFTWARE PRODUCT.
3.4. LICENSEE may not reverse engineer, decompile, reproduce, or disassemble the SOFTWARE PRODUCT or otherwise
attempt to discover the source code, except and only to the extent that such activity is expressly authorized by mandatory
legislation.
3.5. LICENSEE may not modify, rent, lease, loan the SOFTWARE PRODUCT or distribute copies of it.
3.6. LICENSEE may not electronically transfer the SOFTWARE PRODUCT over any type of network including the Internet.
3.7. Restrictions related to the distribution and electronic transfer of the SOFTWARE PRODUCT do not apply to the IVENTOY FREE software.
3.8. IVENTOY PROFESSIONAL must always be used with license keys issued in the individual end-user's name. When
IVENTOY PROFESSIONAL is installed and used in environments including, but not limited to, Nonprofit, Educational,
Commercial, Corporate, Government or Military it must always be furnished with license keys issued in the name of the
corresponding end-user entity.
3.9. IVENTOY PROFESSIONAL when used by the Government / Military and its Contractors requires the request for quote,
procurement and use of the corresponding Government / Military valid license key. For any other use IVENTOY
PROFESSIONAL requires the corresponding Personal or Entity issued license key that in this case can be directly
purchased from LONGPANDA [email protected]
3.10. LICENSEE can use IVENTOY FREE for IVENTOY PROFESSIONAL prepurchase evaluation purposes.
For all other purposes IVENTOY FREE can be used FOR PERSONAL, NONCOMMERCIAL PURPOSES ONLY.
3.11. The SOFTWARE PRODUCT is licensed as a single product. Its components may not be separated for use on more
than one device.
3.12. LICENSEE may not assign, sublicense, or transfer any rights or delegate its obligations under the EULA without
LONGPANDA's prior written consent, and any attempt to do so without consent shall be void. The EULA shall be binding on the
respective successors and assigns of the parties to this EULA.
3.13. LONGPANDA may provide the LICENSEE with support services related to the SOFTWARE PRODUCT. Any additional
software code and / or documentation provided to the LICENSEE as part of the Support Services shall be considered part
of the SOFTWARE PRODUCT and subject to the terms and conditions of this EULA.
3.14. LICENSEE may not create derivative software based upon any trade secret or proprietary information of LONGPANDA
and / or its licensors.
3.15. LICENSEE may not adapt or use any trademark or trade name which is likely to be similar to or confusing with that of
IVENTOY or any of its licensors or take any other action which impairs or reduces the trademark rights of LONGPANDA or of its
licensors.

4. SPECIAL DISTRIBUTION RIGHTS RELATED TO IVENTOY FREE
4.1. Such distribution includes only the original archive supplied by LONGPANDA. You may not alter, delete or add any files in
the distribution archive.
4.2. The distribution does not include a license key. In particular, LICENSEE is forbidden from distributing a piece of software
including a license key.
4.3. No money is charged to the person receiving the IVENTOY FREE software, beyond reasonable cost of delivery,
packaging and other overhead if applicable.

5. MAINTENANCE AND SUPPORT
5.1. Maintenance: LONGPANDA shall make available to the LICENSEE for download at no additional charge all corrections,
revisions, patches, service packs, and updates of IVENTOY PROFESSIONAL when made available by LONGPANDA to other
LICENSEES of IVENTOY PROFESSIONAL for 
(a) as long as this EULA shall remain in full force and effect as indicated under
the license acquisition terms and / or license key or otherwise in the life cycle of the corresponding MAJOR version 
of IVENTOY PROFESSIONAL unless and until terminated or, 
(b) as long as the Software Assurance, new version rights term shall remain in full force and effect as indicated
under the license acquisition terms and / or license key or otherwise in the life cycle of the corresponding MAJOR version 
of IVENTOY PROFESSIONAL unless and until terminated. Upon any expiration or termination of the agreement,
LONGPANDA will no longer be responsible for making this maintenance service available.
5.2. Support: For as long as this agreement shall remain in full force and effect LONGPANDA shall provide IVENTOY
PROFESSIONAL LICENSEE with basic e-mail support covering installation and general usage of the SOFTWARE
PRODUCT. LICENSEE can purchase additional support for the SOFTWARE PRODUCT by contacting LONGPANDA.
5.3. LONGPANDA shall have no maintenance or support obligations with respect to the SOFTWARE PRODUCT other than the
ones expressly set forth in this section.

6. NO REFUND
6.1. LICENSEE can use IVENTOY FREE software for free, under its license terms, before to decide purchasing
IVENTOY PROFESSIONAL software. It is agreed that the LICENSEE knows beforehand performance, capabilities and
limitations of the IVENTOY PROFESSIONAL software. It is agreed that there are no refunds given or implied under any
circumstances for the purchase of the IVENTOY PROFESSIONAL software. All amounts paid by LICENSEE under this EULA
shall be non-refundable and non-recoupable, unless otherwise provided herein.

7. NO WARRANTIES
7.1. THE SOFTWARE PRODUCT, ANY OTHER SOFTWARE FURNISHED WITH OR ACCOMPANYING THE
SOFTWARE PRODUCT AND DOCUMENTATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.
LONGPANDA EXPRESSLY DISCLAIMS ON BEHALF OF ITSELF, ITS SUPPLIERS AND PROVIDERS, ALL WARRANTIES
AND / OR CONDITIONS RELATING TO THE SOFTWARE PRODUCT, THE DOCUMENTATION AND ANY SERVICES,
EXPRESS OR IMPLIED INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES AND / OR CONDITIONS OF
MERCHANTABILITY OR SATISFACTORY QUALITY AND FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD-PARTY RIGHTS. LONGPANDA DOES NOT WARRANT THAT THE FUNCTIONS
CONTAINED IN THE SOFTWARE WILL MEET LICENSEE'S REQUIREMENTS, OR THAT THE OPERATION OF THE
SOFTWARE WILL BE UNINTERRUPTED OR ERROR-FREE, OR THAT DEFECTS IN THE SOFTWARE WILL BE
CORRECTED. FURTHERMORE, LONGPANDA DOES NOT WARRANT OR MAKE ANY REPRESENTATIONS REGARDING
THE USE OR THE RESULTS OF THE USE OF THE SOFTWARE PRODUCT, INCLUDING WITHOUT LIMITATION WITH
RESPECT TO ITS CORRECTNESS, ACCURACY, SECURITY, RELIABILITY, AVAILABILITY, COMPLETENESS,
WORKMANLIKE EFFORT, LACK OF VIRUSES, AND LACK OF NEGLIGENCE, ALL WITH REGARD TO THE SOFTWARE
PRODUCT, AND THE PROVISION OR FAILURE TO PROVIDE MAINTENANCE, SUPPORT OR OTHER SERVICES,
INFORMATION, SOFTWARE, AND RELATED CONTENT THROUGH THE SOFTWARE PRODUCT OR OTHERWISE
ARISING OUT OF THE USE OF THE SOFTWARE PRODUCT. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
ESSENTIAL PART OF THIS LICENSE.


8. LIMITATION OF LIABILITY
8.1. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL LONGPANDA BE LIABLE FOR
ANY DIRECT, SPECIAL, INCIDENTAL, PUNITIVE, INDIRECT, OR CONSEQUENTIAL DAMAGES WHATSOEVER
(INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER
INFORMATION OR DATA, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY, FOR
FAILURE TO MEET ANY DUTY INCLUDING OF GOOD FAITH OR OF REASONABLE CARE, FOR NEGLIGENCE, AND
FOR ANY OTHER PECUNIARY OR OTHER LOSS WHATSOEVER) ARISING OUT OF OR IN ANY WAY RELATED TO
THE USE OF OR INABILITY TO USE THE SOFTWARE PRODUCT, THE PROVISION OF OR FAILURE TO PROVIDE
SUPPORT OR OTHER SERVICES, INFORMATION, SOFTWARE, AND RELATED CONTENT THROUGH THE
SOFTWARE PRODUCT OR OTHERWISE ARISING OUT OF THE USE OF THE SOFTWARE PRODUCT, OR
OTHERWISE UNDER OR IN CONNECTION WITH ANY PROVISION OF THIS EULA, EVEN IN THE EVENT OF THE
FAULT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY, BREACH OF CONTRACT OR BREACH OF
WARRANTY OF LONGPANDA OR ANY SUPPLIER, AND EVEN IF LONGPANDA OR ANY DEVELOPER HAS BEEN ADVISED
OF THE POSSIBILITY OF SUCH DAMAGES.


9. NOTICE OF RISK AND LIMITATION OF LIABILITY
9.1. THE SOFTWARE PRODUCT CONSIST OF SERVER AND CLIENT MODULES INTENDED FOR USE IN
COMPUTER NETWORKS. LICENSEE ACKNOWLEDGES IT HAS ALL THE REQUIRED AUTHORIZATIONS AND
PERMISSIONS FOR OPERATING THE SOFTWARE PRODUCT. LICENSEE ACKNOWLEDGES THAT GOOD SYSTEM
AND NETWORKING PRACTICES DICTATE THAT ANY SOFTWARE SYSTEM, INCLUDING THE SOFTWARE
PRODUCT, MUST BE THOROUGHLY TESTED WITH NON-CRITICAL DATA, IN NON-CRITICAL SCENARIOS, BEFORE
LICENSEE RELIES ON IT, AND LICENSEE HEREBY ASSUMES THE SOFTWARE PRODUCT IS NOT PROVIDED FREE
OF FAULTS AND ACCEPTS THE ENTIRE RISK OF USING THE SOFTWARE PRODUCT. THIS DISCLAIMER OF
LIABILITY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE.


10. RESERVATION OF RIGHTS OF OWNERSHIP.
10.1. LONGPANDA reserves all rights not expressly granted to the LICENSEE in this EULA. The SOFTWARE PRODUCT is
protected by copyright and other intellectual property laws and treaties. Unless otherwise stated, LONGPANDA and its Licensors
respectively retain all right, title and interest in the SOFTWARE PRODUCT including, but not limited to copyrights,
trademarks, trade secrets, trade names, proprietary rights, patents, titles, computer code, and other intellectual property
rights in the SOFTWARE PRODUCT. The SOFTWARE PRODUCT is licensed, not sold. This EULA does not grant the
LICENSEE any rights to trademarks or service marks of LONGPANDA.


11. TERMINATION
11.1. For IVENTOY PROFESSIONAL this EULA shall remain in full force and effect for the time indicated
under the license acquisition terms and / or license key or otherwise in the life cycle of the corresponding MAJOR version unless and until
terminated.
11.2. This EULA will terminate immediately, automatically and without notice if LICENSEE fails to comply with any provision
of this EULA.
11.3. Upon termination, LICENSEE must stop using the SOFTWARE PRODUCT, erase or destroy all copies of the
SOFTWARE PRODUCT, and destroy all printed information provided with the SOFTWARE PRODUCT.


12. ENTIRE AGREEMENT; SEVERABILITY
12.1. This EULA (including any applicable LONGPANDA add-on EULA and / or addendum or amendment to this EULA which is
included with the SOFTWARE PRODUCT) constitutes the entire agreement between LICENSEE and LONGPANDA relating to
the SOFTWARE PRODUCT and the maintenance, support, or services accompanying or related to the SOFTWARE
PRODUCT and supersedes any other prior agreements or communications regarding the SOFTWARE PRODUCT. If any
provision of this agreement is held invalid, the remainder of this agreement shall continue in effect.


13. NO IMPLIED WAIVER
13.1. The failure of either LONGPANDA or LICENSEE to enforce at any time any of the provisions of the EULA shall not be
deemed a waiver of the provisions or of the right of such party thereafter to enforce that or any other provision.
tools\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 tableplus.com and can be verified like this:

1. Download the following installer:
	https://www.iventoy.com/en/download.html

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: 48309AA58DE4C4833DC589B78BC06800F3CF0314D81EA34AD971B399903EC47A

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
iVentoy 1.0.19 211 Thursday, September 14, 2023 Approved
iVentoy 1.0.18 65 Monday, August 14, 2023 Approved
iVentoy 1.0.17 40 Friday, August 4, 2023 Approved
iVentoy 1.0.6 75 Saturday, July 1, 2023 Approved

This package has no dependencies.

Discussion for the iVentoy Package

Ground Rules:

  • This discussion is only about iVentoy and the iVentoy 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 iVentoy, 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