public int ImageIndex { get; set; }
Public Property ImageIndex As Integer
Get
Set
public:
property int ImageIndex {
int get ();
void set (int value);
}
member ImageIndex : int with get, set
A WIM or ESD image file can contain multiple images, typically used for different SKUs such as Home or Professional. Normally, the AnswerFileOptionsProductKey property is used to determine which image to install. However, for editions that are not necessarily activated using a product key (such as those using volume licensing), you can use the image index to select which edition to install.
To list the images in a WIM or ESD file, use the PowerShell Get-WindowsImage command.