If (using Inno Setup) I install MyApp to C:\Users\User1\MyApp and create a shortcut on the public desktop. This shortcut correctly points to C:\Users\User1\MyApp\MyApp.exe on the desktop of User1, but it points to C:\Users\User2\MyApp\MyApp.exe on the desktop of User2!
I understand that creating a machine install in a User folder is asking for problems, but we are stuck with many customers who have exactly done that in the past (when we had a more or less per user installation). So how can I make the shortcut point to the Users\User1 folder for all users?