What is MSIX?
What is MSIX?
Highlights
- Package existing Windows apps. Use the MSIX Packaging Tool to create an MSIX package for any Windows app, old or new. The MSIX packaging tool streamlines the packaging experience, offering an interactive user interface or command line to convert and package Windows apps.
- Install MSIX app packages. Use App Installer to install or update any MSIX app package that is locally available or on any content distribution network.
- Apply run time fixes to packaged apps. The Package Support Framework is an open source kit that helps you apply fixes to your existing desktop app when you don't have access to the source code, so that it can run in an MSIX container.
- Use MSIX anywhere. With the open source MSIX SDK, MSIX packages are more versatile, and platform independent. The SDK provides all of the APIs needed to verify, validate, and unpack an app package on any platform, including Windows 10 and non-Windows 10 platforms.
Benefits of app containers
Apps that are packaged using MSIX can be configured to run in a lightweight app container. The app's process, and its child processes, run inside the container, and are isolated using file system and registry virtualization. For more info, see MSIX AppContainer apps.
All AppContainer apps can read the global registry. An AppContainer app writes to its own virtual registry and application data folder, and that data is deleted when the app is uninstalled or reset. Other apps don't have access to the virtual registry or virtual file system of an AppContainer app.
C:\Users\clu\AppData\Local\Packages\MSTeams_8wekyb3d8bbwe\LocalCache\Microsoft\MSTeams\Logs
如果是给所有用户安装的话,可以用everything搜出来app的位置。然后可以直接打开对应到路径
C:\Program Files\WindowsApps\300ff4eb-e150-49b7-8b41-65008d69e4bc_10.10.99.13507_x86__aq43t4xxnnzf0\app\app.exe
作者:Chuck Lu GitHub |
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
2021-05-28 Execution Plans in SQL Server
2021-05-28 Difference between Seek Predicate and Predicate
2021-05-28 Query tuning 101: What’s a probe residual?
2021-05-28 Index Key Column VS Index Included Column
2021-05-28 Warning about memory “Excessive Grant” in the query plan - how to find out what is causing it?
2021-05-28 ApexSQL Plan
2021-05-28 The SQL Server Query Optimizer