I me slipstreaming now and no test image, but process is functionaly. Very nice day. Ops!! I modify for four index in image. Slipstreaming SvcPack Win 7 DVD Genuine Windows 7 Service Pack 1 7-zip (Download) Notepad How to: 1 - Create a folder named G:\W7\Seven\ 2 - Copy DVD Genuine Windows 7 install.wim the file to the same folder 3 - After having passed the Genuine Advantage, go to this Microsoft page and downloaded the Service Pack 1 4 - Extract the contents of Service Pack 1, using the command line and using "-x". Example: Windows6.1-KB976932-x-X64.exe -x 5 - Extract the contents of Windows6.1-KB976932-x64.cab using the 7-zip in the SP1 folder (C: \ SP1) 6 - Extract the contents of NestedMPPContent.cab now in the same folder. 7 - Open the file with Notepad update.ses "Notepad" and change to Installed in OfflineInstall Absent, should be identical to the following example: <Tasks operationMode=”OfflineInstall”> <Phase> <package id=”Windows7SP1-KB976933~31bf3856ad364e35~amd64~~6.1.1.17514? targetState=”Installed”/> </Phase> 8 - Open with Notepad in Update.mum Windows7SP1-KB976933~31bf3856ad364e35~amd64~~6.1.1.17514.mum (or 32-bit) and change allowedOffline = "false" to allowedOffline = "true" should be identical to the following example: <mum:packageExtended xmlns:mum="urn:schemas-microsoft-com:asm.v3" allowedOffline="true" projectionPeakDisk="359" langProjectionPeakDisk="512" sqmBuildNumber="7601" sqmAttemptAppid="101457923" sqmResultAppid="101457924" sqmPoqexecAppid="101457925"/></package> 9 - Extract all cab files language for KB976933-LangsCab0 to KB976933-LangsCab6, and replace if necessary by existing. 10 - Lance Command Prompt in Administrator Mode. Already has the SP1 folder (C: \ SP1) where you stored the extracted files from Service Pack. Now let's create a new folder and give it the name of offline G:\W7\Mount\ , now let's start the integration and creation of the ISO with the command line, you must have the DVD in DVD Player Genuine. DISM /Mount-Wim /WimFile:G:\W7\Seven\sources\install.wim /Index:1 /MountDir:G:\W7\Mount\ DISM /Image:G:\W7\Mount\ /Add-Package /PackagePath:G:\W7\Sp1\ DISM /Unmount-Wim /MountDir:G:\W7\Mount\ /Commit DISM /Mount-Wim /WimFile:G:\W7\Seven\sources\install.wim /Index:2 /MountDir:G:\W7\Mount\ DISM /Image:G:\W7\Mount\ /Add-Package /PackagePath:G:\W7\Sp1\ DISM /Unmount-Wim /MountDir:G:\W7\Mount\ /Commit DISM /Mount-Wim /WimFile:G:\W7\Seven\sources\install.wim /Index:3 /MountDir:G:\W7\Mount\ DISM /Image:G:\W7\Mount\ /Add-Package /PackagePath:G:\W7\Sp1\ DISM /Unmount-Wim /MountDir:G:\W7\Mount\ /Commit DISM /Mount-Wim /WimFile:G:\W7\Seven\sources\install.wim /Index:4 /MountDir:G:\W7\Mount\ DISM /Image:G:\W7\Mount\ /Add-Package /PackagePath:G:\W7\Sp1\ DISM /Unmount-Wim /MountDir:G:\W7\Mount\ /Commit dism.7z