![]() |
|
#1
|
|||
|
|||
|
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. 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 :
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":
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 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> Code:
dism /Image:F:\7Work\WIM /Add-Package /PackagePath:F:\7Work\LP\Windows-LocalPack-FR-Package.cab 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 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> - 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 ================================================== 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 !)
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 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 - 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 - Finally, go back in GImageX,
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 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 *** |
|
#2
|
|||
|
|||
|
Thanks for the info, bon boulot mec ;-)
|
|
#3
|
|||
|
|||
|
Nice job .... Thank you
|
|
#4
|
|||
|
|||
|
awesome work nice post!!
|
|
#5
|
||||
|
||||
|
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
|
|
#6
|
|||
|
|||
|
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 ;-)** ++ |
|
#7
|
|||
|
|||
|
Peut être poster l'iso avec le pack FR intégré?
|
|
#8
|
|||
|
|||
|
Ca pourrait être sympa, j'ai du mal à tout comprendre.
@+ Nico |
|
#9
|
|||
|
|||
|
Et moi je n'ai pas assez d'espace disque lol
|
|
#10
|
|||
|
|||
|
OK je vais voir par quel moyen je peux mettre en partage.
++ |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
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 |