foobar
foobar

Reputation: 2941

Pin icons to taskbar

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

Answers (1)

user3760224
user3760224

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

Related Questions