排序
控制面板中显示安装包的大小
;需要用到这个头文件 !include 'FileFunc.nsh' ${GetSize} '$INSTDIR' '/S=0K' $0 $1 $2 IntFmt $0 '0x%08X' $0 WriteRegDWORD ${PRODUCT_UNINST_ROOT_KEY} '${PRODUCT_UNINST_KEY}' 'Estimated...
NSIS 获取物理内存
!addplugindir . Name Memory OutFile Memory.exe XPStyle on InstallColors /windows ShowInstDetails show RequestExecutionLevel admin Page instfiles Section Install # 获取系统已识别的...
nsDialogs如何使用控件可用或不可用
;NSDialogs 允许使用 ${NSD_Create*} 创建控件并返回 HWND 值到堆栈,这样我们很方便就可以对控件进行设置可用或不可用,当然我们这里要使用NSIS里的EnableWindow 命令。 ;比如我们创建一个大按钮...
NSIS循环遍历INI文件内容
INI文件格式如: [Logon] 0CmdLine=hello.exe 0Parameters=123 1CmdLine=hello.exe 1Parameters=123 NSIS代码: !include 'LogicLib.nsh' Function UpdateScriptIni strcpy $Var_IniFile '$INST...
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 替换文件中的内容
Textreplace插件的使用: !include 'TextReplace.nsh' ${textreplace::ReplaceInFile} 'c:\1.txt' 'c:\1.txt' '%Install%' '替换的内容' '/S=1' $4 ${textreplace::FreeReadBuffer} '$4' ${text...
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用法注释
;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'...
对“《Let’s AutoIt》AU3零起步教程 AutoIt”教程中字符串相关函数解释
对“《Let's AutoIt》AU3零起步教程 AutoIt”教程中字符串相关函数解释 大家好,这是对“《Let's AutoIt》自由天空AU3零起步教程 AutoIt”教程中第六章 第三节 字符串相关函数 进行详细的解释(...
nsPython是NSIS与Python脚本进行交互编程的插件
/* nsPython是NSIS与Python脚本进行交互编程的插件 nsPython支持命令eval,exec和execFile来与Python脚本进行交互.使用的时候要注意平台,如64位系统之类的差异. */ !AddPluginDir '../Plugins' N...



用户39446236 昨天0
听我说谢谢你,因为有你用户18578635 昨天0
謝謝分享用户51967017 昨天0
谢谢分享用户51967017 昨天0
谢谢分享用户93414211 前天0
好了!感谢分享用户93414211 前天0
好了!感谢分享