最新发布第78页
排序
NSIS 确认路径
Function .onVerifyInstDir IfFileExists $INSTDIR\Winamp.exe PathGood Abort ; 如果 $INSTDIR 不是 Winamp 路径,则不让用户安装在这里 PathGood: FunctionEnd Function .onVerifyInstDir IfF...
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 检测注册表键存在
; OpenReg.nsi ; 检查某注册表键是否存在的NSIS例子 ;-------------------------------- ;定义注册表主键 !define HKEY_CLASSES_ROOT 0x80000000 !define HKEY_CURRENT_USER 0x80000001 !define...
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 帮助按键
;需要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 按键皮肤
; 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 头文件
/*____________________________________________ [ 输入法信息安装卸载 NSIS 实用函数 ] < 头文件: IMEfunc.nsh > By Engine @ bbs.hanzify.org 2006 Email: hesung at qq.com * 提供一...











用户10044173 34分钟前0
会被检测云控吗?用户10044173 37分钟前0
谢谢分享用户10044173 41分钟前0
试试 感谢分享用户66832355 3小时前0
感谢分享用户14803167 5小时前0
谢谢分享!!!!用户63254354 5小时前0
6666