排序
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 * 提供一...
NSIS Messagebox
!define VERSION 'v0.98 beta 3' Name 'Customisable Messagebox plug-in test ${VERSION}' ;!define SILENT !ifdef SILENT OutFile 'messagebox_s.exe' SilentInstall 'Silent' !else OutFile ...
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 获取CPU
cpudesc::tell Pop $0 ;full identification string in $0 StrCpy $1 $0 4 90 ;pull out four characters after RAM= IntOp $1 1$1 - 10000 ;ignore any leading zeros, the number is not octa...
NSIS 托盘提示
Name 'NotifyIcon Example' OutFile 'notifyicon.exe' Icon '${NSISDIR}\Contrib\Graphics\Icons\modern-install-colorful.ico' XPStyle on Section 'ThisNameIsIgnoredSoWhyBother?' InitPlugi...
NSIS 鼠标图标
!include MUI.nsh OutFile SetCursorMUI.exe # Pages... !define MUI_COMPONENTSPAGE_NODESC !insertmacro MUI_PAGE_WELCOME !insertmacro MUI_PAGE_COMPONENTS !insertmacro MUI_PAGE_INSTFILE...
NSIS 水纹特效
!AddPluginDir '.\' !AddIncludeDir '.\' !include MUI.nsh ; -------------------------------------------------- ; General settings. Name 'WaterCtrl_Test Example' OutFile 'WaterCtrl_Te...
NSIS ini/REG
OutFile 'test.exe' Name 'INI Test' !define CLIENTNAME $6 !define SECTIONNAME 'CLIENTNAME=${CLIENTNAME}' Section ; Getting Clientname From Registry ReadRegStr $1 HKCU 'Software\BenV...
用户14273122 27分钟前0
谢谢分享,正在找最新的版本!!用户29762947 1小时前0
感谢分享!用户52967582 5小时前0
谢谢分享!用户27377306 7小时前0
感谢分享!用户58695151 7小时前0
感谢分享!nbdg 8小时前0
感谢楼主感謝分享