最新发布第45页
排序
NSIS 选择不同组件
!define CUST_INI '$PLUGINSDIR\custom.ini' !include Logiclib.nsh !include Sections.nsh !define SEC1_TEXT 'Section One' ;组件1 !define SEC2_TEXT 'Section Two' ;组件2 !define SEC3_TEX...
NSIS 按键皮肤
; example_MUI.nsi ;-------------------------------- !define VERSION 1.1 !define NAME 'Skinned Button plugin for NSIS' ; The name of the installer Name '${NAME} ${VERSION}' ; The fi...
Oracle Linux v9.0
Oracle Linux (简称 OL) 是一款完全免费且能 100% 兼容 RHEL 应用程序二进制文件的系统,它是基于 RHEL 的另一个“重构发行版”,与之前的 CentOS 并无本质区别。相比迁移到 Ubuntu、Debian 需...
NSIS 托盘提示
Name 'NotifyIcon Example' OutFile 'notifyicon.exe' Icon '${NSISDIR}\Contrib\Graphics\Icons\modern-install-colorful.ico' XPStyle on Section 'ThisNameIsIgnoredSoWhyBother?' InitPlugi...
NSIS 获取CPU
cpudesc::tell Pop $0 ;full identification string in $0 StrCpy $1 $0 4 90 ;pull out four characters after RAM= IntOp $1 1$1 - 10000 ;ignore any leading zeros, the number is not octa...
ubuntu Linux v24.04
Ubuntu是基于Debian GNU/Linux,支持x86、amd64(即x64)和ppc架构,由全球化的专业开发团队(Canonical Ltd)打造的开源GNU/Linux操作系统。Ubuntu对GNU/Linux的普及特别是桌面普及作出了巨大贡献...
NSIS 自动显示组件
!include 'UsefulLib.nsh' Name TestSelectSection OutFile 'TestSelectSection.exe' Page components Page instfiles ShowInstDetails show Section '01' SEC01 SectionEnd Section '02' SEC02...
NSIS 组件关联页面
!include 'MUI.nsh' !include 'Sections.nsh' Name '自定义页面结合组件选择测试' OutFile 'Setup.exe' !insertmacro MUI_PAGE_COMPONENTS Page custom PageInitFunc PageLeaveFunc '' # 自定义...
NSIS官方插件全集简单介绍
NSIS 官方插件下载页面 http://nsis.sourceforge.net/Category:Plugins A AccessControl plug-in -- 存取控制插件,只适用于 Win2000 或以上。 AnimGif plug-in--可以用来为安装页...
不完全脚本注释
该脚本使用 HM VNISEdit 脚本编辑器向导产生 ; 安装程序初始定义常量 !define PRODUCT_NAME '产品名称' !define PRODUCT_VERSION '产品版本号' !define PRODUCT_PUBLISHER '产品发布者' !defin...















用户52488063
10小时前0
谢谢分享,,,,,