ApplicationID plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Created page with '{{PageAuthor|MJPA}} == Links == Download:<br> Image:Zip.gif [http://mjpa.co.uk/download/applicationid-dll.zip Built DLL]<br> Image:Zip.gif [http://mjpa.co.uk/download/a…')
 
 
Line 3: Line 3:
== Links ==
== Links ==


Download:<br>
Updated Downloads:<br>
[[Image:Zip.gif]] [https://github.com/connectiblutz/NSIS-ApplicationID/releases/download/1.1/NSIS-ApplicationID.zip Pre-built DLLs]<br>
[https://github.com/connectiblutz/NSIS-ApplicationID Github Repo]<br>
 
Original Download:<br>
[[Image:Zip.gif]] [http://mjpa.co.uk/download/applicationid-dll.zip Built DLL]<br>
[[Image:Zip.gif]] [http://mjpa.co.uk/download/applicationid-dll.zip Built DLL]<br>
[[Image:Zip.gif]] [http://mjpa.co.uk/download/applicationid.zip Source]<br>
[[Image:Zip.gif]] [http://mjpa.co.uk/download/applicationid.zip Source]<br>

Latest revision as of 21:08, 9 January 2017

Author: MJPA (talk, contrib)


Links

Updated Downloads:
Zip.gif Pre-built DLLs
Github Repo

Original Download:
Zip.gif Built DLL
Zip.gif Source

Description

ApplicationID.dll is an NSIS plug-in that lets you set the Application ID of a shortcut (.lnk) so it is linked to your applications jump list in Windows 7+. Without the Application ID being set on the Start Menu shortcuts no jump list will be shown in the Start Menu for that shortcut.

Usage

ApplicationID::Set "$SMPROGRAMS\$StartMenuFolder\${PRODUCT_NAME}.lnk" "MyAppID"
Pop $0
 
$0=0   -no errors
$0=-1  -error

Version History

  • 1.0
    • Initial release of ApplicationID.