排序
NSIS nsDialogs 插件
介绍 nsDialogs nsDialogs 允许在安装程序中创建自定义页面。居于内置的页面之上,nsDialogs 能够创建包含任何类型的以任意形式排列的控件的页面。它能够创建简至仅一个控件的页面,也能创建满...
NSIS逻辑函数头文件介绍
!include “LogicLib.nsh” 使用 NSIS 的宏来提供各种逻辑基本语句,不需要预先添加函数。 基本语句 If|Unless..{ElseIf|ElseUnless}..[Else]..EndIf|EndUnless - 有条件的执行一个语句区块,取...
NSIS多语言
;-------------------------------- ;Include Modern UI !include 'MUI2.nsh' ;-------------------------------- ;General ;Name and file Name 'Modern UI Test' OutFile 'MultiLanguage.exe'...
nsis dialogdesigner 封装源码
; 安装程序初始定义常量 !define PRODUCT_NAME 'nsisdialogdesigner' !define PRODUCT_VERSION '1.1.3' !define PRODUCT_WEB_SITE 'http://www.yhxs3344.net' !define PRODUCT_UNINST_KEY 'Soft...
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循环播放MP3
Function .onInit InitPluginsDir File '/oname=$PLUGINSDIR\bgm_傻女.mp3' 'E:\傻女.mp3' ; 打开音乐文件 System::Call 'winmm.dll::mciSendString(t 'OPEN $PLUGINSDIR\bgm_傻女.mp3 TYPE MPE...
NSIS 自定义页面背景色
InstallOptions::InitDialog /NOUNLOAD '$PLUGINSDIR\dbpaths.ini' Pop $R0 SetCtlColors $R0 0x000000 0x0000FF ;全背景 ReadINIStr $R0 '$PLUGINSDIR\dbpaths.ini' 'Field 1' 'HWND' ;自定义1...
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 文件关联方法
Section '.txt' Note DetailPrint '关联 txt 文件...' SectionIn 1 WriteRegStr HKCR '.txt' '' 'Note.file' WriteRegStr HKCR 'Note.file' '' '文本文件 (.txt)' WriteRegStr HKCR 'Note.file\...
NSIS图片Flash特效脚本
Var hBitmap !AddPluginDir '.\' !AddIncludeDir '.\' !include MUI.nsh ; -------------------------------------------------- ; General settings. Name 'FlashLib_Test Example' OutFile 'F...
用户37588540 10小时前0
谢谢分享!用户93985409 22小时前0
谢谢分享!!!用户49916690 昨天0
感谢分享到彼岸 前天0
感谢分享用户23764627 前天0
谢谢分享用户23764627 前天0
谢谢分享