를 멈 리는 립. 문 ....-_-;; servicelib.nsh 루 .
~cpp
!include "MUI.nsh"
!include "servicelib.nsh"
;VncKorPatcher
LoadLanguageFile "${NSISDIR}\Contrib\Language files\Korean.nlf"
;러
Name "RealVNC 4.0 "
;러
OutFile "VncKorPatch.exe"
ShowInstDetails show
SubCaption 0 ": "
SubCaption 1 ": "
SubCaption 2 ": 더 "
SubCaption 3 ": 들"
SubCaption 4 ": 료"
;
LicenseText " 문를 " "동"
LicenseData "eula.txt"
; 디리
InstallDir $PROGRAMFILES\RealVNC\VNC4
XPStyle on
SubCaption 0 ":"
SubCaption 1 ": 더"
;러
Icon "icon.ico"
;러
;WindowIcon on
;들..
MiscButtonText "" "" "" ""
;
InstallButtonText ""
;
AutoCloseWindow false
ShowInstDetails show
ShowUninstDetails show
CompletedText "료."
; 메
DirText "VNC 4.0 문 는 를 ."
SpaceTexts " 량 : " "능 량 : "
; 복
Section ""
SetDetailsPrint both
SetOutPath $INSTDIR
; 료
!insertmacro SERVICE "stop" "WinVNC4" ""
Sleep 1000
;복
File "vncconfig.exe"
File "vncviewer.exe"
File "winvnc4.exe"
;
!insertmacro SERVICE "start" "WinVNC4" ""
SectionEnd










