Skip to content

GLEB-M/NSIS_ShortcutPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

NSIS-Shortcut-Plugin

Create shortcuts with advanced options

Examples:

Similar to the built-in function

Shortcut::CreateShortcut "$DESKTOP\test.lnk" "C:\Program Files (x86)\test\test.exe"

Do not create shortcut if already exists for test.exe

Shortcut::CreateShortcut "$DESKTOP\test.lnk" "C:\Program Files (x86)\test\test.exe" 1

Do not create if already exists for test.exe and if name test.lnk is already exist and used for another object a new name will be generated (test(1).lnk, test(2).lnk, etc...)

Shortcut::CreateShortcut "$DESKTOP\test.lnk" "C:\Program Files (x86)\test\test.exe" 1 1

About

Create shortcuts with advanced options

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published