You've loaded an old revision of the document! If you save it, you will create a new version with this data. Media Files====== Provide Windows updates on the installation DVD ====== ===== Required software ===== - [[http://www.microsoft.com/en-us/download/details.aspx?id<ignore>=30652|</ignore>OSCDIMG]] - [[http://www.pcwelt.de/downloads/PC-WELT-Patchloader-1217389.html|PC World Patchloader]] - Windows DVD ===== Preparations ===== - Install Windows Assessment and Deployment Kit (only the deployment tools) - Install PC Welt Patchloader - Download the desired updates with the patchloader (D:\Hotfix) - Create directories: D:\winDVD and D:\winMount - Copy Windows DVD completely to D:\winDVD ==== Determine version index ==== <code dos> dism /get-wiminfo /wimfile:d:\win7dvd\sources\install.wim </code> ===== Slipstream of the updates ===== ==== Provide image ==== <code dos> dism /mount-wim /wimfile:d:\winDVD\sources\install.wim /index:1 /mountdir:d:\winMount </code> **The index number is taken from the previous step.** ==== Integrate updates ==== <code dos> dism /image:d:\winMount /add-package /packagepath:d:\Hotfix </code> ==== Save image ==== <code dos> dism /unmount-wim /mountdir:d:\winMount /commit </code> ==== Create ISO ==== <code dos> oscdimg.exe -lWIN -m -u2 -bD:\winDVD\boot\etfsboot.com D:\winDVD D:\win.iso </code>Please solve the following equation to prove you're human. 121 +15 = Please keep this field empty: SavePreviewCancel Edit summary Note: By editing this page you agree to license your content under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International