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, 19503👍, 0💬
Popular Posts:
What is PRN? PRN, short name for Printable, is used as the file extension for files padded with spac...
What is SCR? SCR, short name for Screen Saver, is used as the file extension for Screen Saver files....
What is VSD? VSD, short name for Visio Drawing, is used as the file extension for Visio Drawing file...
What is VSD? VSD, short name for Visio Drawing, is used as the file extension for Visio Drawing file...
What is EML? EML, short name for Email, is used as the file extension for Email Message files. .EML ...