排序
自定义界面的几种用法
!define APP_NAME 'Test' name ${APP_NAME} outfile '${APP_NAME}.exe' showinstdetails show InstallDir '$PROGRAMFILES${APP_NAME}' !include 'mui.nsh' !define MUI_PAGE_CUSTOMFUNCTION_PRE...
开源115浏览器使用例子
;ExecShell taskbarunpin '$DESKTOP\${PRODUCT_NAME}.lnk'是删除任务栏图标 ;安装包 解压空白 !system '>blank set/p=MSCF<nul' !packhdr='' temp.dat='' 'cmd='' c='' copy='' b='' +bla...
如何让安装包在安装完成后打开网页
!define MUI_FINISHPAGE_RUN '$INSTDIRyhxs3344.exe' !define MUI_FINISHPAGE_RUN_TEXT '运行程序' !define MUI_FINISHPAGE_SHOWREADME !define MUI_FINISHPAGE_SHOWREADME_FUNCTION Info !defi...
nsis 绿化程序UI源码
#压缩设置 SetCompressor /SOLID lzma SetCompressorDictSize 32 SetDatablockOptimize on SetCompress auto #预先载入文件,方便安装加速释放 Reservefile 'Res\iewb_net.ini' ReserveFile 'Res...
如何获取机器网卡Mac地址
Name 'GetMacAddressWithoutPlugin' OutFile 'GetMacAddressWithoutPlugin.exe' ShowInstDetails show # ------ 引入Logiclib.nsh宏来提供各种逻辑基本语句,不需要预先添加函数 ------ !include...
在卸载页面收集信息
!include nsDialogs.nsh !include LogicLib.nsh OutFile 'Test.EXE' Name 'Test' !include 'MUI2.nsh' BrandingText '永恒心锁www.yhxw3344.net' Page custom ReportPageShow ReportPageLeave !...
EnumINI为NSIS提供检索INI文件操作
/* EnumINI为NSIS提供检索INI文件操作 可以迭代遍历INI文件的键和值,可以查询特定的键值是否存在 */ ; EnumINI plug-in example !AddPluginDir '../../Plugins' Name 'EnumINI Example' OutFile...
初学AU3基础训练
其实 AutoIt v3(AU3)已经不是一种简单的脚本语言了,AU3 在 GUI 界面方面也是很有效果的,不过我在这一节中只介绍 AU3 的一些常用的基本用法,如果您想了解更多关于 AU3 编程的信息和方法,请参...
检测并统计字符串中某个字符个数
!include 'LogicLib.nsh' OutFile '检查找字符串中c出现的次数.exe' Name 'test' Section 'test' StrCpy $0 'cabcdccccc' StrLen $1 $0 StrCpy $2 '' loop: IntOp $1 $1 - 1 StrCmp $1 '-1' end...
NSIS 无边框移动问题总结笔记
无边框移动 插件 WinProc WinCore.nsh 【一定要有这个】 ;事件 ;处理无边框移动 Function onGUICallback ${If} $MSG = ${WM_LBUTTONDOWN} SendMessage $HWNDPARENT ${WM_NCLBUTTONDOWN} ${HTCAP...






用户20556061
49分钟前0
dauz影视安装包官方(内置源)v1.6.63