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.0081 sec