Hi, I have a strange behavior with shortcuts deployment in an App-V application.
I capture it, everything goes well and the virtual app is fonctionnal after but the shortcut is nowhere to be found. I captured the application again and I was checking if the shortcut was well captured and it is as the following screenshot can confirm.

I used the tool to install the app directly with the sequencer and I find out that the shortcut is in reality created in %AppData% of the current user wich is not something I want because all users on the machine needs to access the application. The following
screenshot shows this.

What can cause this? Do anybody else had this behaviro before? I was able to capture some other apps where the shortcut was at the right place.
Thank you.
AppxManifest.XML :
<appv:Extension Category="AppV.Shortcut">
<appv:Shortcut>
<appv:File>[{Common Programs}]\Logiciels pour apprendre et communiquer\Sons et musique\HighC.lnk</appv:File>
<appv:Target>[{ProgramFilesX86}]\HighC\HighC.exe</appv:Target>
<appv:Icon>[{ProgramFilesX86}]\HighC\HighC.exe.0.ico</appv:Icon>
<appv:Arguments />
<appv:WorkingDirectory>[{ProgramFilesX86}]\HighC</appv:WorkingDirectory>
<appv:ShowCommand>1</appv:ShowCommand>
<appv:ApplicationId>[{ProgramFilesX86}]\HighC\HighC.exe</appv:ApplicationId>
</appv:Shortcut>
</appv:Extension>
IT technician MCP and A+ certified