Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
【Solved】Change Default selection on auto installation plugin?
#3
(02-18-2021, 12:57 AM)longpanda Wrote: Currently this is not supported. 
Maybe you can consider the following workaround.
offer another empty or invalid unattend.xml.

Code:
{
    "auto_install": [
        {
            "image": "/Windows10.iso",
            "template": [
                "/script/fake_unattend.xml",
                "/script/real_unattend.xml"
            ]           
        }
    ]
}

Now fake_unattend.xml will become the default highlighted selection.
That would be fine, thank you for the suggestion!
Reply


Messages In This Thread
RE: Change Default selection on auto installation plugin? - by markm - 02-19-2021, 10:50 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)