Create a shortcut icon
I am new to NSIS. I want my installer to place a shortcut icon (on the desktop) of the executable file extracted by my installer. How can I proceed ?
Thanks for your answer.
Archive: Create a shortcut icon
Create a shortcut icon
I am new to NSIS. I want my installer to place a shortcut icon (on the desktop) of the executable file extracted by my installer. How can I proceed ?
Thanks for your answer.
Please don't post scripting questions in the translations sub-forum.
To create shortcuts, use CreateShortcut. To get the path to the user's desktop, use $DESKTOP. More information and examples can be found in the documentation.