A library for generating answer files (unattend.xml and autounattend.xml) for unattended Windows installation.
$ dotnet add package Ookii.AnswerFileOokii.AnswerFile is a library for generating answer files for unattended Windows installations. These files are commonly called unattend.xml or autounattend.xml (depending on the installation method used).
This library can be used to generate answer files as part of an automated workflow for installing Windows, or just as a convenient way to generate answer files for personal use, without the need to install the Windows System Image Manager, or manually edit XML files.
Answer files can customize many aspects of the Windows installation, only some of which are available through this tool. Customizations supported by the Answer File Generator include:
For more information, see the GitHub project page, where you can also find a command line tool that uses this library.