windows:update_slipstream

Fix-Me

Dieser Artikel befindet sich möglicherweise nicht auf dem aktuellen Stand der Technik und muss überprüft bzw. überarbeitet werden.

Windows Updates auf der Installations DVD bereitstellen

  1. Windows Assessment and Deployment Kit installieren (nur die Bereitstellungstools)
  2. PC Welt Patchloader installieren
  3. mit dem Patchloader die gewünschten Updates herunterladen (D:\Hotfix)
  4. Verzeichnisse erstellen: D:\winDVD und D:\winMount
  5. Windows DVD komplett kopieren nach D:\winDVD
dism /get-wiminfo /wimfile:d:\win7dvd\sources\install.wim
dism /mount-wim /wimfile:d:\winDVD\sources\install.wim /index:1 /mountdir:d:\winMount

Die Indexnummer wird vom vorherigen Schritt übernommen.

dism /image:d:\winMount /add-package /packagepath:d:\Hotfix
dism /unmount-wim /mountdir:d:\winMount /commit
oscdimg.exe -lWIN -m -u2 -bD:\winDVD\boot\etfsboot.com D:\winDVD D:\win.iso
  • windows/update_slipstream.txt
  • Zuletzt geändert: 2024/01/12 14:19
  • von psycore