Of course I'm searching for USBvideo Class Driver package in
install.wim of source-DVD.
Created: C:\test\offline
CMD as Admin;
1. At command prompt, locate the Windows source DVD folder, and type the following command to retrieve the name or index number for the image that you want to modify:
Dism /Get-ImageInfo /ImageFile:H:\W10Pro\sources\install.wim
Output:
Tool zur Imageverwaltung für die Bereitstellung
Version: 10.0.10240.16384
Details für Image: "H:\W10Pro\sources\install.wim"
Index: "1"
Name: "Windows 10 Pro Technical Preview"
Beschreibung: "Windows 10 Pro Technical Preview"
Größe: 14.068.778.705 Bytes
An index or name value is required for most operations that specify an image file.
2. Type the following command to mount the offline Windows image.
Dism /Mount-Image /ImageFile:H:\W10Pro\sources\install.wim /Name:"Windows 10 Pro Technical Preview" /MountDir:C:\test\offline
Output:
Tool zur Imageverwaltung für die Bereitstellung
Version: 10.0.10240.16384
Abbild wird bereitgestellt
[===========================100.0%=========================]
Der Vorgang wurde erfolgreich beendet.
Folder C:\test\offline is now 11.1 GB large.
3. At a command prompt, type the following command to list packages included in image.
Dism /Image:C:\test\offline /Get-Packages /Format:Table >C:\packages.lst
packages.lstTool zur Imageverwaltung für die Bereitstellung
Version: 10.0.10240.16384
Abbildversion: 10.0.10586.0
Paketauflistung:
------------------------------------------------------------------------------------------------------ | ----------- | ------------- | -----------------
Paketidentität | Status | Versionstyp | Installationszeit
------------------------------------------------------------------------------------------------------ | ----------- | ------------- | -----------------
Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~de-DE~10.0.10586.0 | Installiert | Language Pack | 30.10.2015 18:35
Microsoft-Windows-DiagTrack-Internal-Package~31bf3856ad364e35~amd64~~10.0.10586.0 | Installiert | Feature Pack | 30.10.2015 07:26
Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.10586.0 | Installiert | Foundation | 30.10.2015 07:26
Microsoft-Windows-LanguageFeatures-Basic-de-de-Package~31bf3856ad364e35~amd64~~10.0.10586.0 | Installiert | OnDemand Pack | 30.10.2015 18:36
Microsoft-Windows-LanguageFeatures-Handwriting-de-de-Package~31bf3856ad364e35~amd64~~10.0.10586.0 | Installiert | OnDemand Pack | 30.10.2015 18:36
Microsoft-Windows-LanguageFeatures-OCR-de-de-Package~31bf3856ad364e35~amd64~~10.0.10586.0 | Installiert | OnDemand Pack | 30.10.2015 18:36
Microsoft-Windows-LanguageFeatures-Speech-de-de-Package~31bf3856ad364e35~amd64~~10.0.10586.0 | Installiert | OnDemand Pack | 30.10.2015 18:36
Microsoft-Windows-LanguageFeatures-TextToSpeech-de-de-Package~31bf3856ad364e35~amd64~~10.0.10586.0 | Installiert | OnDemand Pack | 30.10.2015 18:36
Microsoft-Windows-Prerelease-Client-Package~31bf3856ad364e35~amd64~de-DE~10.0.10586.0 | Installiert | Language Pack | 30.10.2015 18:35
Microsoft-Windows-Prerelease-Client-Package~31bf3856ad364e35~amd64~~10.0.10586.0 | Installiert | Feature Pack | 30.10.2015 07:26
Microsoft-Windows-RetailDemo-OfflineContent-Content-de-de-Package~31bf3856ad364e35~amd64~~10.0.10586.0 | Installiert | OnDemand Pack | 30.10.2015 18:49
Microsoft-Windows-RetailDemo-OfflineContent-Content-Package~31bf3856ad364e35~amd64~~10.0.10586.0 | Installiert | OnDemand Pack | 30.10.2015 18:48
Der Vorgang wurde erfolgreich beendet.
4. Features of first package 'Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~de-DE~10.0.10586.0'
dism /Image:C:\test\offline /Get-Features /PackageName:Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~de-DE~10.0.10586.0 /Format:Table >C:\features_Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64.lst
Output:
Tool zur Imageverwaltung für die Bereitstellung
Version: 10.0.10240.16384
Abbildversion: 10.0.10586.0
Featureauflistung für das Paket : Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~de-DE~10.0.10586.0
(No Features found for this package.)
Next: 'Microsoft-Windows-DiagTrack-Internal-Package~31bf3856ad364e35~amd64~~10.0.10586.0'
dism /Image:C:\test\offline /Get-Features /PackageName:Microsoft-Windows-DiagTrack-Internal-Package~31bf3856ad364e35~amd64~~10.0.10586.0 /Format:Table >C:\features_Microsoft-Windows-DiagTrack-Internal-Package~31bf3856ad364e35~amd64.lst
Output:
(No Features found for this package.)
And so on...
Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.10586.0 (128 Features)
Microsoft-Windows-LanguageFeatures-Basic-de-de-Package~31bf3856ad364e35~amd64~~10.0.10586.0 (0 Features)
Microsoft-Windows-LanguageFeatures-Handwriting-de-de-Package~31bf3856ad364e35~amd64~~10.0.10586.0 (0 Features)
Microsoft-Windows-LanguageFeatures-OCR-de-de-Package~31bf3856ad364e35~amd64~~10.0.10586.0 (0 Features)
Microsoft-Windows-LanguageFeatures-Speech-de-de-Package~31bf3856ad364e35~amd64~~10.0.10586.0 (0 Features)
Microsoft-Windows-LanguageFeatures-TextToSpeech-de-de-Package~31bf3856ad364e35~amd64~~10.0.10586.0 (0 Features)
Microsoft-Windows-Prerelease-Client-Package~31bf3856ad364e35~amd64~de-DE~10.0.10586.0 (0 Features)
Microsoft-Windows-Prerelease-Client-Package~31bf3856ad364e35~amd64~~10.0.10586.0 (0 Features)
Microsoft-Windows-RetailDemo-OfflineContent-Content-de-de-Package~31bf3856ad364e35~amd64~~10.0.10586.0 (0 Features)
Microsoft-Windows-RetailDemo-OfflineContent-Content-Package~31bf3856ad364e35~amd64~~10.0.10586.0 (0 Features)

5. Dismount Image:
DISM.exe /Unmount-Wim /MountDir:C:\test\offline /discard
=====BOOT.WIM===================Created: C:\test\boot-setup
CMD as Admin;
Dism /Get-ImageInfo /ImageFile:H:\W10Pro\sources\boot.wim ==> Index: "1" Name: "Microsoft Windows PE (x64)" Index: "2" Name: "Microsoft Windows Setup (x64)"
Select Index 2 - "Microsoft Windows Setup (x64)"Dism /Mount-Image /ImageFile:H:\W10Pro\sources\boot.wim /Name:"Microsoft Windows Setup (x64)" /MountDir:C:\test\boot-setup
Dism /Image:C:\test\boot-setup /Get-Packages /Format:Table >C:\boot.wim_packages.lst
Output:
Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~amd64~de-DE~10.0.10586.0 (0 Features)
Microsoft-Windows-WinPE-Package~31bf3856ad364e35~amd64~~10.0.10586.0 --------------------------------------- | ---------
Featurename | Status
--------------------------------------- | ---------
SMB1Protocol | Aktiviert
WinPE-WMI | Aktiviert
WinPE-SecureStartup | Aktiviert
WinPE-TPM | Aktiviert
WinPE-SRT | Aktiviert
WinPE-Scripting | Aktiviert
WinPE-WDS-Tools | Aktiviert
WinPE-EnhancedStorage | Aktiviert
WinPE-Setup | Aktiviert
ImageBasedSetup-Media-Package | Aktiviert
CoreSystem-Downlevel-Forwarders-Package | Aktiviert
WinPE-Setup-Client | Aktiviert
WinPE-EnhancedStorage-Package~31bf3856ad364e35~amd64~de-DE~10.0.10586.0 (0 Features)
WinPE-EnhancedStorage-Package~31bf3856ad364e35~amd64~~10.0.10586.0 (0 Features)
WinPE-Scripting-Package~31bf3856ad364e35~amd64~de-DE~10.0.10586.0 (0 Features)
WinPE-Scripting-Package~31bf3856ad364e35~amd64~~10.0.10586.0 (0 Features)
WinPE-SecureStartup-Package~31bf3856ad364e35~amd64~de-DE~10.0.10586.0 (0 Features)
WinPE-SecureStartup-Package~31bf3856ad364e35~amd64~~10.0.10586.0 (0 Features)
WinPE-Setup-Client-Package~31bf3856ad364e35~amd64~de-DE~10.0.10586.0 (0 Features)
WinPE-Setup-Client-Package~31bf3856ad364e35~amd64~~10.0.10586.0 (0 Features)
WinPE-Setup-Package~31bf3856ad364e35~amd64~de-DE~10.0.10586.0 (0 Features)
WinPE-Setup-Package~31bf3856ad364e35~amd64~~10.0.10586.0 (0 Features)
WinPE-SRT-Package~31bf3856ad364e35~amd64~de-DE~10.0.10586.0 (0 Features)
WinPE-SRT-Package~31bf3856ad364e35~amd64~~10.0.10586.0 (0 Features)
WinPE-WDS-Tools-Package~31bf3856ad364e35~amd64~de-DE~10.0.10586.0 (0 Features)
WinPE-WDS-Tools-Package~31bf3856ad364e35~amd64~~10.0.10586.0 (0 Features)
WinPE-WMI-Package~31bf3856ad364e35~amd64~de-DE~10.0.10586.0 (0 Features)
WinPE-WMI-Package~31bf3856ad364e35~amd64~~10.0.10586.0 (0 Features)
DISM.exe /Unmount-Wim /MountDir:C:\test\boot-setup /discard