windows:slipstream-updates
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
windows:slipstream-updates [2018/04/26 09:53] – [Information] Sean Rhone | windows:slipstream-updates [2024/08/06 17:33] (current) – removed Sean Rhone | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Information ====== | ||
- | * How to use DISM to slipstream updates to install media | ||
- | * TODO: This didn't work to slipstream the latest CU on LTSB; the update slistreamed, | ||
- | |||
- | ====== Requirements ====== | ||
- | |||
- | * Windows 10 image extracted to '' | ||
- | * '' | ||
- | * About 30GB of disk space to be safe | ||
- | |||
- | ====== Get Indexes ====== | ||
- | |||
- | * LTSB 2016 seems to have only one Index | ||
- | * If more than one Index is present, be sure to change commands below and only select the wanted Index | ||
- | |||
- | dism.exe / | ||
- | |||
- | ====== Create Directories ====== | ||
- | |||
- | mkdir " | ||
- | |||
- | mkdir " | ||
- | |||
- | mkdir " | ||
- | |||
- | ====== Mount WIM ====== | ||
- | |||
- | **** | ||
- | |||
- | dism.exe /Mount-WIM / | ||
- | |||
- | ====== Add Updates to WIM ====== | ||
- | |||
- | * Should do large updates such as Cumulative Updates | ||
- | * Updates should be copied to '' | ||
- | |||
- | dism.exe / | ||
- | |||
- | ======Cleanup WIM ====== | ||
- | |||
- | **** | ||
- | |||
- | dism.exe / | ||
- | |||
- | ====== Commit Changes to WIM ====== | ||
- | |||
- | **** | ||
- | |||
- | dism.exe / | ||
- | |||
- | ====== Compress WIM ====== | ||
- | |||
- | * Need to manually copy the new '' | ||
- | |||
- | dism.exe / |
/srv/www/wiki/data/attic/windows/slipstream-updates.1524750804.txt.gz · Last modified: by Sean Rhone