Values.WindowsConfigurationSourceWindows-specific configuration settings for an ISO import, including the edition to install from a multi-edition Windows ISO file.
type nonrec t = {imageIndex : WindowsConfigurationImageIndex.t;The 1-based index that specifies which Windows edition to install from a multi-edition Windows ISO file. A Windows ISO can contain a .wim file with multiple image indexes, each representing a different edition.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of WindowsConfigurationImageIndex.t ]) list ]