This repository was archived by the owner on Dec 10, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -645,7 +645,7 @@ function Get-InfosFromESD (
645645
646646 if ($esdinformations.count -eq 1 ) {
647647 $DVDLabel = $esdinformations [0 ].VolumeLabel
648- } elseif ($esdinformations.count -eq 2 -and $esdinformations [0 ].Editions -eq " Core " -and $esdinformations [1 ].Editions -eq " Professional " -and $parts -eq 1 ) {
648+ } elseif ($esdinformations.count -eq 2 -and $esdinformations [0 ].Editions -eq " Professional " -and $esdinformations [1 ].Editions -eq " Core " -and $parts -eq 1 ) {
649649 $DVDLabel = ($tag + ' _CCSA_' + $arch + $ltag + $esdinformations [0 ].LanguageCode+ ' _' + $DVD ).ToUpper()
650650 } else {
651651 $DVDLabel = " ESD-ISO"
Original file line number Diff line number Diff line change @@ -616,7 +616,7 @@ function global:Get-InfosFromESD (
616616
617617 if ($esdinformations.count -eq 1 ) {
618618 $DVDLabel = $esdinformations [0 ].VolumeLabel
619- } elseif ($esdinformations.count -eq 2 -and $esdinformations [0 ].Editions -eq " Core " -and $esdinformations [1 ].Editions -eq " Professional " -and $parts -eq 1 ) {
619+ } elseif ($esdinformations.count -eq 2 -and $esdinformations [0 ].Editions -eq " Professional " -and $esdinformations [1 ].Editions -eq " Core " -and $parts -eq 1 ) {
620620 $DVDLabel = ($tag + ' _CCSA_' + $arch + $ltag + $esdinformations [0 ].LanguageCode+ ' _' + $DVD ).ToUpper()
621621 } else {
622622 $DVDLabel = " ESD-ISO"
You can’t perform that action at this time.
0 commit comments