I’m trying to follow the Microsoft documentation but I’m confused as to why my appinstaller is failing:
<?xml version="1.0" encoding="utf-8"?> <AppInstaller xmlns="http://schemas.microsoft.com/appx/appinstaller/2018" Uri="https://xxxxxx.blob.core.windows.net/installer/Package.appinstaller" Version="1.0.0.0"> <MainPackage Name="MyApp" Version="12.21.289.0" Publisher="CN=xxxxxx" ProcessorArchitecture="x64" Uri="https://xxxxxx.blob.core.windows.net/installer/MyApp.msix"/> <UpdateSettings> <OnLaunch HoursBetweenUpdateChecks="1" /> <AutomaticBackgroundTask/> </UpdateSettings> </AppInstaller>
If I run the MSIX file, it installs as it should.
I’ve been trying to follow this:
https://docs.microsoft.com/en-us/windows/msix/desktop/azure-dev-ops
I get this error:
And if I remove the UpdateSettings attribute it will just cause another error:
"App installation failed with error message: Appinstaller operation failed with error code 0x80D05011. Detail: Unknown error (0x80d05011)"
Kindly please help.
Anonymous Asked question May 13, 2021
Recent Comments