Alexandre Posted June 30, 2011 Posted June 30, 2011 (edited) Prepare the first service pack for Windows 7 offline integration.1 - Extract the contents of Service Pack 1, using the command line "-x". Example: Windows6.1-KB976932-X64.exe-x:C:\ Sp12 - Extract the contents of Windows6.1-KB976932-x64.cab using the 7-zip in the SP1 folder (C:\ SP1)3 - Extract the contents of NestedMPPContent.cab now in the same folder.4 - Open the file with Notepad update.ses "Notepad" See written "Absent" changes to "Installed" in OfflineInstall, should be identical to the following example:: <Tasks operationMode="OfflineInstall"> <Phase><Package Id = "Windows7SP1-KB976933~31bf3856ad364e35~amd64~~6.1.1.17514? targetState = "Installed" /> </ Phase>5 - Open with Notepad in Update.mum and Windows7SP1-KB976933~31bf3856ad364e35~amd64~~6.1.1.17514.mum (or 32-bit) and change allowedOffline = "false" to allowedOffline = "true"6 - Select all Languagecab(languagecab KB976933-LangsCab0 to KB976933-LangsCab6) and extract all files and replace if necessary by existing.@EchooffTitle Aply simple script to image Index 2set mount2=C:\Mount2set seven=C:\Windows7Sp1set svcpack=C:\Sp1echo Mount image Index 2echo.dism /Mount-Wim /WimFile:%seven%\install.wim /Index:2 /MountDir:%mount2%echo.echo Add Service pack index 2echo.dism /Image:%mount2% /Add-Package /PackagePath:%svcpack%echo.echo Save changes Index 2echo.dism /Unmount-Wim /MountDir:%mount2% /Commitecho.echo CleanDISM.exe /CleanupPs!!!Disregard this method and follow the tip below the partner and integrate language pack for your region. Edited December 23, 2011 by Alexandre Quote
sirtex Posted August 11, 2011 Posted August 11, 2011 (edited) edit: Now can d/l official pre-slipstreamed Win7sp1 here: Edited September 3, 2011 by sirtex Quote
Alexandre Posted December 23, 2011 Author Posted December 23, 2011 (edited) edit: Now can d/l official pre-slipstreamed Win7sp1 here:http://www.wincert.n...ows-7-sp1-disk/Thanks your tip. :type: Edited December 23, 2011 by Alexandre Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.