因此,我尝试在 Dynamics 365 上托管内部 UWP 应用。
我是 Dynamics 的新手,但据我了解托管文件(例如安装程序)的方式是创建一个新文件 Portals => Webfiles,然后将该实际文件作为附件的一部分上传到“注释”。
我在这里上传了 .msixbundle 文件和 .appinstaller 文件。
这是我的 .appinstaller 文件的样子:
<?xml version="1.0" encoding="utf-8"?>
<AppInstaller
Uri="https://something.microsoftcrmportals.com/myInstaller"
Version="0.2.4.0" xmlns="http://schemas.microsoft.com/appx/appinstaller">
<MainBundle
Name="my guid"
Version="0.2.4.0"
Publisher="CN=My Name, O=My Name, L=City, S=State, C=US"
Uri="https://something.microsoftcrmportals.com/msixbundle" />
<UpdateSettings>
<OnLaunch HoursBetweenUpdateChecks="0" />
<AutomaticBackgroundTask/>
</UpdateSettings>
</AppInstaller>
如果我转到 url,我可以下载正确的文件,但是当我尝试运行 appinstaller 时,我会收到以下错误:
An error occurred while accessing the file from the web.
Please try downloading and opening the file locally.