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

Commit

Permalink
messed up the label for ppipro
Browse files Browse the repository at this point in the history
  • Loading branch information
gus33000 committed Jul 6, 2016
1 parent dc25d88 commit 93b08b7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/ESDDecrypter.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ function Get-InfosFromESD(
if ($WIMInfo[4].EditionID -eq 'EnterpriseN') {$DVDLabel = ($tag+'_CENNA_'+$arch+$ltag+$WIMInfo[4].DefaultLanguage+'_'+$DVD).ToUpper()}
if ($WIMInfo[4].EditionID -eq 'EnterpriseS') {$DVDLabel = ($tag+'_CES_'+$arch+$ltag+$WIMInfo[4].DefaultLanguage+'_'+$DVD).ToUpper()}
if ($WIMInfo[4].EditionID -eq 'EnterpriseSN') {$DVDLabel = ($tag+'_CESN_'+$arch+$ltag+$WIMInfo[4].DefaultLanguage+'_'+$DVD).ToUpper()}
if ($WIMInfo[4].EditionID -eq 'PPIPro') {$DVDLabel = ($tag+'_CPPA_'+$arch+$ltag+$WIMInfo[4].DefaultLanguage+'_'+$DVD).ToUpper()}
if ($WIMInfo[4].EditionID -eq 'PPIPro') {$DVDLabel = ($tag+'_CPPIA_'+$arch+$ltag+$WIMInfo[4].DefaultLanguage+'_'+$DVD).ToUpper()}
}

$result.VolumeLabel = $DVDLabel
Expand Down
2 changes: 1 addition & 1 deletion bin/esd_lib.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ function Get-InfosFromESD (
if ($WIMInfo[4].EditionID -eq 'EnterpriseN') {$DVDLabel = ($tag+'_CENNA_'+$arch+$ltag+$WIMInfo[4].DefaultLanguage+'_'+$DVD).ToUpper()}
if ($WIMInfo[4].EditionID -eq 'EnterpriseS') {$DVDLabel = ($tag+'_CES_'+$arch+$ltag+$WIMInfo[4].DefaultLanguage+'_'+$DVD).ToUpper()}
if ($WIMInfo[4].EditionID -eq 'EnterpriseSN') {$DVDLabel = ($tag+'_CESN_'+$arch+$ltag+$WIMInfo[4].DefaultLanguage+'_'+$DVD).ToUpper()}
if ($WIMInfo[4].EditionID -eq 'PPIPro') {$DVDLabel = ($tag+'_CPPA_'+$arch+$ltag+$WIMInfo[4].DefaultLanguage+'_'+$DVD).ToUpper()}
if ($WIMInfo[4].EditionID -eq 'PPIPro') {$DVDLabel = ($tag+'_CPPIA_'+$arch+$ltag+$WIMInfo[4].DefaultLanguage+'_'+$DVD).ToUpper()}
}

$result.VolumeLabel = $DVDLabel
Expand Down
2 changes: 1 addition & 1 deletion bin/esd_lib_fast.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ function Get-InfosFromESD (
if ($WIMInfo[4].EditionID -eq 'EnterpriseN') {$DVDLabel = ($tag+'_CENNA_'+$arch+$ltag+$WIMInfo[4].DefaultLanguage+'_'+$DVD).ToUpper()}
if ($WIMInfo[4].EditionID -eq 'EnterpriseS') {$DVDLabel = ($tag+'_CES_'+$arch+$ltag+$WIMInfo[4].DefaultLanguage+'_'+$DVD).ToUpper()}
if ($WIMInfo[4].EditionID -eq 'EnterpriseSN') {$DVDLabel = ($tag+'_CESN_'+$arch+$ltag+$WIMInfo[4].DefaultLanguage+'_'+$DVD).ToUpper()}
if ($WIMInfo[4].EditionID -eq 'PPIPro') {$DVDLabel = ($tag+'_CPPA_'+$arch+$ltag+$WIMInfo[4].DefaultLanguage+'_'+$DVD).ToUpper()}
if ($WIMInfo[4].EditionID -eq 'PPIPro') {$DVDLabel = ($tag+'_CPPIA_'+$arch+$ltag+$WIMInfo[4].DefaultLanguage+'_'+$DVD).ToUpper()}
}

$result.VolumeLabel = $DVDLabel
Expand Down
2 changes: 1 addition & 1 deletion bin/esd_lib_new.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ function Get-InfosFromESD (
if ($WIMInfo[4].EditionID -eq 'EnterpriseN') {$DVDLabel = ($tag+'_CENNA_'+$arch+$ltag+$WIMInfo[4].DefaultLanguage+'_'+$DVD).ToUpper()}
if ($WIMInfo[4].EditionID -eq 'EnterpriseS') {$DVDLabel = ($tag+'_CES_'+$arch+$ltag+$WIMInfo[4].DefaultLanguage+'_'+$DVD).ToUpper()}
if ($WIMInfo[4].EditionID -eq 'EnterpriseSN') {$DVDLabel = ($tag+'_CESN_'+$arch+$ltag+$WIMInfo[4].DefaultLanguage+'_'+$DVD).ToUpper()}
if ($WIMInfo[4].EditionID -eq 'PPIPro') {$DVDLabel = ($tag+'_CPPA_'+$arch+$ltag+$WIMInfo[4].DefaultLanguage+'_'+$DVD).ToUpper()}
if ($WIMInfo[4].EditionID -eq 'PPIPro') {$DVDLabel = ($tag+'_CPPIA_'+$arch+$ltag+$WIMInfo[4].DefaultLanguage+'_'+$DVD).ToUpper()}
}

$result.VolumeLabel = $DVDLabel
Expand Down
2 changes: 1 addition & 1 deletion bin/isorebuilder.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ function Get-InfosFromSetupPath (
if ($WIMInfo[1].EditionID -eq 'EnterpriseN') { $DVDLabel = ($tag + '_CENNA_' + $arch + $ltag + $WIMInfo[1].DefaultLanguage + '_' + $DVD).ToUpper() }
if ($WIMInfo[1].EditionID -eq 'EnterpriseS') { $DVDLabel = ($tag + '_CES_' + $arch + $ltag + $WIMInfo[1].DefaultLanguage + '_' + $DVD).ToUpper() }
if ($WIMInfo[1].EditionID -eq 'EnterpriseSN') { $DVDLabel = ($tag + '_CESN_' + $arch + $ltag + $WIMInfo[1].DefaultLanguage + '_' + $DVD).ToUpper() }
if ($WIMInfo[1].EditionID -eq 'PPIPro') { $DVDLabel = ($tag + '_CPPA_' + $arch + $ltag + $WIMInfo[1].DefaultLanguage + '_' + $DVD).ToUpper() }
if ($WIMInfo[1].EditionID -eq 'PPIPro') { $DVDLabel = ($tag + '_CPPIA_' + $arch + $ltag + $WIMInfo[1].DefaultLanguage + '_' + $DVD).ToUpper() }
}

$result.VolumeLabel = $DVDLabel
Expand Down

0 comments on commit 93b08b7

Please sign in to comment.