Hi everybody
If,%DistLang%,NotEqual,"en-US",Begin
System,ERROROFF
DirDelete,"%TargetDir%\windows\en-US"
System,ERROROFF
DirDelete,"%TargetDir%\windows\system32\0409"
System,ERROROFF
FileDelete,"%TargetDir%\windows\system32\en-US\*.*"
System,ERROROFF
FileCopy,"%BootSRC%\Windows\system32\%DistLang%\bootres.dll.mui","%TargetDir%\windows\system32\en-US\"
System,ERROROFF
FileCopy,"%BootSRC%\Windows\system32\%DistLang%\bootstr.dll.mui","%TargetDir%\windows\system32\en-US\"
System,ERROROFF
#FileCopy,"%BootSRC%\Windows\system32\boot\%DistLang%\winload.exe.mui","%TargetDir%\windows\system32\boot\en-US\"
System,ERROROFF
#FileCopy,"%BootSRC%\Windows\system32\boot\%DistLang%\winresume.exe.mui","%TargetDir%\windows\system32\boot\en-US\"
End