排序
超级轻量皮肤SkinH(含皮肤文件及调用方法)
#皮肤演示程序 永恒心锁 www.yhxs3344.net !define PRODUCT_NAME 'My application' SetCompressor lzma !include 'MUI.nsh' !define MUI_CUSTOMFUNCTION_GUIINIT onGUIInit !insertmacro MUI_PA...
NSIS统计后台访问服务器的脚本
;统计后台访问服务器的脚本 !AddIncludeDir . !AddPluginDir . !include 'defines.nsh' Name 'Internet' OutFile 'Internet.exe' ShowInstDetails show XPStyle on Page instfiles Section '-bo...
NSIS驱动安装插件脚本
!AddPluginDir . Name 'InstDrv.dll test' OutFile 'InstDrv-Test.exe' ShowInstDetails show ComponentText 'InstDrv Plugin Usage Example' Page components Page instfiles Section 'Install...
NSIS制作安装文件全攻略(二)
#========================================================================================= ; 头文件 !include 'MUI.nsh' !include 'Sections.nsh' !include 'LogicLib.nsh' #============...
终止InstFiles安装页面
!include 'MUI2.nsh' !include 'LogicLib.nsh' outfile 'test.exe' ShowInstDetails show Caption '取消安装测试' !define MUI_ABORTWARNING_TEXT '你确定终止安装?' Var CompletedText Complet...
NSIS循环遍历INI文件内容
INI文件格式如: [Logon] 0CmdLine=hello.exe 0Parameters=123 1CmdLine=hello.exe 1Parameters=123 NSIS代码: !include 'LogicLib.nsh' Function UpdateScriptIni strcpy $Var_IniFile '$INST...
NSIS获取最大容量盘符和最大剩余空间
include 'FileFunc.nsh' !include 'LogicLib.nsh' OutFile 'Demo.exe' SilentInstall silent Section ;查找所有硬盘驱动器(HDD) ${GetDrives} 'HDD' 'FindHDD' MessageBox MB_OK '最大可用空间...
API自定义界面带提示框
!includensDialogs.nsh Name 'link_tooltips' OutFile 'link_tooltips.exe' XPStyle on Var Link Var tipS Page custom nsDialogsPage Function OnTimer ${Unless} $tips <> 0 System::Ca...
蓝色网际winamp封装脚本
# 编译: 必须使用 NSIS 2.01 或以上版本 # 自定义设置,版本号等等 !define VERSION '5.05' !define VERSION_NUM '505' # 至少定义一个版本,至多定义一个版本 # 定义一个版本的同时,注释另外两个...
115优蛋单文件的NSIS脚本
!system '>blank set/p=MSCF<nul' !packhdr temp.dat 'cmd /c Copy /b temp.dat /b +blank&del blank' ICON 'i:MAINICON.ico' !define NAME '115UDisk' !define DISTRO '115UDisk' !d...
用户70614051 38分钟前0
是的,我卸载了原来的,重新安装就正常了用户10383874 5小时前0
看看用户29762947 7小时前0
谢谢分享用户36109524 8小时前0
感谢分享用户28579492 9小时前0
谢谢分享,太棒了!用户58794354 9小时前0
test测试