排序
NSIS —路径
$INSTDIR 安装目录 ($INSTDIR 可以使用 StrCpy、 ReadRegStr、 ReadINIStr 等等来更改。例如在 .onInit 函数里可以用来做高级的检测安装定位)。 注意在卸载程序代码里,$INSTDIR 为卸载程序所在...
在NSIS中实现安装时取消并回滚(1)——现状
如果在Google上搜索”NSIS Cancel Install”会搜索到一些人问过同样的问题。有的从2003年就已经在问这个问题了。奇怪的是NSIS一直没有提供取消安装的内置的支持。在安装页面,所有的按钮都是禁...
分享一个使用NSIS制作安装包的UI插件
控件特点 使用Duilib与NSIS结合的方式,UI部分由Duilib来实现,安装流程由NSIS脚本来控制 控件提供了清晰且丰富的接口,完全支持各种应用界面定制要求 支持阴影边框,支持异形窗口安装包界面定...
NSIS 脚本学习
; 安装包信息 !define PRODUCT_NAME 'CoXoo' ; 要修改安装包,快捷方式版本,请修改此常量 !define PRODUCT_VERSION '1.6.1' !define PRODUCT_PUBLISHER 'CoXoo.com' !define PRODUCT_WEB_SITE ...
DotNet版本检测
; LogicLib extensions for checking Microsoft .NET Framework versions and service packs. ; ; Latests Updates by Brandon Hansen, KG6YPI (RemoteHams.com) ; Dec 26, 2011 - .NET Framewo...
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 按键皮肤
; 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 获取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 'UsefulLib.nsh' Name TestSelectSection OutFile 'TestSelectSection.exe' Page components Page instfiles ShowInstDetails show Section '01' SEC01 SectionEnd Section '02' SEC02...
用户37588540 7小时前0
谢谢分享!用户93985409 19小时前0
谢谢分享!!!用户49916690 23小时前0
感谢分享到彼岸 前天0
感谢分享用户23764627 前天0
谢谢分享用户23764627 前天0
谢谢分享