Forum Discussion
Stefan Georgiev
Dec 14, 2020Iron Contributor
MSIX 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...
Marco Moioli
Microsoft
Jan 07, 2021I tried with the Google Chrome 68 package and everything is working!
I love it! Thanks Stefan Georgiev!
But now I'm trying to add Chrome to an application group so I added it without any problem but what about the Icon Path?
My understanding is that the .vhd is mounted inside the C:\Program Files\WindowsApps folder so I checked and the chrome.exe file is in the C:\Program Files\WindowsApps\GoogleChrome_68.46.66.0_x64__74vyvr5aw93s6\VFS\ProgramFilesX64\Google\Chrome\Application\chrome.exe path.
I added this information inside the application group but unfortunately it seems not working.
Any guess?
Stefan Georgiev
Jan 08, 2021Iron Contributor
hi Marco, for MSIX packages we only specify icon path if we want to over ride the default icon that is already in the package. If you need to change the icon in the package that is done during compile or repackage, if you want a custom icon then it cannot be on the C:\ drive of a host