n0On3
29th June 2002 23:42 UTC
there's no $SENDTO variable?
Installing a program I want to put a link in the SendTo folder, but NSIS doesn't have a variable for that. I know that anyone is changing this folder, and I am working with "$WINDIR\SendTo" but I was surprised it wasn't there. Is it because of something?
thanks.
Smile2Me
30th June 2002 10:33 UTC
Try reading this from the registry:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
Entry "SendTo"
It should be the dir you are looking for.
-Hendri.
dbareis
1st July 2002 11:20 UTC
At least in Windows 2000 it is In "User Shell Folders", and looks like "%USERPROFILE%\SendTo" which is not very NSIS friendly...
dbareis
1st July 2002 11:31 UTC
Oops the other key is there too, the values are fully expanded.
Oh well, at least I can create that shortcut now!