felixse / felixse/FluentTerminal
installation of windows 2016 Server fails via PowerShell
- Dominant language
- C#
- Stars
- 9.6k
- Forks
- 448
- PR merge metrics
- No merged PRs in 30d
Description
installation of windows 2016 Server fails
```
PS C:\Paperless-TH\tools\terminal> ls
Directory: C:\Paperless-TH\tools\terminal
Mode LastWriteTime Length Name
---- ------------- ------ ----
d---- 19/01/2021 6:12 PM Add-AppDevPackage.resources
d---- 19/01/2021 6:12 PM Dependencies
d---- 19/01/2021 6:12 PM TelemetryDependencies
-a--- 16/01/2021 2:01 PM 37837 Add-AppDevPackage.ps1
-a--- 19/01/2021 6:12 PM 1093537 FluentTerminal.Package_0.7.5.0_x64.appxsym
-a--- 19/01/2021 6:09 PM 1093547 FluentTerminal.Package_0.7.5.0_x86.appxsym
-a--- 19/01/2021 6:12 PM 31464686 FluentTerminal.Package_0.7.5.0_x86_x64.appxbundle
-a--- 19/01/2021 6:12 PM 1307 FluentTerminal.Package_0.7.5.0_x86_x64.cer
-a--- 16/01/2021 2:01 PM 13686 Install.ps1
PS C:\Paperless-TH\tools\terminal> Add-AppxPackage -Path FluentTerminal.Package_0.7.5.0_x86_x64.appxbundle
Add-AppxPackage: Deployment failed with HRESULT: 0x80080204, The Appx package's manifest is invalid.
error 0xC00CE015: App manifest validation error: The app manifest must be valid as per schema: Line 64, Column 68, Note: The schema for OSMinVersion specified does not recognize XML fields with namespace "http://schemas.microsoft.com/appx/manifest/uap/windows10/5". Please ensure that you have the correct OSMinVersion specified. Reason: The attribute '{http://schemas.microsoft.com/appx/manifest/uap/windows10/5}Optional' on the element '{http://schemas.microsoft.com/appx/manifest/uap/windows10}SplashScreen' i
error 0xC00CE015: App manifest validation error: The app manifest must be valid as per schema: Line 64, Column 68, Note: The schema for OSMinVersion specified does not recognize XML fields with namespace "http://schemas.microsoft.com/appx/manifest/uap/windows10/5". Please ensure that you have the correct OSMinVersion specified. Reason: The attribute '{http://schemas.microsoft.com/appx/manifest/uap/windows10/5}Optional' on the element '{http://schemas.microsoft.com/appx/manifest/uap/windows10}SplashScreen' is not defined in the DTD/Schema.
NOTE: For additional information, look for [ActivityId] 85a86256-74a7-0004-bd66-a885a774d701 in the Event Log or use the command line Get-AppxLog -ActivityID 85a86256-74a7-0004-bd66-a885a774d701
PS C:\Paperless-TH\tools\terminal>
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.