Implements a "Quick Launch" menu item on the "Send To" menu on the Windows right-click pop-up menu. This will work the same way as the "Desktop" option on the "Send To" menu.
This fails to install in Windows Vista because of UAC and the fact that it is installing into C:\Program Files which is restricted. The functionality is per-user so a user-specific location should be used instead. This will bypass the UAC problem too.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This fails to install in Windows Vista because of UAC and the fact that it is installing into C:\Program Files which is restricted. The functionality is per-user so a user-specific location should be used instead. This will bypass the UAC problem too.