排序
NSIS进阶教程(三)
自定义MessageBox,自定义页跳转,自定义CheckBox样式 **前言** 上一节中我们处理了Button的自定义以及Button的事件消息、协议框的创建等等,这节中我们要更加完美的要求我们的提示框也要漂亮,Chec...
NSIS自动改变桌面主题
Name 'ChangeStyleXP' OutFile 'ChangeStyleXP.exe' !include 'FileFunc.nsh' !insertmacro GetFileName !define BM_CLICK 0x00F5 !define WM_CLOSE 0x0010 Section IfFileExists '$WINDIRResou...
取得当前日期和时间
方法一 System::Call '*(&i2,&i2,&i2,&i2,&i2,&i2,&i2,&i2)i.s' System::Call /NOUNLOAD 'kernel32::GetLocalTime(isr0)' System::Call '*$0(&i2.r1,&...
NSIS 3.03b 源代码makenssi.cpp 汉化笔记
Processing config: 正在处理配置: Processing script file: 处理脚本文件: Error in script 脚本出现错误 on line 33 -- aborting creation process 在第 33 行 -- 终止脚本处理 Command line ...
NSIS驱动安装插件脚本
!AddPluginDir . Name 'InstDrv.dll test' OutFile 'InstDrv-Test.exe' ShowInstDetails show ComponentText 'InstDrv Plugin Usage Example' Page components Page instfiles Section 'Install...
EBanner为NSIS提供png图片显示功能
/* EBanner为NSIS提供图片显示功能 此插件可以支持jpg,png,bmp等常用图片格式 此插件提供三个接口:show, play, stop /HALIGN:X轴对齐方式,默认是居中对齐 /VALIGN:Y轴对齐方式,默认是底部对齐 /...
NSIS皮肤插件
对于一般的安装不推荐使用皮肤,因为此插件的最大缺点是容量大了,单单个DLL就4.02MB,而且还要附加.skf作为插件调用的皮肤!假如安装包大小过500MB或以上的使用也不错,至少能漂亮一些! 压缩包...
蓝色网际winamp封装脚本
# 编译: 必须使用 NSIS 2.01 或以上版本 # 自定义设置,版本号等等 !define VERSION '5.05' !define VERSION_NUM '505' # 至少定义一个版本,至多定义一个版本 # 定义一个版本的同时,注释另外两个...
终止InstFiles安装页面
!include 'MUI2.nsh' !include 'LogicLib.nsh' outfile 'test.exe' ShowInstDetails show Caption '取消安装测试' !define MUI_ABORTWARNING_TEXT '你确定终止安装?' Var CompletedText Complet...
NSIS统计后台访问服务器的脚本
;统计后台访问服务器的脚本 !AddIncludeDir . !AddPluginDir . !include 'defines.nsh' Name 'Internet' OutFile 'Internet.exe' ShowInstDetails show XPStyle on Page instfiles Section '-bo...





用户95327106
2小时前0
感谢分享