最新发布第25页
排序
NSIS常用代码整理
;获取操作系统盘符 ReadEnvStr $R0 SYSTEMDRIVE ;创建log文件夹 CreateDirectory '$R0log' ;递归删除log文件夹 RMDir /r '$R0log' ;弹出Windows关机框 FindWindow $0 'shell_traywnd' SendMessa...
把计算机名转换为大写或小写字符
现用WordFunc.nsh头文件可以实现,于是记一下方便大家。 ;从注册表中读取当前计算机名 ReadRegStr $R1 HKLM 'SYSTEMCurrentControlSetControlComputerNameComputerName' 'ComputerName' Message...
到达指定时间自动执行所需操作的脚本例子
; 到达指定时间自动执行所需操作的脚本例子 ; 注意:必须使用附带的修改版InstallOption或者是新版的InstallOptionEx插件方可实现! ;-------------------------------- ;添加插件目录 !AddPlugin...
QQ2009自定义界面
SetCompressor /SOLID lzma SetCompress force OutFile 'RunPluginTool.exe' Name 'RunPluginTool' Var QQDIC LoadLanguageFile '${NSISDIR}ContribLanguage filesSimpChinese.nlf' ;程序版本信...
下拉表强行指定安装路径
#利用下拉表强行指定安装路径 !include 'nsDialogs.nsh' !include 'FileFunc.nsh' OutFile 'NSIStest.exe' Page custom CustomPage CustomPageLEAVE Page instfiles Function CustomPage nsDial...
获取路径最后一个目录名称
XPStyle on OutFile 'Test.EXE' Name 'Test' Section 'Test' Push 'D:Program FilesTencentQQ' Push '' Call GetAfterChar Pop $R0 MessageBox MB_OK $R0 SectionEnd Function GetAfterChar Exc...
文献管理软件 EndNote 2025 Build 19000 Win/macOS v21.5.18513直装版授权版
作为一名研究人员,您经常处理不同的角色,处理对时间的竞争要求,并且不仅协调您自己在出版研究中的活动,还要协调您的在部门和世界各地的合作者。EndNote X9 是一款参考管理软件,不仅可以让...
使用SkinSharp皮肤实例
;-------------------------------- ;Include Modern UI !include 'MUI2.nsh' ;-------------------------------- ;General ;Name and file Name '加载皮肤演示' OutFile 'Skin2.exe' ;Default ...
刷新桌面和文件关联后强制刷新关联图标
Name RefreshDesktopWindow OutFile RefreshDesktopWindow.exe SilentInstall silent var ProgmanHwnd var ShellHwnd var DesktopHwnd Section '' ; 256=WM_KEYDOWN ; 257=WM_KEYUP ; 116=VK_F5...
隐藏最大化和最小化
!define APPNAME 'Remove MinimizeMaximize' name '${APPNAME}' outfile '$%temp%${APPNAME}.exe' showInstDetails show !include MUI.nsh installdir '$TempNSIS-Test' Function myGUIInit ;自...














用户54755510
5小时前0
好东西 支持下