; Script generated by the HM NIS Edit Script Wizard. ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME "배슬로24/7 마인크래프트 한글화 패치 (MC1.4.7)" !define PRODUCT_VERSION "0.32" !define PRODUCT_PUBLISHER "V_L" !define PRODUCT_WEB_SITE "http://cafa.naver.com/vaslor" ; MUI 1.67 compatible ------ !include "MUI.nsh" ; MUI Settings !define MUI_ABORTWARNING !define MUI_ICON "Diamondore.ico" !define MUI_WELCOMEFINISHPAGE_BITMAP "bg.bmp" ; Welcome page !insertmacro MUI_PAGE_WELCOME ; License page !insertmacro MUI_PAGE_LICENSE "terms.txt" ; Components page !insertmacro MUI_PAGE_COMPONENTS ; Instfiles page !insertmacro MUI_PAGE_INSTFILES ; Finish page !define MUI_FINISHPAGE_RUN "$DESKTOP\Minecraft.exe" !define MUI_FINISHPAGE_RUN_TEXT "설치 종료 후 마인크래프트 런쳐를 실행합니다." !insertmacro MUI_PAGE_FINISH ; Language files !insertmacro MUI_LANGUAGE "Korean" ; MUI end ------ Name "${PRODUCT_NAME} ${PRODUCT_VERSION}" OutFile "VASLOR247-Patcher.exe" InstallDir "$PROGRAMFILES\응용 프로그램" ShowInstDetails show Section "한글 패치 (필수)" SEC01 SetOutPath "$APPDATA\.minecraft\bin" SetOverwrite on File "minecraft.jar" SetOutPath "$APPDATA\.minecraft" SetOverwrite on File "servers.dat" File "options.txt" File "kconfig.cfg" File "optionsof.txt" SetOutPath "$APPDATA\.minecraft\mods\rei_minimap" File "option.txt" SectionEnd Section "런쳐 설치 (권장)" SEC02 SetOutPath "$DESKTOP\" File "Minecraft.exe" SectionEnd Section "추천 글꼴 설치 (권장)" SEC03 SetOutPath "$FONTS\" File "나눔고딕코딩-Bold.ttf" SectionEnd Section -Post SectionEnd ; Section descriptions !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN !insertmacro MUI_DESCRIPTION_TEXT ${SEC01} "한글화+옵티파인+레이맵+트랜스포터 패치 입니다." !insertmacro MUI_DESCRIPTION_TEXT ${SEC02} "바탕화면에 마인크래프트 공식런쳐를 설치합니다." !insertmacro MUI_DESCRIPTION_TEXT ${SEC03} "추천 글꼴 (나눔고딕코딩-Bold)를 설치합니다. 매우 좋습니다." !insertmacro MUI_FUNCTION_DESCRIPTION_END