What is an APPXBUNDLE file?
An APPXBUNDLE file is a package file created with Microsoft Visual Studio and is used for distribution of Windows apps (both Desktop and UWP) on Microsoft Store. It contains one or more versions of an app, targeting specific processor architecture such as x86, x64, or ARM. This lets the end user to receive and deploy the appropriate version of the app based on the computer architecture. APPXBUNDLE files are grouped together using the standard ZIP file format. Microsoft Visual Studio’s Publish method is used to publish the apps as a bundle. Single package apps are distributed as APPX files.
APPXBUNDLE File Format
APPXBUNDLE files are published in ZIP file format. If you want to see the contents of the app package, you can extract the contents of it using decompression utilities such as WinZIP or WinRAR.