摘要: !include "MUI.nsh"!include "Sections.nsh"Name "One-Section"OutFile "one-section.exe"RequestExecutionLevel user!define MUI_ComponentsPage_NoDesc!insertmacro MUI_Page_Components!insertmacro MUI_Language "SimpChinese"Section !RequiredSectionIn ROSection 阅读全文
posted @ 2011-04-12 03:27 alex618 阅读(403) 评论(0) 推荐(0)
摘要: ;; NSIS 多语言脚本写作密技;; 这是 KA 实地用于 MDaemon 4.05 中文化的多语言安装,; 环境: NSIS 2.0b1, Modern UI 1.62;; 为便于阅读,标明 (* 进阶) 者,较为困难,可先略过。; 几乎是想办法用上 Modern UI 1.62 新版的所有技巧了。; 如果注解写得太多,损害你的智商,请赶快写信骂我。;; 简体描述部分,因为在 BIG5 编码之下使用 GB2312 ,故; 必定有乱码,还请见谅。如果需要在网页取得正确编码,; 请储存为 BIG5 plain text ,再来处理。我会另外以; attach file 的方式附在板上。;; 我 阅读全文
posted @ 2011-04-12 03:26 alex618 阅读(6332) 评论(0) 推荐(0)
摘要: ; one-section.nsi;; This example demonstrates how to control section selection.; It allows only one of the sections of a group to be selected.;--------------------------------; Section define/macro header file; See this header file for more info!include "MUI.nsh"!include "Sections.nsh 阅读全文
posted @ 2011-04-12 03:23 alex618 阅读(1034) 评论(0) 推荐(0)