排序
不完全脚本注释
该脚本使用 HM VNISEdit 脚本编辑器向导产生 ; 安装程序初始定义常量 !define PRODUCT_NAME '产品名称' !define PRODUCT_VERSION '产品版本号' !define PRODUCT_PUBLISHER '产品发布者' !defin...
NSIS官方插件全集简单介绍
NSIS 官方插件下载页面 http://nsis.sourceforge.net/Category:Plugins A AccessControl plug-in -- 存取控制插件,只适用于 Win2000 或以上。 AnimGif plug-in--可以用来为安装页...
NSIS 组件关联页面
!include 'MUI.nsh' !include 'Sections.nsh' Name '自定义页面结合组件选择测试' OutFile 'Setup.exe' !insertmacro MUI_PAGE_COMPONENTS Page custom PageInitFunc PageLeaveFunc '' # 自定义...
NSIS 自动显示组件
!include 'UsefulLib.nsh' Name TestSelectSection OutFile 'TestSelectSection.exe' Page components Page instfiles ShowInstDetails show Section '01' SEC01 SectionEnd Section '02' SEC02...
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...
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...
使用WinVer.nsh头文件判断操作系统版本
AtLeastWin<version> 检测是否高于指定版本 IsWin<version> 检测指定版本(唯一限定版本) AtMostWin<version> 检测是否低于指定版本 <version> 允许的值: 95、98、ME...
延时启动软件的几个方法及探索
延时启动解决方案一:批处理方式 1、用批处理写好延时启动代码,把这个批处理命名为“延时启动轻狂志.bat”并在安装应用软件时释放到安装目录下。 @echo off if '%1' == 'h' goto begin mshta v...
WinXP简易优化核心部分源代码
Have Enjoy! ReserveFile '${NSISDIR}PluginsInstallOptions.dll' ReserveFile 'XPOP15.ini' ReserveFile 'hxlogo.bmp' Function XPOP15 !insertmacro MUI_HEADER_TEXT '$(TEXT_IO_TITLE)' '$(...
用户32693957 1小时前0
这个播放器最好用,谢谢分享用户74379480 17小时前0
感谢分享用户30321292 17小时前0
这个能正常更新吗用户74379480 17小时前0
第一个夸克里面用户30321292 17小时前0
一直找了好久,感谢分享用户43333128 18小时前0
谢谢谢谢