Where can I find the file winload.exe.mui on Windows 7 Enterprise installation CD and how can I extract it from there?

The file location on the installed system is

C:\Windows\System32\en-US
link|improve this question

feedback

2 Answers

Your precious file is on :

[your CD or Win7 installation directory]\sources\boot.wim\2\Windows\winsxs\x86_microsoft-windows-b..os-loader.resources_31bf3856ad364e35_6.1.7100.0_en-us_e78bb2673919a7bc\

if you can't get this exact directory check for the one who contain b..os-loader.resources

link|improve this answer
I've edited out the part about corrupted file, thinking it's will keep future answer if they come focused about the real question. Thanks for your edited and improved answer I will check it out. – Xenorose Sep 17 '09 at 7:06
Well, it gave me the right direction. it is indeed in boot.wim, thanks. – Xenorose Sep 17 '09 at 10:29
feedback
up vote 0 down vote accepted

To have the full answer on record:

The file is indeed in the boot.wim image which should be opened with Win7 AIK.
AIK contains a command-line tool called imagex that can mount that image into a folder.
The file is in the 2nd path of the image, so the mounting command would look like:
imagex /mount d:\sources\boot.wim 2 c:\mounted

In the mounted folder the file is in the same place as after installation, that is c:\mounted\windows\system32\en-US

link|improve this answer
good work... :) – Revolter Sep 17 '09 at 15:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.