How can I create a link to my program in the "Send to" folder using Inno Setup, so that it is shown in the "Send to" context menu in Windows Explorer?
There is already a directory constant for the "Send to" folder, but how can I create a link there?
As any other shortcut, using an entry in the [Icons]
section:
[Icons]
Name: "{usersendto}\My Prog"; Filename: "{app}\MyProg.exe"
The {sendto}
constant has been renamed to {usersendto}
in Inno Setup 5.6.1.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With