Simple-x264-Launcher/etc/shortcut.nsh

5 lines
226 B
Plaintext
Raw Normal View History

2012-02-09 16:45:42 +01:00
#Function createShortcuts
MessageBox MB_ICONQUESTION|MB_TOPMOST|MB_YESNO "Create a desktop icon for Simple x264 Launcher?" IDNO +2
CreateShortCut "$DESKTOP\Simple x264 Launcher.lnk" "$INSTDIR\x264_launcher.exe"
#FunctionEnd