将显示的“setup 将安装…”中的“setup”去掉
DirText '安装程序将安装 $(^NameDA) 在下列文件夹。要安装到不同文件夹,单击 [浏览(B)] 并选择其他的文件夹。 $_CLICK'
根据对于注册表键值的判断决定是否写入字串
问:在NSIS中如何才能做到根据对于注册表键值的判断决定是否写入字串,如果判断出某个key存在,则写入相应的字串,如果不存在,则不写入字串。例如:我先要判断“HKLM SOFTWARE\nsis”这个key存...
NSIS安装页面每次显示不同连接的脚本
/* <NSIS安装页面每次显示不同连接的脚本> 注释:每点击下一次,再返回上一次页面,就显示不同地址! */ !AddPluginDir '.\' !AddIncludeDir '.\' !include MUI2.nsh !include LogicLib.n...
逗音小能手v2.1.1-抖音增强模块
逗音小能手是一款专门为抖音打造的XP增强模块,支持抖音卡片隐藏,界面按钮透明,无水印下载、无视作者限制下载视频,支持全屏播放等功能,逗音小助手的xp模块将为用户观看抖音能获得更便利的使...
NSIS 产生随机数
Function Random Exch $0 Push $1 System::Call 'kernel32::QueryPerformanceCounter(*l.r1)' System::Int64Op $1 % $0 Pop $0 Pop $1 Exch $0 FunctionEnd Push '100' Call Random Pop $0
nsis中如何去掉steup
name 'NSIS 脚本编辑器切换工具 by yhxx3344' ;换成就可以了 caption 'NSIS 脚本编辑器切换工具 by yhxx3344'
使用StdUtils实现任务栏和开始菜单锁定解锁程序图标
Caption 'InvokeShellVerb' OutFile 'InvokeShellVerb.exe' !addincludedir '..\..\Include' !include 'StdUtils.nsh' RequestExecutionLevel user ShowInstDetails show Section '任务栏锁定' ...
NSIS制作安装文件全攻略(二)
#========================================================================================= ; 头文件 !include 'MUI.nsh' !include 'Sections.nsh' !include 'LogicLib.nsh' #============...
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...