I'm currently following this guide for editing windows images offline:
OEM deployment of Windows 10 for desktop editions
I'm getting stuck on the adding languages part. I need to have Danish, Swedish, Norwegian and English on the image.
2. Mount the Feature on Demand ISO, and copy the LanguageFeatures .cab files for the languages you're adding to C:\temp\lab\LanguagePacks. The examples below will use the German and Japanese languages.
When i run this command:
This is the result:
It obviously fails because i only have the language pack file, and not the "Feature on Demand ISO".
I've searched the microsoftoem.com site but I can't find the ISO there.
However, if I search on uupdump.ml for the files, I get these:
These look like the correct files and they are for Windows 1909 which is what I'm using. However when I use these I get:
I have no idea what source files its talking about and I could really use some help here to resolve this.
I did contact Microsoft OEM team but they take like 4 days just to answer.
If anyone require more information, just ask.
OEM deployment of Windows 10 for desktop editions
I'm getting stuck on the adding languages part. I need to have Danish, Swedish, Norwegian and English on the image.
2. Mount the Feature on Demand ISO, and copy the LanguageFeatures .cab files for the languages you're adding to C:\temp\lab\LanguagePacks. The examples below will use the German and Japanese languages.
When i run this command:
Code:
Dism /Add-Package /Image:C:\mount\windows /PackagePath:C:\Temp\Lab\LanguagePacks\Microsoft-Windows-Client-Language-Pack_x64_de-de.cab /PackagePath:C:\Temp\Lab\LanguagePacks\Microsoft-Windows-LanguageFeatures-Basic-de-de-Package~31bf3856ad364e35~amd64~~.cab /PackagePath:C:\Temp\Lab\LanguagePacks\Microsoft-Windows-LanguageFeatures-OCR-de-de-Package~31bf3856ad364e35~amd64~~.cab /PackagePath:C:\Temp\Lab\LanguagePacks\Microsoft-Windows-LanguageFeatures-Handwriting-de-de-Package~31bf3856ad364e35~amd64~~.cab /PackagePath:C:\Temp\Lab\LanguagePacks\Microsoft-Windows-LanguageFeatures-TextToSpeech-de-de-Package~31bf3856ad364e35~amd64~~.cab /PackagePath:C:\Temp\Lab\LanguagePacks\Microsoft-Windows-LanguageFeatures-Speech-de-de-Package~31bf3856ad364e35~amd64~~.cab /packagepath:C:\Temp\Lab\LanguagePacks\Microsoft-Windows-RetailDemo-OfflineContent-Content-de-de-Package~31bf3856ad364e35~amd64~~.cab
This is the result:
Code:
Deployment Image Servicing and Management tool
Version: 10.0.18362.1
Image Version: 10.0.18363.418
An error occurred trying to open - C:\Temp\Lab\LanguagePacks\Microsoft-Windows-LanguageFeatures-Basic-de-de-Package~31bf3856ad364e35~amd64~~.cab Error: 0x80070002
An error occurred trying to open - C:\Temp\Lab\LanguagePacks\Microsoft-Windows-LanguageFeatures-Basic-de-de-Package~31bf3856ad364e35~amd64~~.cab Error: 0x80070002
An error occurred trying to open - C:\Temp\Lab\LanguagePacks\Microsoft-Windows-LanguageFeatures-OCR-de-de-Package~31bf3856ad364e35~amd64~~.cab Error: 0x80070002
An error occurred trying to open - C:\Temp\Lab\LanguagePacks\Microsoft-Windows-LanguageFeatures-OCR-de-de-Package~31bf3856ad364e35~amd64~~.cab Error: 0x80070002
An error occurred trying to open - C:\Temp\Lab\LanguagePacks\Microsoft-Windows-LanguageFeatures-Handwriting-de-de-Package~31bf3856ad364e35~amd64~~.cab Error: 0x80070002
An error occurred trying to open - C:\Temp\Lab\LanguagePacks\Microsoft-Windows-LanguageFeatures-Handwriting-de-de-Package~31bf3856ad364e35~amd64~~.cab Error: 0x80070002
An error occurred trying to open - C:\Temp\Lab\LanguagePacks\Microsoft-Windows-LanguageFeatures-TextToSpeech-de-de-Package~31bf3856ad364e35~amd64~~.cab Error: 0x80070002
An error occurred trying to open - C:\Temp\Lab\LanguagePacks\Microsoft-Windows-LanguageFeatures-TextToSpeech-de-de-Package~31bf3856ad364e35~amd64~~.cab Error: 0x80070002
An error occurred trying to open - C:\Temp\Lab\LanguagePacks\Microsoft-Windows-LanguageFeatures-Speech-de-de-Package~31bf3856ad364e35~amd64~~.cab Error: 0x80070002
An error occurred trying to open - C:\Temp\Lab\LanguagePacks\Microsoft-Windows-LanguageFeatures-Speech-de-de-Package~31bf3856ad364e35~amd64~~.cab Error: 0x80070002
An error occurred trying to open - C:\Temp\Lab\LanguagePacks\Microsoft-Windows-RetailDemo-OfflineContent-Content-de-de-Package~31bf3856ad364e35~amd64~~.cab Error: 0x80070002
An error occurred trying to open - C:\Temp\Lab\LanguagePacks\Microsoft-Windows-RetailDemo-OfflineContent-Content-de-de-Package~31bf3856ad364e35~amd64~~.cab Error: 0x80070002
Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~de-DE~10.0.18362.1
[==========================100.0%==========================]
Error: 2
An error occurred trying to open - C:\Temp\Lab\LanguagePacks\Microsoft-Windows-LanguageFeatures-Basic-de-de-Package~31bf3856ad364e35~amd64~~.cab Error: 0x80070002
An error occurred trying to open - C:\Temp\Lab\LanguagePacks\Microsoft-Windows-LanguageFeatures-OCR-de-de-Package~31bf3856ad364e35~amd64~~.cab Error: 0x80070002
An error occurred trying to open - C:\Temp\Lab\LanguagePacks\Microsoft-Windows-LanguageFeatures-Handwriting-de-de-Package~31bf3856ad364e35~amd64~~.cab Error: 0x80070002
An error occurred trying to open - C:\Temp\Lab\LanguagePacks\Microsoft-Windows-LanguageFeatures-TextToSpeech-de-de-Package~31bf3856ad364e35~amd64~~.cab Error: 0x80070002
An error occurred trying to open - C:\Temp\Lab\LanguagePacks\Microsoft-Windows-LanguageFeatures-Speech-de-de-Package~31bf3856ad364e35~amd64~~.cab Error: 0x80070002
An error occurred trying to open - C:\Temp\Lab\LanguagePacks\Microsoft-Windows-RetailDemo-OfflineContent-Content-de-de-Package~31bf3856ad364e35~amd64~~.cab Error: 0x80070002
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
It obviously fails because i only have the language pack file, and not the "Feature on Demand ISO".
I've searched the microsoftoem.com site but I can't find the ISO there.
However, if I search on uupdump.ml for the files, I get these:
These look like the correct files and they are for Windows 1909 which is what I'm using. However when I use these I get:
Code:
Deployment Image Servicing and Management tool
Version: 10.0.18362.1
Image Version: 10.0.18363.418
Processing 1 of 6 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~da-DK~10.0.18362.1
[==========================100.0%==========================]
Processing 2 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Basic-da-dk-Package~31bf3856ad364e35~amd64~~10.0.18362.1
[==========================100.0%==========================]
Microsoft-Windows-LanguageFeatures-Basic-da-dk-Package: The source files could not be found.
Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077.
Error: 0x800f081f
Processing 3 of 6 - Adding package Microsoft-Windows-LanguageFeatures-OCR-da-dk-Package~31bf3856ad364e35~amd64~~10.0.18362.1
[==========================100.0%==========================]
Microsoft-Windows-LanguageFeatures-OCR-da-dk-Package: The source files could not be found.
Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077.
Error: 0x800f081f
Processing 4 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Handwriting-da-dk-Package~31bf3856ad364e35~amd64~~10.0.18362.1
[==========================100.0%==========================]
Microsoft-Windows-LanguageFeatures-Handwriting-da-dk-Package: The source files could not be found.
Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077.
Error: 0x800f081f
Processing 5 of 6 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-da-dk-Package~31bf3856ad364e35~amd64~~10.0.18362.1
[==========================100.0%==========================]
Microsoft-Windows-LanguageFeatures-TextToSpeech-da-dk-Package: The source files could not be found.
Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077.
Error: 0x800f081f
Processing 6 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Speech-da-dk-Package~31bf3856ad364e35~amd64~~10.0.18362.1
[==========================100.0%==========================]
Microsoft-Windows-LanguageFeatures-Speech-da-dk-Package: The source files could not be found.
Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077.
Error: 0x800f081f
Error: 0x800f081f
The command completed with errors.
For more information, refer to the log file.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
I have no idea what source files its talking about and I could really use some help here to resolve this.
I did contact Microsoft OEM team but they take like 4 days just to answer.
If anyone require more information, just ask.