Assembly manifest (Windows)
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Executables |extensions={{ext|manifest}} }} An '''Assembly manifest''' of the MS Windows variety is a file used for Windows applica...") |
Dan Tobias (Talk | contribs) |
||
Line 11: | Line 11: | ||
* [http://msdn.microsoft.com/en-us/library/aa375365%28v=vs.85%29.aspx Manifests (MSDN)] | * [http://msdn.microsoft.com/en-us/library/aa375365%28v=vs.85%29.aspx Manifests (MSDN)] | ||
* [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:XML based file formats]] |
Revision as of 02:32, 23 March 2014
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.