Skip to content
This repository was archived by the owner on Dec 10, 2018. It is now read-only.

Commit 12d632c

Browse files
committed
Fixed Infos
1 parent 4a7a78d commit 12d632c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

bin/ESDDecrypter.ps1

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -497,8 +497,6 @@ function Get-InfosFromESD(
497497
$WIMInfo["header"] = @{}
498498
$WIMInfo["header"]["ImageCount"] = ($counter.toString())
499499

500-
$WIMInfo
501-
502500
$result.Editions = $editions
503501

504502
# Converting standards architecture names to friendly ones, if we didn't found any, we put the standard one instead * cough * arm / ia64,
@@ -737,8 +735,6 @@ function Get-InfosFromESD(
737735
}
738736
$result.FileName = ($filename+'.iso').ToUpper()
739737

740-
Write-Host $result
741-
742738
return $result
743739
}
744740

@@ -791,6 +787,9 @@ function Convert-ESD (
791787

792788
Output ([out.level] 'Info') 'Gathering build information...'
793789
$ISOInfos = (Get-InfosFromESD $ProcessESD)
790+
791+
$ISOInfos
792+
794793
Output ([out.level] 'Info') 'Creating Media Temporary Directory...'
795794
New-Item -ItemType Directory '.\Media' | out-null
796795
Output ([out.level] 'Info') 'Creating Setup Media Layout...'

0 commit comments

Comments
 (0)