Downloads:
114,904
Downloads of v 1.0.97.20240415:
3,680
Last Update:
15 Apr 2024
Package Maintainer(s):
Software Author(s):
- ventoy.net
Tags:
ventoy- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Ventoy
This is not the latest version of Ventoy available.
- 1
- 2
- 3
1.0.97.20240415 | Updated: 15 Apr 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
114,904
Downloads of v 1.0.97.20240415:
3,680
Software Author(s):
- ventoy.net
Tags:
ventoyVentoy 1.0.97.20240415
This is not the latest version of Ventoy available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by ventoy.net. The inclusion of ventoy.net trademark(s), if any, upon this webpage is solely to identify ventoy.net goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Ventoy, run the following command from the command line or from PowerShell:
To upgrade Ventoy, run the following command from the command line or from PowerShell:
To uninstall Ventoy, 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 ventoy --internalize --version=1.0.97.20240415 --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 ventoy -y --source="'INTERNAL REPO URL'" --version="'1.0.97.20240415'" [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 ventoy -y --source="'INTERNAL REPO URL'" --version="'1.0.97.20240415'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install ventoy
win_chocolatey:
name: ventoy
version: '1.0.97.20240415'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'ventoy' do
action :install
source 'INTERNAL REPO URL'
version '1.0.97.20240415'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller ventoy
{
Name = "ventoy"
Version = "1.0.97.20240415"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'ventoy':
ensure => '1.0.97.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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator Windos on 16 Apr 2024.
Summary
- Ventoy is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files.
- With ventoy, you don't need to format the disk over and over, you just need to copy the ISO/WIM/IMG/VHD(x)/EFI files to the USB drive and boot them directly.
- You can copy many files at a time and ventoy will give you a boot menu to select them (screenshot).
- You can also browse ISO/WIM/IMG/VHD(x)/EFI files in local disks and boot them.
- x86 Legacy BIOS, IA32 UEFI, x86_64 UEFI, ARM64 UEFI and MIPS64EL UEFI are supported in the same way.
- Most types of OS supported (Windows/WinPE/Linux/ChromeOS/Unix/VMware/Xen...)
- 1100+ image files are tested (list), 90%+ distros in distrowatch.com supported (details).
Features
- 100% open source license
- Very simple to use Get started
- Fast (limited only by the speed of copying iso file)
- Can be installed in USB/Local Disk/SSD/NVMe/SD Card
- Directly boot from ISO/WIM/IMG/VHD(x)/EFI files, no extraction needed
- Support to browse and boot ISO/WIM/IMG/VHD(x)/EFI files in local disk Notes
- Both MBR and GPT partition styles are supported
- x86 Legacy BIOS, IA32 UEFI, x86_64 UEFI, ARM64 UEFI, MIPS64EL UEFI supported
- IA32/x86_64 UEFI Secure Boot supported Notes
- Linux Persistence supported Notes
- Windows auto installation supported Notes
- Much more...
See ventoy.net for details.
Package Parameters
This package allows you to control the creation of desktop and start menu shortcuts for Ventoy and its components during installation. If you need Chocolatey to remember the arguments for upgrades, you can make use of the useRememberedArgumentsForUpgrades feature within Chocolatey itself (not enabled by default)
Disable Desktop Shortcuts
/NoDesktopShortcutVentoy
: Disables the creation of a desktop shortcut for Ventoy./NoDesktopShortcutVentoyPlugson
: Disables the creation of a desktop shortcut for Ventoy Plugson./NoDesktopShortcutVentoyVlnk
: Disables the creation of a desktop shortcut for Ventoy Vlnk.
Disable Start Menu Shortcuts
/NoStartMenuShortcutVentoy
: Disables the creation of a start menu shortcut for Ventoy./NoStartMenuShortcutVentoyPlugson
: Disables the creation of a start menu shortcut for Ventoy Plugson./NoStartMenuShortcutVentoyVlnk
: Disables the creation of a start menu shortcut for Ventoy Vlnk.
Examples
This example command will install Ventoy without creating desktop shortcuts for Ventoy Plugson and Ventoy Vlnk...
choco install ventoy -params '/NoDesktopShortcutVentoyPlugson /NoDesktopShortcutVentoyVlnk'
This command will install Ventoy without creating any desktop shortcuts...
choco install ventoy -params '/NoDesktopShortcutVentoy /NoDesktopShortcutVentoyPlugson /NoDesktopShortcutVentoyVlnk'
Package Note
Starting with version 1.0.97.20240415
, Ventoy will now be installed to $env:ChocolateyInstall\lib\ventoy
. This change was made because Chocolatey is intended to be used in a multi-user environment. Before this version, the package installation script was placing Ventoy in $env:LocalAppData\ventoy
, which is limited to the current user only.
$ErrorActionPreference = "Stop";
# Stop-Process won't error if the process doesn't exist
Get-Process Ventoy2Disk -ErrorAction SilentlyContinue | Stop-Process -ErrorAction Stop
Get-Process VentoyPlugson -ErrorAction SilentlyContinue | Stop-Process -ErrorAction Stop
$ErrorActionPreference = "Stop";
$packageName = "ventoy"
# Removed April 2024 to account for all users (stopped using LocalApplicationData)
# $unzipLocation = Join-Path ([Environment]::GetFolderPath("LocalApplicationData")) $packageName
# Added April 2024 to account for all users (switched to ChocolateyInstall\lib\ventoy)
$unzipLocation = [System.IO.Path]::Combine($env:ChocolateyInstall, "lib", $packageName)
# Uninstalling shortcuts
# Each entry in the array has the format: [Shortcut Name, Target Executable]
@(
, @('Ventoy')
, @('Ventoy Plugson')
, @('Ventoy Vlnk')
) | ForEach-Object {
# Assigning values to variables for clarity
$shortcutName = $_[0]
# Remove Programs shortcuts
$programsShortcutPath = Join-Path ([Environment]::GetFolderPath("Programs")) "$shortcutName.lnk"
Remove-Item -Path $programsShortcutPath -ErrorAction SilentlyContinue
# Remove Desktop shortcuts
$desktopShortcutPath = Join-Path ([Environment]::GetFolderPath("Desktop")) "$shortcutName.lnk"
Remove-Item -Path $desktopShortcutPath -ErrorAction SilentlyContinue
}
# Remove Ventoy directory if it exists
if (Test-Path $unzipLocation) {
Remove-Item -Path $unzipLocation -Recurse -Force -ErrorAction SilentlyContinue
}
Log in or click on link to see number of positives.
- ventoy-1.0.97-windows.zip (44fb53f26872) - ## / 64
- ventoy.1.0.97.20240415.nupkg (8bfea451b150) - ## / 62
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 |
---|---|---|---|---|
Ventoy 1.0.99 | 8664 | Sunday, June 9, 2024 | Approved | |
Ventoy 1.0.98.20240603 | 1436 | Monday, June 3, 2024 | Approved | |
Ventoy 1.0.98 | 2336 | Monday, May 20, 2024 | Approved | |
Ventoy 1.0.97.20240415 | 3680 | Monday, April 15, 2024 | Approved | |
Ventoy 1.0.97.20240126 | 5542 | Friday, January 26, 2024 | Approved | |
Ventoy 1.0.97 | 870 | Wednesday, January 24, 2024 | Approved | |
Ventoy 1.0.96 | 7083 | Saturday, October 7, 2023 | Approved | |
Ventoy 1.0.95 | 4114 | Wednesday, August 23, 2023 | Approved | |
Ventoy 1.0.94 | 3767 | Thursday, July 20, 2023 | Approved | |
Ventoy 1.0.93 | 2780 | Friday, June 23, 2023 | Approved | |
Ventoy 1.0.91 | 3773 | Wednesday, April 5, 2023 | Approved | |
Ventoy 1.0.90 | 1518 | Sunday, March 26, 2023 | Approved | |
Ventoy 1.0.89 | 1868 | Tuesday, March 7, 2023 | Approved | |
Ventoy 1.0.88 | 2819 | Friday, January 13, 2023 | Approved | |
Ventoy 1.0.87 | 1079 | Sunday, January 8, 2023 | Approved | |
Ventoy 1.0.86 | 1654 | Sunday, December 25, 2022 | Approved | |
Ventoy 1.0.85 | 1070 | Monday, December 19, 2022 | Approved | |
Ventoy 1.0.82 | 1980 | Saturday, November 26, 2022 | Approved | |
Ventoy 1.0.79 | 3198 | Friday, July 29, 2022 | Approved | |
Ventoy 1.0.78 | 1634 | Friday, July 1, 2022 | Approved | |
Ventoy 1.0.77 | 1220 | Sunday, June 19, 2022 | Approved | |
Ventoy 1.0.76 | 1140 | Tuesday, June 14, 2022 | Approved | |
Ventoy 1.0.75 | 2188 | Tuesday, May 31, 2022 | Approved | |
Ventoy 1.0.74 | 3907 | Thursday, April 28, 2022 | Approved | |
Ventoy 1.0.73 | 3139 | Wednesday, April 6, 2022 | Approved | |
Ventoy 1.0.72 | 1654 | Sunday, March 27, 2022 | Approved | |
Ventoy 1.0.71 | 2320 | Friday, March 11, 2022 | Approved | |
Ventoy 1.0.70 | 1369 | Saturday, February 19, 2022 | Approved | |
Ventoy 1.0.69 | 511 | Friday, February 18, 2022 | Approved | |
Ventoy 1.0.67 | 948 | Monday, February 14, 2022 | Approved | |
Ventoy 1.0.66 | 94 | Monday, February 14, 2022 | Approved | |
Ventoy 1.0.65 | 1110 | Friday, February 4, 2022 | Approved | |
Ventoy 1.0.64 | 1492 | Saturday, January 8, 2022 | Approved | |
Ventoy 1.0.63 | 93 | Monday, December 20, 2021 | Approved | |
Ventoy 1.0.62 | 1562 | Monday, December 6, 2021 | Approved | |
Ventoy 1.0.61 | 1277 | Tuesday, November 16, 2021 | Approved | |
Ventoy 1.0.60 | 603 | Saturday, November 13, 2021 | Approved | |
Ventoy 1.0.59 | 642 | Wednesday, November 10, 2021 | Approved | |
Ventoy 1.0.58 | 703 | Saturday, November 6, 2021 | Approved | |
Ventoy 1.0.57 | 874 | Friday, October 29, 2021 | Approved | |
Ventoy 1.0.56 | 854 | Friday, October 22, 2021 | Approved | |
Ventoy 1.0.55 | 652 | Monday, October 18, 2021 | Approved | |
Ventoy 1.0.54 | 740 | Wednesday, October 13, 2021 | Approved | |
Ventoy 1.0.53 | 1025 | Tuesday, September 28, 2021 | Approved | |
Ventoy 1.0.52 | 972 | Monday, September 13, 2021 | Approved | |
Ventoy 1.0.51 | 998 | Saturday, August 28, 2021 | Approved | |
Ventoy 1.0.50 | 849 | Sunday, August 15, 2021 | Approved | |
Ventoy 1.0.48 | 892 | Monday, August 2, 2021 | Approved | |
Ventoy 1.0.47 | 889 | Saturday, July 17, 2021 | Approved | |
Ventoy 1.0.46 | 1117 | Monday, June 14, 2021 | Approved | |
Ventoy 1.0.45 | 935 | Sunday, May 30, 2021 | Approved | |
Ventoy 1.0.44 | 865 | Sunday, May 16, 2021 | Approved | |
Ventoy 1.0.43 | 688 | Saturday, May 8, 2021 | Approved | |
Ventoy 1.0.42 | 682 | Thursday, April 29, 2021 | Approved | |
Ventoy 1.0.41 | 571 | Thursday, April 22, 2021 | Approved | |
Ventoy 1.0.40 | 646 | Sunday, April 11, 2021 | Approved | |
Ventoy 1.0.39 | 311 | Friday, April 9, 2021 | Approved | |
Ventoy 1.0.38 | 819 | Wednesday, March 17, 2021 | Approved | |
Ventoy 1.0.37 | 561 | Monday, March 8, 2021 | Approved | |
Ventoy 1.0.36 | 517 | Sunday, February 28, 2021 | Approved | |
Ventoy 1.0.35 | 679 | Wednesday, February 10, 2021 | Approved | |
Ventoy 1.0.34 | 490 | Friday, February 5, 2021 | Approved | |
Ventoy 1.0.33 | 629 | Thursday, January 21, 2021 | Approved | |
Ventoy 1.0.32 | 588 | Thursday, January 7, 2021 | Approved | |
Ventoy 1.0.31 | 570 | Thursday, December 24, 2020 | Approved | |
Ventoy 1.0.30 | 516 | Saturday, December 12, 2020 | Approved | |
Ventoy 1.0.29 | 595 | Friday, November 20, 2020 | Approved | |
Ventoy 1.0.28 | 363 | Sunday, November 15, 2020 | Approved | |
Ventoy 1.0.27 | 536 | Saturday, October 31, 2020 | Approved | |
Ventoy 1.0.26 | 420 | Saturday, October 24, 2020 | Approved | |
Ventoy 1.0.25 | 258 | Wednesday, October 21, 2020 | Approved | |
Ventoy 1.0.24 | 320 | Saturday, October 17, 2020 | Approved | |
Ventoy 1.0.23 | 139 | Saturday, October 17, 2020 | Approved | |
Ventoy 1.0.22 | 520 | Monday, September 28, 2020 | Approved | |
Ventoy 1.0.21 | 453 | Sunday, September 13, 2020 | Approved | |
Ventoy 1.0.20 | 375 | Sunday, August 30, 2020 | Approved | |
Ventoy 1.0.19 | 384 | Saturday, August 15, 2020 | Approved | |
Ventoy 1.0.18 | 362 | Sunday, August 2, 2020 | Approved | |
Ventoy 1.0.17 | 287 | Sunday, July 26, 2020 | Approved | |
Ventoy 1.0.16 | 232 | Thursday, July 23, 2020 | Approved | |
Ventoy 1.0.15 | 309 | Friday, July 10, 2020 | Approved | |
Ventoy 1.0.14 | 491 | Friday, June 26, 2020 | Approved | |
Ventoy 1.0.13 | 441 | Friday, June 19, 2020 | Approved | |
Ventoy 1.0.12 | 458 | Sunday, May 31, 2020 | Approved | |
Ventoy 1.0.11 | 233 | Sunday, May 24, 2020 | Approved | |
Ventoy 1.0.10 | 248 | Saturday, May 16, 2020 | Approved | |
Ventoy 1.0.09 | 153 | Sunday, May 10, 2020 | Approved | |
Ventoy 1.0.09-beta1 | 128 | Tuesday, May 5, 2020 | Exempted | |
Ventoy 1.0.08 | 204 | Friday, May 1, 2020 | Approved | |
ventoy 1.0.07 | 198 | Wednesday, April 29, 2020 | Approved |
Copyright © 2019-2022 longpanda
This package has no dependencies.
Ground Rules:
- This discussion is only about Ventoy and the Ventoy 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 Ventoy, 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.