5 lines
226 B
Plaintext
5 lines
226 B
Plaintext
|
#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
|