Forum Discussion
TomLewis
Aug 12, 2020Copper Contributor
Installing dll and header files with MSIX
Hi everyone, I'm currently looking at redesigning the deployment strategy for a Windows applications which consists of a GUI application, a CLI, and a set of libraries. I can get the GUI and ...
snakamura
Dec 15, 2023Copper Contributor
Three years later, do we have another solution? Is virtual file system the solution? In my experience, we can install Python through Microsoft Store and use its standard library included in WindowsApps directory. How can we achieve it?
snakamura
Dec 17, 2023Copper Contributor
I found that other applications has read-only access to WindowsApps directory. It is locked in explorer, but you can open files with read functions in your applications such as open().