Can an APPX Windows Store Package contain multiple

2019-02-27 23:32发布

I'm trying to understand the appxmanifest file for APPX packages better. I noticed it has an <Applications> tag followed by a single <Application> tag for every example I've seen. It would appear though that multiple "applications" can be included in the Manifest. What would this actually even mean though? Is this actually possible or was Microsoft just thinking about forward compatibility when designing the AppxManifest schema?

2条回答
祖国的老花朵
2楼-- · 2019-02-28 00:11

The manifest does define this as a possibility, and with hand editing, it is possible to do this.

However, you won't pass store certification for this I believe.

查看更多
祖国的老花朵
3楼-- · 2019-02-28 00:12

.appxbundle package is the likely solution to your question.

http://msdn.microsoft.com/en-us/library/windows/apps/bg182885.aspx#two

查看更多
登录 后发表回答