- NSIS/예제2 . . . . 6 matches
Section "Start Menu Shortcuts"
CreateShortCut "$SMPROGRAMS\Example2\Uninstall.lnk" "$INSTDIR\uninstall.exe" "" "$INSTDIR\uninstall.exe" 0
CreateShortCut "$SMPROGRAMS\Example2\Example2 (notepad).lnk" "$INSTDIR\notepad.exe" "" "$INSTDIR\notepad.exe" 0
; shortcut 이 있으면 제거할것.
; and (optionally) start menu shortcuts.
Section "Start Menu Shortcuts"
CreateShortCut "$SMPROGRAMS\Example2\Uninstall.lnk" "$INSTDIR\uninstall.exe" "" "$INSTDIR\uninstall.exe" 0
CreateShortCut "$SMPROGRAMS\Example2\Example2 (notepad).lnk" "$INSTDIR\notepad.exe" "" "$INSTDIR\notepad.exe" 0
; shortcut 이 있으면 제거할것.
Section: "Start Menu Shortcuts"
CreateShortCut: "$SMPROGRAMS\Example2\Uninstall.lnk"->"$INSTDIR\uninstall.exe" icon:$INSTDIR\uninstall.exe,0, showmode=0x0, hotkey=0x0
CreateShortCut: "$SMPROGRAMS\Example2\Example2 (notepad).lnk"->"$INSTDIR\notepad.exe" icon:$INSTDIR\notepad.exe,0, showmode=0x0, hotkey=0x0
- NSIS/예제3 . . . . 4 matches
SectionDivider " Create StartMenu Shortcuts "
Section "Start Menu Shortcuts"
CreateShortCut "$SMPROGRAMS\ZPTetris\Uninstall.lnk" "$INSTDIR\uninstall.exe" "" "$INSTDIR\uninstall.exe" 0
CreateShortCut "$SMPROGRAMS\ZPTetris\ZPTetris.lnk" "$INSTDIR\tetris.exe"
; shortcut 제거.
SectionDivider " Create StartMenu Shortcuts "
Section: "Start Menu Shortcuts"
CreateShortCut: "$SMPROGRAMS\ZPTetris\Uninstall.lnk"->"$INSTDIR\uninstall.exe" icon:$INSTDIR\uninstall.exe,0, showmode=0x0, hotkey=0x0
CreateShortCut: "$SMPROGRAMS\ZPTetris\ZPTetris.lnk"->"$INSTDIR\tetris.exe" icon:,0, showmode=0x0, hotkey=0x0
- NSIS/Reference . . . . 2 matches
|| CreateShortCut || . || . ||
* $STARTMENU - 시작메뉴 folder. (CreateShortCut 을 이용, 시작메뉴에 등록시 유용하다.)
- 2010JavaScript/역전재판 . . . . 1 match
= ShortCut =
* [http://www.openjs.com/scripts/events/keyboard_shortcuts/shortcut.js]
- NSIS . . . . 1 match
CreateShortCut "$SMPROGRAMS\NSIS\ZIP2EXE project workspace.lnk" \
;Delete Start Menu Shortcuts
Found 5 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.