When I try to create a shortcut in the SendTo folder for all users in WiX, I receive the following error:
warning LGHT1076 : ICE91: The shortcut 'MY SHORTCUT NAME' will be installed to the per user directory 'SendToFolder' that doesn't vary based on ALLUSERS value. This file won't be copied to each user's profile even if a per machine installation is desired.
At the moment, I'm creating the shortcut as a non-advertised shortcut that exists as a sub-element of the File element that it references.
Is there a way to make this shortcut available for all users?
This article on SuperUser indicates that you can create a SendToFolder in all users, but I can't see how to do that from WiX.
Another article suggests that you can use the self-healing capabilities of MSI to make the shortcut re-install itself for all users, but unless I'm misunderstanding it, you need to use an advertised shortcut, and advertised shortcuts won't show up in the send to menu.
Any help or suggestions would be appreciated.