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?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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.
回答2:
.appxbundle package is the likely solution to your question.
http://msdn.microsoft.com/en-us/library/windows/apps/bg182885.aspx#two