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 ...
Roy_MacLachlan
Oct 13, 2020Microsoft
Hi TomLewis,
I'm not sure I understand the scenario you are working within with your app. Are you able to elaborate more on this? What is the purpose of your app, and why would someone want to manually retrieve content from it?
Have you looked at using the Invoke-CommandInDesktopPackage PowerShell cmdlet? This could be used to copy contents from the apps VFS through PowerShell without physically launching the app.