Ventoy Forums
(SOLVED) Auto Installation HELP please - Printable Version

+- Ventoy Forums (https://forums.ventoy.net)
+-- Forum: Ventoy Plugin —— Ventoy 插件 (https://forums.ventoy.net/forumdisplay.php?fid=3)
+--- Forum: Ventoy Plugin Forum (https://forums.ventoy.net/forumdisplay.php?fid=4)
+--- Thread: (SOLVED) Auto Installation HELP please (/showthread.php?tid=436)



(SOLVED) Auto Installation HELP please - rbgale - 08-06-2020

No Auto Installation menu choice, what am I not doing or doing wrong?
Any help would be appreciated 

Volume in drive G is Ventoy
Volume Serial Number is 4E21-0000

Directory of G:\

08/03/2020  06:35 PM    <DIR>          ISO
08/03/2020  06:36 PM    <DIR>          ventoy

Directory of G:\ISO

08/03/2020  06:35 PM    <DIR>          .
08/03/2020  06:35 PM    <DIR>          ..
07/24/2020  09:04 AM    4,197,056,512 Windows_10_64.iso
              1 File(s)  4,197,056,512 bytes

Directory of G:\ventoy

08/03/2020  06:36 PM    <DIR>          .
08/03/2020  06:36 PM    <DIR>          ..
07/26/2020  07:34 PM              188 ventoy.json
08/03/2020  06:36 PM    <DIR>          script
              1 File(s)            188 bytes

Directory of G:\ventoy\script

08/03/2020  06:36 PM    <DIR>          .
08/03/2020  06:36 PM    <DIR>          ..
05/11/2020  06:10 AM            7,618 autounattendmbr.xml
07/26/2020  10:46 AM            7,009 autounattendUEFI.xml
              2 File(s)        14,627 bytes

my ventoy.json file that passed F5-debug and passes Json Parser Online

{ "auto_install" : [
        {
            "image": "/ISO/windows_10_64.iso",
            "template": [
"/ventoy/script/autounattendmbr.xml",
"/ventoy/script/autounattendUEFI.xml"]}]}


Thanks in advance
Robert


RE: Auto Installation HELP please - longpanda - 08-07-2020

Code:
{
    "auto_install":[
        {
            "image":"/ISO/Windows_10_64.iso",
            "template":[
                "/ventoy/script/autounattendmbr.xml",
                "/ventoy/script/autounattendUEFI.xml"
            ]
        }
    ]
}

"image":"/ISO/Windows_10_64.iso", case-sensitive


RE: Auto Installation HELP please - rbgale - 08-07-2020

(08-07-2020, 07:21 AM)longpanda Wrote:
Code:
{
    "auto_install":[
        {
            "image":"/ISO/Windows_10_64.iso",
            "template":[
                "/ventoy/script/autounattendmbr.xml",
                "/ventoy/script/autounattendUEFI.xml"
            ]
        }
    ]
}

"image":"/ISO/Windows_10_64.iso", case-sensitive
Thank you longpanda its all in the Details  Smile