我在我的 azure devops 帐户中使用本文https://docs.microsoft.com/en-us/windows/msix/desktop/azure-dev-ops中的步骤创建了一个 MSIX 包。
<?xml version="1.0" encoding="utf-8"?>
<AppInstaller
Uri="file://shares/Intranet/Dev/DotnetCore/DotnetCoreInstaller.appinstaller"
Version="1.0.12.0" xmlns="http://schemas.microsoft.com/appx/appinstaller/2017/2">
<MainPackage
Name="57d2f575-7f7d-4529-badd-249f9e6e79b8"
Version="1.0.12.0"
Publisher="CN=21st Mortgage Corporation, O=21st Mortgage Corporation, L=Knoxville, S=Tennessee, C=US"
Uri="file://21stmortgage/shares/Intranet/Dev/DotnetCore/DesktopApp.msix" />
<UpdateSettings>
<OnLaunch
HoursBetweenUpdateChecks="0" />
</UpdateSettings>
</AppInstaller>
我还添加了 .appinstaller 文件,如上面的文章所示。当我单击 .appinstaller 文件在目标机器上安装应用程序时,出现以下错误。
应用程序安装失败并显示错误消息:从 AppxManifest 返回的包全名 (57d2f575-7f7d-4529-badd-249f9e6e79b8_1.0.12.0_x64__y43p6npyeryve) 与从 AppInstaller 生成的名称 (57d2f575-7f7d-4529-badd-249f9e6e79b8_1. 0.12.0_neutral__y43p6npyeryve)。请确保 .appinstaller 文件中指定的包属性与 file://shares/Intranet/Dev/DotnetCore/DesktopApp.msix 中引用的包属性匹配。(0x8008020c)