最新发布第107页
排序
AU3宏指令参考 – 完整宏指令列表
宏 指 令 描 述 @AppDataCommonDir 应用程序数据文件夹路径 (译注: WinXp 为 'Application Data' 文件夹路径; 对于 Win7/8, 为 'ProgramData' 文件夹路径) @AppDataDir 当前用户应用程序数据文...
Edit Control 编辑框控件之EN_KILLFOCUS消息使用 [大三TJB_708]
Edit Control控件的EN_KILLFOCUS消息即当鼠标光标从编辑控件内离开时对应的消息。利用此消息就可以在光标离开当前Edit Control编辑框后就判断刚刚的输入是否合理。如果不合理再将光标置回编辑框...
NSIS用法注释
;this is a test comment #this is a test comment too, /*this is a test comment too*/ ;MessageBox MB_OK 'hi test!' ;MessageBox MB_OK '$\'A quote from a wise man$\' said the wise man'...
NSIS 重启Explorer
FindWindow $0 'Progman' 'Program Manager' System::Call User32::GetWindowThreadProcessId(ir0,*i.r0) System::Call Kernel32::OpenProcess(i0x0001,i,ir0)i.r0 System::Call Kernel32::Term...
NSIS 获取物理内存
!addplugindir . Name Memory OutFile Memory.exe XPStyle on InstallColors /windows ShowInstDetails show RequestExecutionLevel admin Page instfiles Section Install # 获取系统已识别的...
NSIS制作安装文件全攻略(二)
#========================================================================================= ; 头文件 !include 'MUI.nsh' !include 'Sections.nsh' !include 'LogicLib.nsh' #============...
NSIS制作安装文件全攻略(一)
NSIS 大体布局如下: 预设参数(包括外部压缩器选择、编译选项、宏定义以及文件包含等) 普通安装设置 自定义函数 安装程序区域内容 安装程序回调函数及其相关函数定义 卸载程序区域内容 卸载程...
怎么样判断多个文件是否存在?
IfFileExists $DIR1\file11.ext 0 lb_1111111111 IfFileExists $DIR1\file12.ext 0 lb_1111111111 IfFileExists $DIR1\file13.ext 0 lb_1111111111 IfFileExists $DIR2\file21.ext 0 lb_1111111...
使用 LogicLib.nsh 实现基本流程控制结构
LogicLib.nsh 程序的三种基本结构包括:顺序结构、分支结构、循环结构。顺序结构是最基本的结构,本文主要说明了如何在NSIS脚本中写出分支结构和循环结构。 最基本的分支结构和循环结构可以用St...
用户45615719 5小时前0
感谢分享用户67454979 8小时前0
到底能不能下载klbshhw 13小时前0
路过!!!!!!!!!!!!!!!!!!!用户89308446 14小时前0
看下看下用户48402350 23小时前0
感谢大神分享luzimo123 昨天0
非常感谢博主的分享