를 다가 리는 립. 것때문 다....-_-;; 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










