{{page>vorlagen:pruefen}} ====== Windows Updates auf der Installations DVD bereitstellen ====== ===== Benötigte Software ===== - [[http://www.microsoft.com/en-us/download/details.aspx?id=30652|OSCDIMG]] - [[http://www.pcwelt.de/downloads/PC-WELT-Patchloader-1217389.html|PC Welt Patchloader]] - Windows DVD ===== Vorbereitungen ===== - Windows Assessment and Deployment Kit installieren (nur die Bereitstellungstools) - PC Welt Patchloader installieren - mit dem Patchloader die gewünschten Updates herunterladen (D:\Hotfix) - Verzeichnisse erstellen: D:\winDVD und D:\winMount - Windows DVD komplett kopieren nach D:\winDVD ==== Versionsindex ermitteln ==== dism /get-wiminfo /wimfile:d:\win7dvd\sources\install.wim ===== Slipstream der Updates ===== ==== Image bereitstellen ==== dism /mount-wim /wimfile:d:\winDVD\sources\install.wim /index:1 /mountdir:d:\winMount **Die Indexnummer wird vom vorherigen Schritt übernommen.** ==== Updates integrieren ==== dism /image:d:\winMount /add-package /packagepath:d:\Hotfix ==== Image speichern ==== dism /unmount-wim /mountdir:d:\winMount /commit ==== ISO erstellen ==== oscdimg.exe -lWIN -m -u2 -bD:\winDVD\boot\etfsboot.com D:\winDVD D:\win.iso