XAP (file Format)
   HOME

TheInfoList



OR:

XAP is the
file format A file format is a Computer standard, standard way that information is encoded for storage in a computer file. It specifies how bits are used to encode information in a digital storage medium. File formats may be either proprietary format, pr ...
used to distribute and install
application software Application software is any computer program that is intended for end-user use not operating, administering or programming the computer. An application (app, application program, software application) is any program that can be categorized as ...
and
middleware Middleware is a type of computer software program that provides services to software applications beyond those available from the operating system. It can be described as "software glue". Middleware makes it easier for software developers to imple ...
onto
Microsoft Microsoft Corporation is an American multinational corporation and technology company, technology conglomerate headquartered in Redmond, Washington. Founded in 1975, the company became influential in the History of personal computers#The ear ...
's Windows Phone 7/8/8.1/10 operating system, and is the file format for Silverlight applications. Beginning with Windows Phone 8.1, XAP was replaced by
APPX Universal Windows Platform (UWP) apps (formerly named Windows Store apps, Metro-style apps and Modern apps) are Application software, applications that can be used across all compatible Microsoft Windows devices. They are primarily purchased ...
as the file format used to install
WinRT Windows Runtime (WinRT) is a platform-agnostic component and application architecture first introduced in Windows 8 and Windows Server 2012 in 2012. It is implemented in C++ and officially supports development in C++ (via C++/WinRT, C++/CX o ...
apps on the
Windows Phone Windows Phone (WP) is a discontinued mobile operating system developed by Microsoft Mobile for smartphones as the replacement successor to Windows Mobile and Zune. Windows Phone featured a new user interface derived from the Metro design languag ...
platform, a move which was done by Microsoft in order to unify the app development platforms for
Windows Store app Universal Windows Platform (UWP) apps (formerly named Windows Store apps, Metro-style apps and Modern apps) are applications that can be used across all compatible Microsoft Windows devices. They are primarily purchased and downloaded via the ...
s and Windows Phone apps. XAP files are ZIP file formatted packages, however Microsoft has enabled XAP file encryption, meaning the file can no longer be opened with a standard ZIP extractor. The
MIME type In information and communications technology, a media type, content type or MIME type is a two-part identifier for file formats and content formats. Their purpose is comparable to filename extensions and uniform type identifiers, in that they ide ...
associated with XAP files is application/x-silverlight-app. The Windows Phone Marketplace allows users to download XAP files to an
SD card Secure Digital (SD) is a proprietary, non-volatile, flash memory card format developed by the SD Association (SDA). Owing to their compact size, SD cards have been widely adopted in a variety of portable consumer electronics, including dig ...
and install them manually. XAP is also the extension for XACT Audio Projects, openable with the Microsoft Cross-Platform Audio Creation Tool. Silverlight XAP Files are not openable with the Audio Creation Tool, and XACT XAP files are not archives.


Contents

An XAP file is a ZIP archive that usually contains the following files: * AppManifest.xaml file * DLLs required


See also

* APK (file format) * .ipa (file extension) * App (file format) *
Cabinet (file format) Cabinet (or CAB) is an archive-file format for Microsoft Windows that supports lossless data compression and embedded digital certificates used for maintaining archive integrity. Cabinet files have .cab filename extensions and are recognized ...
or
Zip (file format) ZIP is an archive file format that supports lossless compression, lossless data compression. A ZIP file may contain one or more files or directories that may have been compressed. The ZIP file format permits a number of Data compression, compr ...
, for older PocketPC/Windows Mobile devices * HTML Application (HTA) * XAML Browser Applications (XBAP) *
APPX Universal Windows Platform (UWP) apps (formerly named Windows Store apps, Metro-style apps and Modern apps) are Application software, applications that can be used across all compatible Microsoft Windows devices. They are primarily purchased ...


References

Computer file formats {{Multimedia-software-stub