Jump to content

Featured Replies

Posted
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:\ Sp1

2 - 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.

@Echo

off

Title Aply simple script to image Index 2

set mount2=C:\Mount2

set seven=C:\Windows7Sp1

set svcpack=C:\Sp1

echo Mount image Index 2

echo.

dism /Mount-Wim /WimFile:%seven%\install.wim /Index:2 /MountDir:%mount2%

echo.

echo Add Service pack index 2

echo.

dism /Image:%mount2% /Add-Package /PackagePath:%svcpack%

echo.

echo Save changes Index 2

echo.

dism /Unmount-Wim /MountDir:%mount2% /Commit

echo.

echo Clean

DISM.exe /Cleanup

Ps!!!

Disregard this method and follow the tip below the partner and integrate language pack for your region.

Edited by Alexandre

  • 1 month later...
  • 4 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...