-
-
Notifications
You must be signed in to change notification settings - Fork 151
Description
I recently used Ventoys auto_install plugin with a Schneegans generated unattend.xml to install Windows. Gleefully I watched the command line window appear over the install UI - just to watch it grind to a harsh halt of Could not locate autounattend.xml.
It turns out that Ventoy copies the configured autounattend.xml to X:\_ventoy_auto_install_
and sets the Registry Key HKEY_LOCAL_MACHINE\System\Setup\UnattendFile
to point to it. Which is the first location mentioned in the Implicit Answer File Search Order, the list of places where the Windows installer naturally looks for unattend.xmls.
I think it would be nice if pe.cmd supports this registry key, to mimic more of the Windows behaviour and become more self aware. Because when pe.cmd runs there must be an unattend.xml somewhere - just not neccessarily at the top of a drive.
Kind regards.