-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathventoy.nuspec
More file actions
72 lines (69 loc) · 4.68 KB
/
ventoy.nuspec
File metadata and controls
72 lines (69 loc) · 4.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="utf-8"?>
<!--Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one.-->
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ventoy</id>
<version>1.0.96</version>
<title>Ventoy</title>
<authors>ventoy.net</authors>
<owners>Yato, asheroto</owners>
<licenseUrl>https://www.ventoy.net/doc_license.html</licenseUrl>
<projectUrl>https://www.ventoy.net</projectUrl>
<iconUrl>https://cdn.statically.io/gh/asheroto/ChocolateyPackages/d8da4fbc2df61bf7e9bc2dd63b39571b93f3fe4d/ventoy/icon.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>
## 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)](https://www.ventoy.net/en/screenshot.html).
- 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)](https://www.ventoy.net/en/isolist.html), 90%+ distros in [distrowatch.com](http://distrowatch.com/dwres.php?resource=popularity) supported [(details)](https://www.ventoy.net/en/distrowatch.html).
## Features
- 100% open source [license](https://www.ventoy.net/en/doc_license.html)
- Very simple to use [Get started](https://www.ventoy.net/en/doc_start.html)
- 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](https://www.ventoy.net/en/doc_vlnk.html)
- No need to be continuous in disk for ISO/WIM/IMG/VHD(x)/EFI files
- 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](https://www.ventoy.net/en/doc_secure.html)
- Linux Persistence supported [Notes](https://www.ventoy.net/en/plugin_persistence.html)
- Windows auto installation supported [Notes](https://www.ventoy.net/en/plugin_autoinstall.html)
- Linux auto installation supported [Notes](https://www.ventoy.net/en/plugin_autoinstall.html)
- Variables Expansion supported for Windows/Linux auto installation script [Notes](https://www.ventoy.net/en/plugin_autoinstall.html)
- FAT32/exFAT/NTFS/UDF/XFS/Ext2(3)(4) supported for main partition
- ISO files larger than 4GB supported
- Menu alias, Menu tip message supported
- Password protect supported
- Native boot menu style for Legacy & UEFI
- Most type of OS supported, 1100+ iso files tested
- Linux vDisk(vhd/vdi/raw...) boot solution [Notes](https://www.ventoy.net/en/plugin_vtoyboot.html)
- Not only boot but also complete installation process
- Menu dynamically switchable between ListView and TreeView mode [Notes](https://www.ventoy.net/en/doc_treeview.html)
- "Ventoy Compatible" concept
- Plugin Framework and GUI plugin configurator
- Injection files to runtime enviroment
- Boot configuration file dynamically replacement
- Highly customizable theme and menu style
- USB drive write-protected support
- USB normal use unaffected
- Data nondestructive during version upgrade
- No need to update Ventoy when a new distro is released
See [ventoy.net](https://www.ventoy.net/) for details.</description>
<summary>Ventoy is an open source tool to create bootable USB drive for ISO files.</summary>
<releaseNotes>https://github.com/ventoy/Ventoy/releases</releaseNotes>
<copyright>Copyright © 2019-2022 longpanda</copyright>
<tags>ventoy</tags>
<projectSourceUrl>https://github.com/ventoy/Ventoy</projectSourceUrl>
<packageSourceUrl>https://github.com/asheroto/ChocolateyPackages/tree/master/ventoy</packageSourceUrl>
<docsUrl>https://www.ventoy.net/doc_news.html</docsUrl>
<bugTrackerUrl>https://github.com/ventoy/Ventoy/issues</bugTrackerUrl>
</metadata>
<files>
<file src="**" exclude="*.md;icon.png;icon.jpg;icon.svg;screenshot.png" />
</files>
</package>