Can an APPX Windows Store Package contain multiple

2019-02-27 23:59发布

问题:

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