function vt_check_compatible_pe {
#Check for PE without external tools
+ #set compatible if ISO file is less than 80MB
+ if [ $vt_chosen_size -gt 33554432 -a $vt_chosen_size -le 83886080 ]; then
+ set ventoy_compatible=YES
+ fi
+
return
}
#############################################################
#############################################################
-set VENTOY_VERSION="1.0.49"
+set VENTOY_VERSION="1.0.50"
#ACPI not compatible with Window7/8, so disable by default
set VTOY_PARAM_NO_ACPI=1