Forum Discussion
Stefan Georgiev
Microsoft
Dec 14, 2020MSIX app attach Azure portal integration public preview
MSIX app attach is an application layering solution that allows you to dynamically attach an application (that is an MSIX package) to a user session. Separating the application from the operating sys...
Mayurdesai81
Mar 15, 2021Copper Contributor
Hi ,
I have tried msix appattach for application VLC Player and Projectwise for my customer for testing. Standalone msix packages are working fine as expected. But when I appattach I get below error for VLC player
"The application failed to launch with error 0xc0000364". I am not able to successfully get both of these application working. Has any one tried these apps?
Thanks
Mayur
I have tried msix appattach for application VLC Player and Projectwise for my customer for testing. Standalone msix packages are working fine as expected. But when I appattach I get below error for VLC player
"The application failed to launch with error 0xc0000364". I am not able to successfully get both of these application working. Has any one tried these apps?
Thanks
Mayur
Stefan Beckmann
Mar 17, 2021Copper Contributor
Today I wanted to see if a new agent was available. After restarting the test environment, the version was 1.0.2866.800 instead of 1.0.2939.400. The status remains Available.
Now I wanted to continue testing. As of today, when I enter the following line in PowerShell, the application is ready. Unfortunately, these are not automatically registered. Must now find this cause.
Add-AppxPackage -Path "C:\Program Files\WindowsApps\GoogleChrome_68.46.66.0_x64__74vyvr5aw93s6\AppxManifest.xml" -DisableDevelopmentMode -Register
Does anyone have any advice on where to look next? Otherwise, I still search through the guide.
Now I wanted to continue testing. As of today, when I enter the following line in PowerShell, the application is ready. Unfortunately, these are not automatically registered. Must now find this cause.
Add-AppxPackage -Path "C:\Program Files\WindowsApps\GoogleChrome_68.46.66.0_x64__74vyvr5aw93s6\AppxManifest.xml" -DisableDevelopmentMode -Register
Does anyone have any advice on where to look next? Otherwise, I still search through the guide.