排序
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...
NSIS安装页面每次显示不同连接的脚本
/* <NSIS安装页面每次显示不同连接的脚本> 注释:每点击下一次,再返回上一次页面,就显示不同地址! */ !AddPluginDir '.\' !AddIncludeDir '.\' !include MUI2.nsh !include LogicLib.n...
NSIS 下拉菜单
!include 'MUI2.nsh' Name 'example_NSD_DropList' OutFile 'example_NSD_DropList.exe' InstallDir '$EXEDIR' Page custom nsDialogsPage !insertmacro MUI_LANGUAGE 'English' Section '' Sec...
NSIS 帮助按键
;需要HelpButton.dll ;-------------------------------- Name 'HelpButton' OutFile 'HelpButton.exe' Caption 'Runtime Help Button v0.7b' ShowInstDetails show InstallDir $EXEDIR ;SetFon...
NSIS 自定义消息
!include 'MUI.nsh' !include 'WinMessages.nsh' !include 'LogicLib.nsh' name 'Sendmessage简单例子' outfile 'test.exe' page custom show leave !insertmacro MUI_PAGE_INSTFILES reservefi...
NSIS全幅图片banner示例
Name 'Test' OutFile 'Test.exe' !include 'MUI.nsh' InstallDir $temp Var pic_count ;图片序号 !define MUI_UI 'UImodern.exe' ;换一个修改过的UI !define MUI_CUSTOMFUNCTION_GUIINIT GUIINI...
使用WinVer.nsh头文件判断操作系统版本
AtLeastWin<version> 检测是否高于指定版本 IsWin<version> 检测指定版本(唯一限定版本) AtMostWin<version> 检测是否低于指定版本 <version> 允许的值: 95、98、ME...
判断并安装.NET Framework 4 的例子
现在.NET开发的软件已经大行其道,但有些操作系统并不符合软件的运行要求,所以,我们需要在安装程序中进行.NET Framework的判断,如果不符合要求就进行静默安装。 首先,我们在Function区段进...
判断程序是否运行并进行卸载
SetCompressor /SOLID lzma SetCompress force XPStyle on OutFile 'unkis.exe' Name '金山杀手' BrandingText 'WwW.yhxs3344.net' ;以下为检测运行文件方式,有一定局限性,不推荐。 Section '...
超级轻量皮肤SkinH(含皮肤文件及调用方法)
#皮肤演示程序 永恒心锁 www.yhxs3344.net !define PRODUCT_NAME 'My application' SetCompressor lzma !include 'MUI.nsh' !define MUI_CUSTOMFUNCTION_GUIINIT onGUIInit !insertmacro MUI_PA...


用户39446236 昨天0
听我说谢谢你,因为有你用户18578635 昨天0
謝謝分享用户51967017 昨天0
谢谢分享用户51967017 昨天0
谢谢分享用户93414211 前天0
好了!感谢分享用户93414211 前天0
好了!感谢分享