.APPXBUNDLE 파일 확장자
Windows App Bundle
| 개발사 | Microsoft |
| 인기도 |
4.5 | 105 투표 |
APPXBUNDLE 파일이란 무엇인가요?
An APPXBUNDLE file is an app package that is used for distributing Windows desktop and UWP (Universal Windows Platform) apps. The package contains one or more versions of an app, each of which is compiled for a specific processor architecture (x86, x64, or ARM).
추가 정보
The different architectures in APPXBUNDLE files allow the appropriate version of the app to be deployed to a matching computer's architecture. For example, a 32-bit system may receive the x86 version of the app while a 64-bit system receives the x64 version. By including multiple architectures into an APPXBUNDLE file, developers can support a wide range of devices with a single installer package.
AppX bundles are created by Visual Studio, Microsoft's primary Windows development IDE. Developers can upload bundles to the Microsoft Store, or make them available for sideloading, a process that allows users to manually install apps.
참고: Single app packages are saved as .APPX files.