Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)jfloriotNovember 9, 2006 at 12:47 PM#Create a shortcut iconI 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.
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)kichikNovember 9, 2006 at 3:41 PM#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.