排序
NSIS 选择不同组件
!define CUST_INI '$PLUGINSDIR\custom.ini' !include Logiclib.nsh !include Sections.nsh !define SEC1_TEXT 'Section One' ;组件1 !define SEC2_TEXT 'Section Two' ;组件2 !define SEC3_TEX...
NSIS 程序互斥函数
/************************ CheckMutex.nsi ************************/ ;NSIS 安装程序与卸载程序互相检查互斥的例子 #定义自己的互斥名称:# #注意安:装程序不能与卸载程序相同!# !define My...
NSIS 自定义消息
!include 'MUI.nsh' !include 'WinMessages.nsh' !include 'LogicLib.nsh' name 'Sendmessage简单例子' outfile 'test.exe' page custom show leave !insertmacro MUI_PAGE_INSTFILES reservefi...
NSIS 按键皮肤
; example_MUI.nsi ;-------------------------------- !define VERSION 1.1 !define NAME 'Skinned Button plugin for NSIS' ; The name of the installer Name '${NAME} ${VERSION}' ; The fi...
NSIS 帮助按键
;需要HelpButton.dll ;-------------------------------- Name 'HelpButton' OutFile 'HelpButton.exe' Caption 'Runtime Help Button v0.7b' ShowInstDetails show InstallDir $EXEDIR ;SetFon...
NSIS 下拉菜单
!include 'MUI2.nsh' Name 'example_NSD_DropList' OutFile 'example_NSD_DropList.exe' InstallDir '$EXEDIR' Page custom nsDialogsPage !insertmacro MUI_LANGUAGE 'English' Section '' Sec...
NSIS安装页面每次显示不同连接的脚本
/* <NSIS安装页面每次显示不同连接的脚本> 注释:每点击下一次,再返回上一次页面,就显示不同地址! */ !AddPluginDir '.\' !AddIncludeDir '.\' !include MUI2.nsh !include LogicLib.n...
NSIS 创建用户
!include 'MUI.nsh' !define MUI_ICON 'F:\常用软件\绿色软件\N Edit06\ico\Favorites.ico' Page custom tywh Page instfiles !insertmacro MUI_LANGUAGE 'SimpChinese' OutFile '实验.exe' Sho...
NSIS 头文件
/*____________________________________________ [ 输入法信息安装卸载 NSIS 实用函数 ] < 头文件: IMEfunc.nsh > By Engine @ bbs.hanzify.org 2006 Email: hesung at qq.com * 提供一...
NSIS 选择组件颜色
!define TVM_SETBKCOLOR 0x111D ;Window Message Background !define TVM_SETTEXTCOLOR 0x111E ;Window Message Text !include 'MUI.nsh' Name 'dummy' OutFile 'dummy.exe' XPStyle on ShowIns...
用户39127466 18分钟前0
感谢分享!用户77262756 6小时前0
感谢分享LXXJ 7小时前0
有新版本了,谢 谢分享。用户93279880 8小时前0
下载神奇,感谢分享用户22107148 9小时前0
感谢分享!用户37588540 22小时前0
谢谢分享!