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?
相关问题
- Error when installing TDA package on R
- installing packages for python 3
- How do I build a debian package whose sources incl
- msbuild: build as to a appxbundle (AppxBundle=Alwa
- how to disable caching HTTP GET in metro app, I am
相关文章
- Working with hmacsha256 in windows store app
- unable to install packages(“caret”) completely in
- PHP friend/package visibility
- Ubuntu graphviz 'sfdp' not working
- Roxygen2 - how to @export reference class generato
- Change default package from com.example for Eclips
- Exclude data sets from R package build
- R: Having trouble installing rpanel
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.
.appxbundle package is the likely solution to your question.
http://msdn.microsoft.com/en-us/library/windows/apps/bg182885.aspx#two