My Digital Life Forums  

Go Back   My Digital Life Forums > Computing Life > Windows 7

Reply
 
Thread Tools Display Modes
  #1  
Old 04-20-2009, 08:31 AM
shadow_shd shadow_shd is offline
MDL Junior Member
 
Join Date: Nov 2007
Posts: 76
Rep Power: 27
shadow_shd looks for the roller blind when shutting down windows
Arrow TUTO: slipstream MUI language pack in Windows 7 installation DVD.

Code:
*** UPDATE 28th july 2009 ***
BubuXP has made major changes to my tutorial, updating it to RTM release
of Win 7.
Many thanks to you BubuXP, as I'm on vacation and didn't want to do it !!

Click here to go to BubuXP's up-to-date tutorial !
Code:
*** UPDATE 31st may 2009 ***
- Updated GImageX version (now 2.0.16 Beta).
- Added integration of certain lp.cab files in the DVD directory (see below),
to have language selection when setup.exe is launched from Windows.
- Integration of a 7137 lp.cab into a 7137 ISO works without any problem
on a 7127 installation.

It seems some people are confronted with problems and errors with x86
builds of Win 7. As I don't use x86 but x64, I'll test my tutorial with a x86
build of 7.
I will post my results as soon as I've done it.
Code:
*** UPDATE 1st may 2009 ***

Since the 7100 build and some languages packs are "available", I find an
information that might be worth to know.

I tried to integrate the 7100 french LP into the 7100 iso, and this on my
7077 build installation. Doing so is useless, as DISM.EXE v7077 reports an
error when trying to integrate the LP in the 7100 Wim image file.

So, if you want to integrate a 7100 LP in a 7100 build iso, by following my
tutorial, you have to do it on an existing 7100 installation of 7 (I've done it
on my Acer notebook with success), with version 7100 of DISM.EXE.
Hi,

There's a little tutorial I've done for all of you interested in integrate a MUI language pack in a Windows 7 7077 EN-US installation DVD.

I've just done it for my 7077 x64 installation with french language pack.

USUAL WARNING: I take NO responsability if you loose data by following my tutorial. If you're playing with a beta version of an OS, you know what you're doing.

I) What is needed :

II) Preparation :
  • First make a folder somewhere on your hard drive. I suggest making a short named one, it will make things easier. So let's make a new folder, say "F:\7Work" (Naturally, replace F: with your own drive letter).
  • In this "7Work" folder, make 3 new sub folders : "DVD", "WIM" and "LP".
  • Unzip the 7Work_xXX.7z file in the "F:\7Work" folder and right click on wimfltr.inf and choose "Install".
  • Mount or burn or extract with an archiver your Win7 iso and copy all files and folders in the "F:\7Work\DVD" folder.
  • Copy your "lp.cab" from your language pack to "F:\7Work\LP".
  • Using an archiver, extract folders "setup" and "sources" from "lp.cab" to "F:\7Work\LP".
  • If you have a local pack too, copy the "Windows-LocalPack-XX-Package.cab" file in "F:\7Work\LP"

We must have :
F:\7Work
╠═══ [DVD] --> with all folders and files from the W7 install DVD.
╠═══ [LP] --> with your lp.cab and eventually Windows-LocalPack-XX-Package.cab.
║. . . . ╠═══ [setup]
║. . . . ╚═══ [sources]
╠═══ [WIM] --> will contain the expanded files from "install.wim"
╠═══ gimagex.exe
╠═══ gimagex.chm
╠═══ imagex.exe
╠═══ intlcfg.exe
╠═══ oscdimg.exe
╠═══ vsp1cln.exe
╠═══ wimfltr.inf --> don't forget to install this
╠═══ wimfltr.sys
╚═══ wimgapi.dll

We now have all things necessary to modify our Win7 DVD.

III) The hardest things (please read carefully !!) part One - Integrating our language pack to the "Install.wim":
  • Execute GImageX.exe,
  • Click on the "Mount" tab,
  • In the "Mount point" field, enter "F:\7Work\WIM", or just click "Browse..." and browse to your WIM folder,
  • In the "Source" field, enter "F:\7Work\DVD\sources\install.wim", or just browse to the "sources" folder and select "install.wim" file,
  • Set "Image" value to 5 (if Win7 x86) or 4 (if Win7 x64) (this number is the version of Windows7 we will modify: 1=Starter; 2=HomeBasic; 3=HomePremium; 4=Professional-x86 or Ultimate-x64; 5=Ultimate-x86. You can clic on the "Select..." button on the right to choice the right version without doubts),
  • Click on the "Read and write" checkbox to activate it,
  • Finally click on "Mount". This may take a while depending on your configuration, as this expands all files contained in the "install.wim" to the "WIM" folder we've created. Just let GImageX do the thing and wait.
  • Once it's done, click "Close". You must leave GImageX opened.

You should have this :


Next step: integrate the language pack.
- Open a command prompt as administrator, CD to "F:\7Work" and type exactly this:
Code:
dism /Image:F:\7Work\WIM /Add-Package /PackagePath:F:\7Work\LP\lp.cab
DISM.exe is part of Windows and is in "C:\Windows\system32" (and if x64, in "C:\Windows\SysWOW64").
If you're working on XP (don't know if Vista has DISM), you have to copy (not move) from "F:\7Work\WIM\Windows\System32" (or SysWOW64) the files "wdscore.dll", "dism.exe" and all the files in "Dism" subfolder to "F:\7Work".

Wait as the process is relatively long. You should see this:
Code:
Deployment Image Servicing and Management tool
Version: 6.1.7600.16385

Image Version: 6.1.7600.16385
Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package
~31bf3856ad364e35~amd64~fr-FR~6.1.7600.16385
[==========================100.0%==========================]
The operation completed successfully.

F:\7Work>
- If you have the local pack, it's time to integrate it (if you are modifying the Starter Edition image, you can skip this):
Code:
dism /Image:F:\7Work\WIM /Add-Package /PackagePath:F:\7Work\LP\Windows-LocalPack-FR-Package.cab
replace the "FR" in the file name with your language code.
You should have this:
Code:
Deployment Image Servicing and Management tool
Version: 6.1.7600.16385

Image Version: 6.1.7600.16385
Processing 1 of 1 - Adding package Microsoft-Windows-LocalPack-FR-Package~31bf38
56ad364e35~amd64~fr-FR~6.1.7600.16385
[==========================100.0%==========================]
The operation completed successfully.

F:\7Work>

Next step:
making our language the default language and generate new lang.ini.
- Come back in your command prompt, and type exactly this:
Code:
intlcfg -genlangini -dist:F:\7Work\DVD -image:F:\7Work\WIM -defaultlang:fr-FR -all:fr-FR
Naturally, replace "fr-FR" with your language code, i.e. "de-DE".
Enter Y to overwrite the existing "lang.ini" file.
You should have something like this:
Code:
Input locale has been set to: fr-FR
System locale has been set to: fr-FR
User locale has been set to: fr-FR
UI language has been set to: fr-FR

Are you sure you want to overwrite the existing Lang.ini file? (Y/N): Y

A new Lang.ini file has been generated

The default language in Lang.ini file has been updated to: fr-FR

F:\7Work>
Finally, we must save our modified "install.wim" file.
- Go back to GImageX,
- Click on the "Commit Changes" checkbox (IMPORTANT ! If you don't check "Commit Changes", the modifications WON'T BE SAVED !!),
- Click once on the line "R/W F:\7Work\WIM F:\7Work\DVD\sources\install.wim 5" so the line turn blue,
- Finally click on the "Unmount" button. Wait until the "install.wim" is saved (may take some time) and unmounted. Files & folders in the "WIM" folder are deleted too.
- If you want a DVD with every Windows7 version in your language, you must repeat the III point above with each image value when mounting with GImageX (each image value correspond to a Win7 version, as written before) and at the end rename or edit the file "ei.cfg" in "F:\7Work\DVD\sources" to let the user choose the Windows7 version during setup (Ultimate version will automatically install if ei.cfg is not modified).
- Last step to copy some languages files:
Code:
mkdir DVD\sources\fr-FR
mkdir DVD\sources\license\fr-FR
xcopy LP\setup\sources\fr-FR\* DVD\sources\fr-FR\ /cheriky
xcopy LP\sources\license\fr-FR\* DVD\sources\license\fr-FR\ /cheriky
always replace "fr-FR" with your language code.



==================================================



Now that we have a "install.wim" file with our language pack, we're going to modify the "boot.wim" file to have it use our language during setup.

I)
Preparation :

Ensure you still have "setup" and "sources" folders from your LP.cab. If not, extract them with WinRAR, in your "F:\7Work\LP\" directory.

II) Let's do it ! (again, read carefully !)
  • Launch again/go back in GImageX,
  • Click on the "Mount" tab,
  • In the "Mount Point" field, enter "F:\7Work\WIM" or just browse to it,
  • In the "Source" field, enter "F:\7Work\DVD\sources\boot.wim" or browse to it,
  • Set "Image" value to 2 (1=Microsoft Windows PE: no need to modify; 2=Microsoft Windows Setup: our baby),
  • Click on the "Read and write" checkbox so it's activated,
  • Click on the "Mount" button (should take a lot shorter time than the "install.wim" file !),
  • Click on the "Close" button when image is mounted.

Next step:
Open a command prompt as administrator, and CD to "F:\7Work".
Type the following:
Code:
xcopy DVD\sources\lang.ini WIM\sources\ /cheryki
mkdir WIM\sources\fr-FR
xcopy LP\setup\sources\fr-FR\*.* WIM\sources\fr-FR /cheryki
xcopy LP\sources\license\*.* WIM\sources\license /cheryki
Replace "fr-FR" with your language code.

Optional steps: if you want to skip the language selection screen when setup starts and use only your native language, do the following to remove en-US:
- open with a text editor the lang.ini located in F:\7Work\WIM\sources and remove the en-US entry. It should looks like this:

Code:
[Available UI Languages]
fr-FR = 3

[Fallback Languages]
fr-FR = fr-FR
Always replace "fr-FR" with your language code.

- run the following from the command line prompt:

Code:
rmdir /s /q F:\7Work\WIM\sources\en-US
rmdir /s /q F:\7Work\WIM\sources\License\en-US
don't replace en-US, as it's the language we are removing.


- Finally, go back in GImageX,
  • Don't forget to click on the "Commit Changes" checkbox, else your changes won't be saved,
  • Click once on the "R/W F:\7Work\WIM F:\7Work\DVD\sources\boot.wim 2" so the line turn blue,
  • Click on the "Unmount" button.

Our new "boot.wim" file is created and all files & folders in the WIM folder are deleted.


Now we can make the ISO image of our Windows 7 DVD.
At the command from the prompt:
Code:
oscdimg.exe -h -u2 -m -bF:\7Work\DVD\boot\etfsboot.com -lWindows7DVD F:\7Work\DVD F:\Windows7.iso
and the final Windows7.iso file will appear on F:\

Burn this new ISO to a DVD-R(W), or apply this tutorial to install Vista from a USB flash drive.[/QUOTE]

Last edited by shadow_shd; 08-14-2009 at 01:44 PM. Reason: Major updates from BubuXP. Thanks to him ;-) *** Link to BubuXP's tutorial added ***
Reply With Quote
  #2  
Old 04-20-2009, 09:32 AM
NIPSEN NIPSEN is offline
MDL Novice
 
Join Date: Apr 2009
Posts: 8
Rep Power: 10
NIPSEN looks for the roller blind when shutting down windows
Default

Thanks for the info, bon boulot mec ;-)
Reply With Quote
  #3  
Old 04-20-2009, 03:17 PM
azizchimie azizchimie is offline
MDL Novice
 
Join Date: Feb 2009
Posts: 6
Rep Power: 12
azizchimie looks for the roller blind when shutting down windows
Default

Nice job .... Thank you
Reply With Quote
  #4  
Old 04-20-2009, 03:21 PM
HSChronic HSChronic is offline
MDL Novice
 
Join Date: Aug 2007
Posts: 1,029
Rep Power: 64
HSChronic noticed that you can't convert soft- to hardware by giving ViagraHSChronic noticed that you can't convert soft- to hardware by giving ViagraHSChronic noticed that you can't convert soft- to hardware by giving ViagraHSChronic noticed that you can't convert soft- to hardware by giving Viagra
Default

awesome work nice post!!
Reply With Quote
  #5  
Old 04-21-2009, 12:43 AM
gollum's Avatar
gollum gollum is offline
MDL Junior Member
 
Join Date: Jun 2007
Posts: 95
Rep Power: 33
gollum looks for the roller blind when shutting down windows
Default

Thank you so much. This is really helpfull as i tried to integrate the LP already with vLite and realised that its not doing the Job. It always aborts with the Message "requiered files missing". i did not manage to figure out which files are missing and what to do about it. So thank you again...
__________________
Contents of my Box.net Public Folder:
- GA-K8NXP-9 Vista-SLIC-Mods by China4Ever and Cero
- GA-MA78GM-S2H rev. 1.1 Vista-SLIC F6D by Zort
- GA-MA790GP-DS4H Vista-SLIC-Mods (F2A & F3H & F3) by Offon7544 and with new method, YEN and Zort
- P5V-VM-DH Vista-SLIC-Mods by China4Ever and Fzeven
- Abit AV8 828 Vista-SLIC-Mod by China4Ever (Still needs testing- cannot provide feedback, sorry!)
- Vista-SLIC&CERT Collection
- AWDFLASH different Versions & Switch-List
Reply With Quote
  #6  
Old 04-21-2009, 01:34 AM
shadow_shd shadow_shd is offline
MDL Junior Member
 
Join Date: Nov 2007
Posts: 76
Rep Power: 27
shadow_shd looks for the roller blind when shutting down windows
Default

I spend 2 days googling infos and testing by myself, I found some infos on a german forum, and most and usable infos on Microsoft Technet website.

I thought my results could interest some people, and I'm pleased to see so. Thanks !

** Si des gens sont interessés pour que je traduise en frenchie, faites-le moi savoir ;-)**

++
Reply With Quote
  #7  
Old 04-21-2009, 02:07 PM
who who is offline
MDL Novice
 
Join Date: Jan 2009
Posts: 36
Rep Power: 13
who looks for the roller blind when shutting down windows
Default

Peut être poster l'iso avec le pack FR intégré?
Reply With Quote
  #8  
Old 04-21-2009, 02:52 PM
nicojac nicojac is offline
MDL Novice
 
Join Date: Mar 2009
Posts: 10
Rep Power: 11
nicojac looks for the roller blind when shutting down windows
Default

Quote:
Originally Posted by who View Post
Peut être poster l'iso avec le pack FR intégré?
Ca pourrait être sympa, j'ai du mal à tout comprendre.

@+ Nico
Reply With Quote
  #9  
Old 04-21-2009, 02:57 PM
who who is offline
MDL Novice
 
Join Date: Jan 2009
Posts: 36
Rep Power: 13
who looks for the roller blind when shutting down windows
Default

Et moi je n'ai pas assez d'espace disque lol
Reply With Quote
  #10  
Old 04-22-2009, 05:03 PM
shadow_shd shadow_shd is offline
MDL Junior Member
 
Join Date: Nov 2007
Posts: 76
Rep Power: 27
shadow_shd looks for the roller blind when shutting down windows
Default

OK je vais voir par quel moyen je peux mettre en partage.

++
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Slipstream MUI? who Windows 7 5 04-20-2009 01:37 PM
Windows Vista Service Pack 2 and Windows Server 2008 Service Pack 2 RC Ferrum Windows Vista 1 03-13-2009 04:51 AM
Slipstream all updates from cd pitwolf Windows XP 2 10-05-2008 05:47 PM
convert existing corporate installation into OEM installation ? possible? cfrank33 Windows XP 3 09-30-2008 10:30 PM
probléme to download language french pack vista jeje91 Windows Vista 4 08-17-2008 09:08 PM


All times are GMT +1. The time now is 06:57 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.