I am trying to do an unattended install of Windows 10 Professional using an answer XML file I created. I'm booting off a USB, and receiving the error:
Windows could not collect information for [DataImage1] because the specified image file [\sources\MyImageFile.wim] does not exist.
This is my XML for reference: https://pastebin.com/PuDJ5998
I'm using ImgBurn to create my ISO (from boot, efi, sources, support, etc), and Rufus to create a bootable USB drive from this ISO.
I have confirmed that the .wim file is where I've specified it on the USB, and I have tried using /, \, and removing the first slash before 'sources' in the XML 'InstallFrom' option.
Any thoughts on what my issue would be?