Add hardcoded FOD FileName

For offline scenarios, the name must be Microsoft-Windows-Holographic-Desktop-FOD-Package~31bf3856ad364e35~amd64~~.cab 
For 1903/1909, the file name is Microsoft-Windows-Holographic-Desktop-FOD-Package-31bf3856ad364e35-amd64.cab and MixedReality installation will fail. This is because the Filename is hardcoded in FOD Metadata and the file must be Microsoft-Windows-Holographic-Desktop-FOD-Package~31bf3856ad364e35~amd64~~.cab
This commit is contained in:
Ismaël L 2020-06-26 15:59:07 +02:00 committed by GitHub
parent c099b2d6c0
commit 66fb73d251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,8 @@ Organizations that use Windows Server Update Services (WSUS) must take action to
Add-Package Add-Package
Dism /Online /add-package /packagepath:(path) Dism /Online /add-package /packagepath:(path)
``` ```
>[!NOTE]
>You must rename the FOD .CAB file to : **Microsoft-Windows-Holographic-Desktop-FOD-Package\~31bf3856ad364e35\~amd64\~~.cab**
c. In **Settings** > **Update & Security** > **Windows Update**, select **Check for updates**. c. In **Settings** > **Update & Security** > **Windows Update**, select **Check for updates**.