52 Updates + 13LPs = lots of work to do for pkgmgr. Do you really need all the languages? What's your hardware specs? You need a fast hdd and a fast cpu
no, not nuhi made it happen, it was Albert And I know how the hack works and the error message come from MS, the check for the vLite reg key even if you only integrate the Sp1 with vLite.
I've tried the integration of the IE8 into a german Vista and this causes a BSOD. The integration into an english Vista works fine. Any ideas about this?
With Build 7077 I've run this code and t works: @echo Off rem ###################################################################### rem # Configure Paths here # rem ###################################################################### set WORKLW=C: set WORKDIR=7Work set WAIK=C:\Program Files\Windows AIK set LANG=[b]de-DE[/b] rem ###################################################################### rem # AB HIER NICHTS MEHR ÄNDERN !!!! # rem ###################################################################### set WIM=%WORKLW%\%WORKDIR%\Mount set WD=%WORKLW%\%WORKDIR%\DVD set LP=%WORKLW%\%WORKDIR%\LP\lp.cab set ELP=%WORKLW%\%WORKDIR%\LPEXT set ISO=%WORKLW%\%WORKDIR%\ISO Echo Geben sie die Version an: Echo 1 - Starter Echo 2 - HOMEBASIC Echo 3 - HOMEPREMIUM Echo 4 - Professional Echo 5 - Ultimate Set /p EDITION=Zahl: Echo. %WORKLW% cd %WORKDIR% echo ===================================== echo Aktualisiere "install.wim" echo ===================================== echo. echo Mounte "install.wim" nach "%WIM%"... "%WAIK%\Tools\x86\Imagex.exe" /mountrw "%WD%\Sources\install.wim" %EDITION% "%WIM%" pause echo Integriere Sprachpaket von "%LP%... "%WAIK%\Tools\x86\Servicing\DISM.exe" /Image:%WIM% /Add-Package /PackagePath:%LP% echo Setzte Sprache "%LANG%" als Oberflaechensprache... "%WAIK%\Tools\x86\Servicing\DISM.exe" /Image:%WIM% /Set-UILang:%LANG% echo Setzte Sprache "%LANG%" als Benutzersprache... "%WAIK%\Tools\x86\Servicing\DISM.exe" /Image:%WIM% /Set-UserLocale:%LANG% echo Setzte Sprache "%LANG%" als Systemsprache... "%WAIK%\Tools\x86\Servicing\DISM.exe" /Image:%WIM% /Set-SysLocale:%LANG% echo Setzte Sprache "%LANG%" als Eingabesprache... "%WAIK%\Tools\x86\Servicing\DISM.exe" /Image:%WIM% /Set-InputLocale:%LANG% echo Erstelle "lang.ini"... "%WAIK%\Tools\x86\intlcfg.exe" -genlangini -dist:"%WD%" -image:"%WIM%" -f echo Packe und Unmounte "install.wim"... "%WAIK%\Tools\x86\Imagex.exe" /unmount /commit "%WIM%" echo ===================================== echo Aktualisiere "boot.wim" echo ===================================== echo. Rd /S /Q "%ELP%" Mkdir "%ELP%" echo Entpacke Sprachpaket "%LANG%" nach "%ELP%" Expand "%LP%" -f:* "%ELP%" echo Kopiere Dateien... Xcopy "%ELP%\setup\sources\%LANG%\*" "%WD%\sources\%LANG%" /cherkyi Xcopy "%ELP%\sources\license\%LANG%\*" "%WD%\sources\license\%LANG%" /cherkyi echo Mounte "boot.wim" nach "%WIM%"... "%WAIK%\Tools\x86\Imagex.exe" /mountrw "%WD%\Sources\boot.wim" 2 "%WIM%" echo Kopiere Dateien... Xcopy "%ELP%\setup\sources\%LANG%\*" "%WIM%\sources\%LANG%" /cherkyi Xcopy "%ELP%\sources\license\%LANG%\*" "%WIM%\sources\license\%LANG%" /cherkyi Copy "%WD%\sources\Lang.ini" "%WIM%\sources\Lang.ini" Rd /S /Q "%ELP%" echo Packe und Unmounte "boot.wim"... "%WAIK%\Tools\x86\Imagex.exe" /unmount /commit "%WIM%" echo. echo Das Languagepack wurde integriert! echo. echo Erstelle bootbares ISO... "%WAIK%\Tools\x86\oscdimg.exe" -n -m -betfsboot.com "%WD%" "%ISO%\Windows 7.iso" echo Alles erledigt! Das ISO befindet sich im Verzeichnis "%ISO%" pause With x64 the numbers of the Editions are 1 - HOMEBASIC 2 - HOMEPREMIUM 3 - Professional 4 - Ultimate because there is no x64 Starter Edition. Hope this helps