.MANIFEST 文件扩展名
Windows Application Manifest File
| 开发者 | Microsoft |
| 受欢迎程度 |
4.1 | 144 票 |
什么是 MANIFEST 文件?
A MANIFEST file is an XML document that describes the manifest, or package contents, of a Windows software application. It is used by various Windows technologies for configuring and deploying software, including ClickOnce and the Common Language Runtime (CLR). MANIFEST files are often seen with the compound ".exe.manifest" file extension.
更多信息
MANIFEST files are typically only used by software developers. However, end users may also see MANIFEST files in temporary directories after opening ClickOnce applications from a link in a Web browser. You generally should not manually edit or delete these files, or the ClickOnce application may stop working.
You can visit the Manifest File Schema page to view the XML schema for MANIFEST files.
注: MANIFEST files are often compiled into .CDF-MS files, which allow the underlying software to have faster access to the application parameters. Therefore, you may see CDF-MS files alongside your MANIFEST files.
可打开 MANIFEST 文件的程序
Steam Manifest File
| 开发者 | Valve |
| 受欢迎程度 |
3.5 | 28 票 |
File used by Valve Steam, a content delivery application used for downloading video games; related to .ACF files and used in the process of downloading and updating purchased games from the Steam online store.