Jump to content

MagicAndre1981

Patron
  • Posts

    6,232
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by MagicAndre1981

  1. yes it works with Sp2 slipstreamed ISOs. I've used such an ISO as a source for my vLited DVD.
  2. he is no longer active on the internet.
  3. post the error message and your last session.ini
  4. use 2. Get a Sp2 Slipstreamed ISO from Technet/MSDN und use it as a source for vLiting your Vista.
  5. you can upload the zip file to a 1 click hoster like Rapidshare.
  6. no. after removing components with vLite you CAN'T install the Sp2!!!
  7. try it your own Build your own ISOs and test them so you can see what you need or not
  8. I think he wants to know what to keep with this leaked build. because it is not official from MS yo should close this topic.
  9. yes, this is old. I discovered this last year with the leaked 6956.
  10. Hi Jerry, Windows Vista and 7 are almost the same
  11. this only helps if you ONLY used vLite to integrate the Sp1 but didn't remove any components!
  12. this also works for Sp2. After installing Sp1, run the Sp2 Installer.
  13. what do you want? Sorry but it is very hard to understand
  14. next time, please use the search http://www.msfn.org/board/index.php?s=&amp...st&p=859779
  15. 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
  16. 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.
  17. with vLite you can integrate Vista SP1, NOT SP2
  18. NO, you can't do this!
  19. officially there is no way to slipstream a ServicePack in Vista and in Windows 7 there will also be NO option to do it.
  20. this was mentioned several times. NT6.x won't have an official option to integrate SPs.
  21. did you use WSIM to validate your unattanded.xml file? Mayby you put the entry into the wrong pass.
  22. if you have the LP for 7127 it should work.
  23. 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?
  24. @Yurek3 no de-DE is the language of the LP.cab
  25. 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
×
×
  • Create New...