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...") |
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.