mhyll Posted July 28, 2009 Posted July 28, 2009 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!!!
mdikmetas Posted July 29, 2009 Posted July 29, 2009 what?echo.echo Enter path to mount point (ie: C:\WORK\MOUNT):echo ==============================================set /p WIM=
MagicAndre1981 Posted July 29, 2009 Posted July 29, 2009 the mount folder is the place where WIM is linked as folder to let DISM do the work.
Johnny B. GooD Posted August 13, 2009 Posted August 13, 2009 if one wants to make an all editions dvd one must run it for each edition??
jfth Posted August 15, 2009 Posted August 15, 2009 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
ajua Posted August 16, 2009 Posted August 16, 2009 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.
kecinzer Posted August 21, 2009 Posted August 21, 2009 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.
cluberti Posted August 21, 2009 Posted August 21, 2009 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.
Ja9 Posted September 7, 2009 Posted September 7, 2009 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...
yken Posted September 13, 2009 Posted September 13, 2009 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
tAb00 Posted October 19, 2009 Posted October 19, 2009 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
iamtheky Posted October 19, 2009 Posted October 19, 2009 (edited) @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, 2009 by iamtheky
tAb00 Posted October 19, 2009 Posted October 19, 2009 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.
iamtheky Posted October 20, 2009 Posted October 20, 2009 @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.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now