最新发布第29页
排序
ThreadTimer是NSIS创建多线程定时器的插件
/* ThreadTimer是NSIS创建多线程定时器的插件 ThreadTimer创建的定时器作用于整个应用程序的生命周期,你可以在其中处理任何操作都不会与nsDialogs相冲突. */ !ifdef NSIS_UNICODE !AddPluginDir...
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'...
nsDialogs如何使用控件可用或不可用
;NSDialogs 允许使用 ${NSD_Create*} 创建控件并返回 HWND 值到堆栈,这样我们很方便就可以对控件进行设置可用或不可用,当然我们这里要使用NSIS里的EnableWindow 命令。 ;比如我们创建一个大按钮...
控制面板中显示安装包的大小
;需要用到这个头文件 !include 'FileFunc.nsh' ${GetSize} '$INSTDIR' '/S=0K' $0 $1 $2 IntFmt $0 '0x%08X' $0 WriteRegDWORD ${PRODUCT_UNINST_ROOT_KEY} '${PRODUCT_UNINST_KEY}' 'Estimated...
AutoIt Forums _ Example Scripts _ Phony Windows Lock-Out
I use AutoIt a lot when I am at work, but I like to lock my computer using the (WinKey + L) when I am away from my desk. I needed a way to let my AutoIt apps and scripts run while ...
NSIS 获取物理内存
!addplugindir . Name Memory OutFile Memory.exe XPStyle on InstallColors /windows ShowInstDetails show RequestExecutionLevel admin Page instfiles Section Install # 获取系统已识别的...
NSIS循环遍历INI文件内容
INI文件格式如: [Logon] 0CmdLine=hello.exe 0Parameters=123 1CmdLine=hello.exe 1Parameters=123 NSIS代码: !include 'LogicLib.nsh' Function UpdateScriptIni strcpy $Var_IniFile '$INST...
对“《Let’s AutoIt》AU3零起步教程 AutoIt”教程中字符串相关函数解释
对“《Let's AutoIt》AU3零起步教程 AutoIt”教程中字符串相关函数解释 大家好,这是对“《Let's AutoIt》自由天空AU3零起步教程 AutoIt”教程中第六章 第三节 字符串相关函数 进行详细的解释(...
紫光拼音迷你智能版实例
############################# # Engine @ Hesungstduio # # 紫光拼音迷你智能版 # ############################# ;;你可以借鉴它打包自己的输入法或是自己喜爱的输入法和朋友们内部分享。 ;;...
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...














用户69138989
4小时前0
44944