Assembly manifest (Windows)
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
(Category:Windows) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
* [http://msdn.microsoft.com/en-us/library/aa375632%28v=vs.85%29.aspx Manifest files reference] | * [http://msdn.microsoft.com/en-us/library/aa375632%28v=vs.85%29.aspx Manifest files reference] | ||
+ | [[Category:Microsoft]] | ||
+ | [[Category:Windows]] | ||
[[Category:XML based file formats]] | [[Category:XML based file formats]] | ||
+ | [[Category:Metadata]] |
Latest revision as of 20:54, 29 March 2017
An Assembly manifest of the MS Windows variety is a file used for Windows applications (particularly of the side-by-side assembly variety) to indicate what items are part of the package and how they fit together.
The concept of a "manifest" accompanying a software package has been used in a number of platforms in a variety of file formats (Google Chrome apps have a manifest in JSON form), but the Windows variety has a specific format in XML using the urn:schemas-microsoft-com:asm.v1 namespace.