Skip to content

WAS runtime installer shows deployment result of ERROR_INSTALL_POLICY_FAILURE during install on WS2019 #1119

@riverar

Description

@riverar

Describe the bug
When attempting to install the WAS runtime on Windows Server 2019 (17763.1), package deployment fails but with a cryptic ERROR_INSTALL_POLICY_FAILURE with no further details/guidance. (In this case, Windows Server was not configured to support sideloading.)

(I understand 0.8-preview support is non-existent. Just making sure these issues are in the backlog.)

Steps to reproduce

  1. .\ProjectReunion-0.8Preview-Install-x64.exe
  2. Observe results
Deploying package: Microsoft.ProjectReunion.0.8-preview_8000.146.628.0_x86__8wekyb3d8bbwe
Package deployment result : 0x0
Deploying package: Microsoft.ProjectReunion.0.8-preview_8000.146.628.0_x64__8wekyb3d8bbwe
Package deployment result : 0x0
Deploying package: Microsoft.ProjectReunion.Main.0.8-preview_8000.146.628.0_x64__8wekyb3d8bbwe
Package deployment result : 0x80073cff
One or more packages failed to install. Result: 0x80073cff

Attempting to install the raw main package results in more informative output:

...
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CFF, To install this application you need either a Windows
developer license or a sideloading-enabled system.
Deployment of package Microsoft.ProjectReunion.Main.0.8-preview_8000.146.628.0_x64__8wekyb3d8bbwe with package origin
Unknown failed because no valid license or sideloading policy could be applied. A developer license
(http://go.microsoft.com/fwlink/?LinkId=233074) or enterprise sideloading configuration
(http://go.microsoft.com/fwlink/?LinkId=231020) may be required.
NOTE: For additional information, look for [ActivityId] 4aca43e7-81dc-0000-dcb7-ca4adc81d701 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 4aca43e7-81dc-0000-dcb7-ca4adc81d701

ProjectReunion-0.8Preview-Install-x64.exe
Windows Server 2019 (17763.1)

Metadata

Metadata

Labels

area-InfrastructureBuild, test, source layout, package constructiondocumentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions