U E D R , A S I H C RSS

NSIS/예제4

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

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:23:50
Processing time 0.0074 sec