Tanmay Pachpande 44dbbb4251
Add powershell script to download latest release
## What this change does:
Adds a power-shell script to get the latest release from GitHub and download it if the user does not have it on their disk.

## How to get this working:
Create the following directory structure:
```
---- ventoy
    ---- ventoy-update-windows.ps1
    ---- ventoy-1.0.19-windows.zip
    ---- ventoy-1.0.18-windows.zip
```
When running the script from that directory, it will check the latest downloaded release on disk and compare it with the latest release on GitHub. If a newer version exists, it will download that version in the same directory.

## Future scope of this change:
- Could be added to automate updates within app.
- This approach also allows to get the change-log using `$release.body`.
2020-08-23 21:47:22 +05:30
2020-08-08 19:39:35 +08:00
2020-08-08 19:39:35 +08:00
2020-08-08 19:39:35 +08:00
2020-08-07 22:25:16 +08:00
2020-05-21 12:45:39 +08:00
2020-08-13 20:20:23 +08:00
2020-08-14 22:16:27 +08:00
2020-07-23 21:35:12 +08:00
2020-08-14 22:16:27 +08:00
2020-08-14 22:16:27 +08:00
2020-07-03 23:20:41 +08:00
2020-08-17 22:50:55 +08:00
2020-07-22 23:30:13 +08:00
2020-08-01 20:42:22 +08:00
2020-04-05 00:08:01 +08:00
2020-08-08 19:39:35 +08:00
2020-05-21 13:05:03 +08:00
2020-08-13 20:20:23 +08:00
2020-06-04 21:43:10 +08:00
2020-08-23 16:15:02 +08:00

Ventoy

Ventoy is an open source tool to create bootable USB drive for ISO/WIM/IMG/EFI files.
With ventoy, you don't need to format the disk over and over, you just need to copy the image files to the USB drive and boot it. You can copy many iso files at a time and ventoy will give you a boot menu to select them.
Both Legacy BIOS and UEFI are supported in the same way.
Both MBR and GPT partition style are supported in the same way.
Most type of OS supported(Windows/WinPE/Linux/Unix/Vmware/Xen...), 470+ ISO files are tested.
A "Ventoy Compatible" concept is introduced by ventoy, which can help to support any ISO file.

Features

  • 100% open source
  • Simple to use
  • Fast (limited only by the speed of copying iso file)
  • Directly boot from iso/wim/img file, no extraction needed
  • Legacy + UEFI supported in the same way
  • UEFI Secure Boot supported (since 1.0.07+)
  • Persistence supported (since 1.0.11+)
  • MBR and GPT partition style supported (1.0.15+)
  • WIM files boot supported (Legacy + UEFI) (1.0.12+)
  • IMG files boot supported (Legacy + UEFI) (1.0.19+)
  • Auto installation supported (1.0.09+)
  • File injection supported (1.0.16+)
  • ISO files larger than 4GB supported
  • Native boot menu style for Legacy & UEFI
  • Most type of OS supported(Windows/WinPE/Linux/Unix/Vmware/Xen...), 470+ iso files tested
  • Not only boot but also complete installation process
  • ISO files can be listed in List mode/TreeView mode
  • "Ventoy Compatible" concept
  • Plugin Framework
  • Menu Alias/Menu Style/Customized Menu supported
  • 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

avatar

Installation Instructions

See https://www.ventoy.net/en/doc_start.html for detail

Compile Instructions

Please refer to BuildVentoyFromSource.txt

Document

Title Link
Install & Update https://www.ventoy.net/en/doc_start.html
Customize Theme https://www.ventoy.net/en/plugin_theme.html
Global Control https://www.ventoy.net/en/plugin_control.html
Auto Installation https://www.ventoy.net/en/plugin_autoinstall.html
Injection Plugin https://www.ventoy.net/en/plugin_injection.html
Persistence Support https://www.ventoy.net/en/plugin_persistence.html
Boot WIM file https://www.ventoy.net/en/plugin_wimboot.html
Menu Class https://www.ventoy.net/en/plugin_menuclass.html
Menu Alias https://www.ventoy.net/en/plugin_menualias.html
Menu Extension https://www.ventoy.net/en/plugin_grubmenu.html
Memdisk Mode https://www.ventoy.net/en/doc_memdisk.html
TreeView Mode https://www.ventoy.net/en/doc_treeview.html
Disk Layout MBR https://www.ventoy.net/en/doc_disk_layout.html
Disk Layout GPT https://www.ventoy.net/en/doc_disk_layout_gpt.html

FAQ

See https://www.ventoy.net/en/faq.html for detail

Forum

https://forums.ventoy.net

Languages
C 84.1%
Shell 5.4%
HTML 3.1%
C++ 2.1%
CSS 1.3%
Other 3.9%