Compare commits

...

2 Commits

Author SHA1 Message Date
MyDrift
a3c478d975
Merge b5c80bfbd2 into ce1ef2a519 2024-11-06 16:44:09 +00:00
MyDrift
b5c80bfbd2
write info into shell for user
Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com>
2024-11-06 17:44:07 +01:00

View File

@ -270,6 +270,9 @@ function Invoke-WPFGetIso {
$sync.MicrowinWindowsFlavors.Items.Add("$imageIdx : $imageName")
$sync.MicrowinWindowsFlavors.SelectedIndex = 0
Write-Host "Finding suitable Pro edition. This can take some time. Do note that this is an automatic process that might not select the edition you want."
if ((Get-WindowsImage -ImagePath $wimFile -Index $_.ImageIndex).EditionId -eq "Professional") {
# We have found the Pro edition
$sync.MicrowinWindowsFlavors.SelectedIndex = $_.ImageIndex - 1