Categories:
Android (1)
Audio (7)
C/C++ (2)
Compression (7)
Database (6)
Document (14)
Email (3)
General (50)
Graphics (17)
Image (8)
Java (1)
Picture (1)
Presentation (7)
Programming (17)
Spreadsheet (11)
Video (8)
Web (13)
Windows (63)
XML (4)
Other Resources:
.MUM - File Extension for Windows Update Packages
What is MUM? MUM is used as the file extension for Windows Update Package files. .MUM files are XML files that are used to store information about Windows updates (hot fixes). See the sample .MUM file included below.
✍: FYIcenter.com
File Extension: .MUM
MIME Type: text/plain
File Content: Windows Update Package
.MUM files are Windows Update Package files, that are used to store information about Windows updates (hot fixes). Here is a sample .MUM Windows Update Package file, Microsoft-Media-Foundation-Package~31bf3856ad364e35~x86~~6.1.7600.16385.mum:
<?xml version='1.0' encoding='utf-8' standalone='yes'?>
<?Copyright (c) Microsoft Corporation. All rights reserved.?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v3"
copyright="Copyright (c) Microsoft Corporation. All Rights Reserved."
manifestVersion="1.0">
<assemblyIdentity buildType="release" language="neutral"
name="Microsoft-Media-Foundation-Package" processorArchitecture="x86"
publicKeyToken="31bf3856ad364e35" version="6.1.7600.16385"/>
<package identifier="Media Foundation" releaseType="Feature Pack">
<parent integrate="delegate">
<assemblyIdentity buildType="release" language="neutral"
name="Microsoft-Windows-Foundation-Package"
processorArchitecture="x86" publicKeyToken="31bf3856ad364e35"
version="6.1.7600.16385"/>
</parent>
<update description="Media Foundation" displayName="Media Foundation"
name="MediaFoundation" restart="required">
<component>
<assemblyIdentity buildType="release" language="neutral"
name="Microsoft-Media-Foundation-Deployment"
processorArchitecture="x86" publicKeyToken="31bf3856ad364e35"
version="6.1.7600.16385" versionScope="nonSxS"/>
</component>
</update>
</package>
</assembly>
.MUM Windows Update Package file sample: Click sample.mum to download.
Since .MUM files are in text format, you can use Notepad or any text editor to create or modify them. No special software is needed.
For for information on how to use .MUM Windows Update Package files, see links below:
2012-11-14, 19312👍, 0💬
Popular Posts:
What is MPP? MPP, short name for Microsoft Project Plan, is used as the file extension for Microsoft...
What is XPS or OXPS? XPS stands for for XML Paper Specification. OXPS stands for for Open XML Paper ...
File extension CLASS is used for Java compiled class files. A CLASS sample file is provided. Free JV...
What is BMP? BMP, short name for Bitmap, is used as the file extension for bitmap image files. .BMP ...
What is DOT? DOT, short name for Document Template, is used as the file extension for files in Micro...