July 28, 200917 yr Once again, I wrote little batch file to slipstream language pack to Windows 7. For now, it's working on x86 system. To make it work on x64, just change "x86" in command paths to "x64".Note: You can slipstream x64 MUI to x64 DVD in x86 environment. Note 2: Starter edition is not in x64 Windows 7, so it's as in the batch-1. Requirements:Windows AIK for Windows 7 (RC version 7100 will work also - tested)Windows 7 RTM DVDWindows 7 MUI pack you want to installCreate just this one CMD file:@echo Offecho Enter WAIK installation directory (default: C:\Program Files\Windows AIK):echo ==========================================================================set /p WAIK=echo.echo Enter path to mount point (ie: C:\WORK\MOUNT):echo ==============================================set /p WIM=echo.echo Enter Windows 7 DVD directory (ie: C:\WORK\DVD):echo ================================================set /p WD=echo.echo Enter full path to MUI file (ie: C:\WORK\LP\lp.cab):echo ====================================================set /p LP=echo.echo Enter temporary directory for extracted MUI (ie: C:\WORK\LPEXT):echo ================================================================set /p ELP=echo.echo Enter MUI ID you're installing (ie: en-us):echo ===========================================set /p LANG=echo.echo Enter Windows Edition to modify (ie: 1):echo ========================================echo LIST OF EDITIONS:echo 1 - STARTERecho 2 - HOMEBASICecho 3 - HOMEPREMIUMecho 4 - PROFESSIONALecho 5 - ULTIMATEecho ========================================set /p EDITION=echo."%WAIK%\Tools\x86\Servicing\dism.exe" /Mount-Wim /WimFile:"%WD%\Sources\install.wim" /index:%EDITION% /MountDir:"%WIM%""%WAIK%\Tools\x86\Servicing\dism.exe" /image:%WIM% /Add-Package /PackagePath:"%LP%""%WAIK%\Tools\x86\Servicing\dism.exe" /image:%WIM% /Gen-LangIni /Distribution:"%WD%""%WAIK%\Tools\x86\Servicing\dism.exe" /image:%WIM% /Set-AllIntl:%LANG%"%WAIK%\Tools\x86\Servicing\dism.exe" /image:%WIM% /Set-TimeZone:"Central Europe Standard Time""%WAIK%\Tools\x86\Servicing\dism.exe" /image:%WIM% /Set-SetupUILang:%LANG% /Distribution:"%WD%""%WAIK%\Tools\x86\Servicing\dism.exe" /image:%WIM% /Gen-LangIni /Distribution:"%WD%""%WAIK%\Tools\x86\Servicing\dism.exe" /image:%WIM% /Get-Packages /Format:Table"%WAIK%\Tools\x86\Servicing\dism.exe" /image:%WIM% /Get-Intl"%WAIK%\Tools\x86\Servicing\dism.exe" /Unmount-Wim /MountDir:"%WIM%" /commitrd /S /Q "%ELP%"mkdir "%ELP%"expand "%LP%" -f:* "%ELP%"xcopy "%ELP%\setup\sources\%LANG%\*" "%WD%\sources\%LANG%" /cherkyixcopy "%ELP%\sources\license\%LANG%\*" "%WD%\sources\license\%LANG%" /cherkyi"%WAIK%\Tools\x86\Servicing\dism.exe" /Mount-Wim /WimFile:"%WD%\Sources\boot.wim" /index:2 /MountDir:"%WIM%"xcopy "%ELP%\setup\sources\%LANG%\*" "%WIM%\sources\%LANG%" /cherkyixcopy "%ELP%\sources\license\%LANG%\*" "%WIM%\sources\license\%LANG%" /cherkyicopy "%WD%\sources\Lang.ini" "%WIM%\sources\Lang.ini""%WAIK%\Tools\x86\Servicing\dism.exe" /Unmount-Wim /MountDir:"%WIM%" /commitrd /S /Q "%ELP%"mkdir "%ELP%"echo ========================================echo === End of language pack integration ===echo ========================================pauseEnjoy!!!
July 29, 200917 yr what?echo.echo Enter path to mount point (ie: C:\WORK\MOUNT):echo ==============================================set /p WIM=
July 29, 200917 yr the mount folder is the place where WIM is linked as folder to let DISM do the work.
August 15, 200917 yr i need help i have download AIK pack andThe mount-wim option is unknown.For more information, refer to the help by running DISM.exe /?.anyone can help me?thanx youdownload pagehttp://www.microsoft.com/downloadS/details...11-39c26d3b3b34
August 16, 200917 yr i need help i have download AIK pack andThe mount-wim option is unknown.For more information, refer to the help by running DISM.exe /?.anyone can help me?thanx youdownload pagehttp://www.microsoft.com/downloadS/details...11-39c26d3b3b34The command /Mount-Wim is correct. Make sure you are typing it on the Deployment Tools Command Prompt.
August 21, 200917 yr I have following errors. Can somebody help me please?D:\Temp\lpext\sources\license\cs-cz\_default\professionale\license.rtfD:\Temp\lpext\sources\license\cs-cz\_default\professionaln\license.rtfD:\Temp\lpext\sources\license\cs-cz\_default\starter\license.rtfD:\Temp\lpext\sources\license\cs-cz\_default\startere\license.rtfD:\Temp\lpext\sources\license\cs-cz\_default\startern\license.rtfD:\Temp\lpext\sources\license\cs-cz\_default\ultimate\license.rtfD:\Temp\lpext\sources\license\cs-cz\_default\ultimatee\license.rtfD:\Temp\lpext\sources\license\cs-cz\_default\ultimaten\license.rtfZkopírované soubory: 56Zkopírované soubory: 1Nástroj Obsluha a správa bitových kopiíVerze: 6.1.7600.16385Chyba: 50The request is not supported.Soubor protokolu nástroje Obsluha a správa bitových kopií se nachází v C:\Windows\Logs\DISM\dism.log.=========================================== End of language pack integration ===In log:2009-08-21 15:10:37, Error DISM DISM WIM Provider: PID=3496 Failed to mount the image. - CWimImageInfo::Mount(hr:0x80070005)2009-08-21 15:10:37, Error DISM DISM WIM Provider: PID=3496 d:\w7rtm\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:999 - CWimManager::InternalOpMount(hr:0x80070005)2009-08-21 15:10:37, Error DISM DISM WIM Provider: PID=3496 d:\w7rtm\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:2247 - CWimManager::InternalCmdMount(hr:0x80070005)2009-08-21 15:10:37, Error DISM DISM WIM Provider: PID=3496 Error executing command - CWimManager::InternalExecuteCmd(hr:0x80070005)2009-08-21 15:10:37, Error DISM DISM WIM Provider: PID=3496 d:\w7rtm\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:516 - CWimManager::ExecuteCmdLine(hr:0x80070005)2009-08-21 15:10:37, Error DISM DISM.EXE: Failed to access the image folder or image's windows folder.
August 21, 200917 yr It failed to mount the image - are you sure you ran it from an administrative command prompt, or have UAC disabled? Also, you'll need to be logged in with admin privs to run some of these tools, so make sure you're admin as well.
September 7, 200916 yr Can this method be used on a x86/x64 AIO image?Tried it in virtual pc with windows 7 RTM installed, but something got screewed up.. so think i have to reinstall w7...
September 13, 200916 yr 1. echo Enter path to mount point (ie: C:\WORK\MOUNT):I think i dont understand what to do here. Can you help me what is this for?2. I get these errors.Error: 0xc1510113The specified image does not exist in the WIM.Check the WIM first for existing images.The DISM log file can be found at C:\Windows\Logs\DISM\dism.logDeployment Image Servicing and Management toolVersion: 6.1.7600.16385c:\work\lp\lp.cab: Destination directory required for a multi-file CAB.File not found - *0 File(s) copiedFile not found - *0 File(s) copied
October 19, 200916 yr HiI HAve a quastion. Seen it on the Forum but no sutible answer yet. I have the Windows 7 7600 AIO [grmculxfrer_en_dvd] en-us language. This wersion have both 32 and 64bit from basic to Ultimate.Have not yet seen a sutible guide to implement language pack on this one. I want it om ny language from install.Guides on the forum as I think when I see them are only for 32bit or 64bit single system. Anyone with an idea on how-to??Thanks in advance
October 19, 200916 yr @taboo, you have a warez load, you will get no help from this forum.rule 1a.@Ja9, yes if you are creating your own AIO, but chances are you downloaded the same warez copy. Edited October 19, 200916 yr by iamtheky
October 19, 200916 yr iamtheKy.Well I got it from My work, and yes its probebly a mix of everyting. A test version. Not to use outside my works Walls.Just got it to try to find a way to edit language pack. om multiple settings. as a type of test to check if I can solv some SW issues. and se what Im made of so to speak. This Copy isnt for use on systems at all just tests. And Its ok I have to try to find my own way to solv this. Thanks.
October 20, 200916 yr @tab00google the string "Windows 7 7600 AIO [grmculxfrer_en_dvd]"....so you think your company is the source?and anyway taking a second pass at a hella customized load is no fun if you have to verify the integrity of the install. I would start from the scratch loads that the disc was originally built with.
Create an account or sign in to comment