Reputation: 2941
How can I pin the shortcut icons to windows 7 taskbar using NSIS installer?
I tried to place them in below location but it doesnt work well
%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar
Upvotes: 4
Views: 3168
Reputation: 86
You can use this plugin: http://nsis.sourceforge.net/StdUtils_plug-in, Review InvokeShellVerb section documentation: http://muldersoft.com/docs/stdutils_readme.html
Upvotes: 7