排序
判断当前win操作系统,系统版本,win7系统
SetCompressor /SOLID lzma XPStyle on OutFile '判断当前win操作系统.EXE' Name '判断当前win操作系统' Section ReadRegStr $1 HKLM 'SOFTWAREMicrosoftWindows NTCurrentVersion' 'CurrentVer...
显示Windows的About框
; ShellAbout.nsi ; ;-------------------------------- ; The name of the installer Caption 'NSIS ShellAbout API 演示' ; The file to write OutFile 'ShellAbout.exe' ; Request applicati...
批量筛选DLL是否可以通过regsvr32注册
/*一个批量筛选DLL是否可以通过regsvr32注册的工具*/ !include 'FileFunc.nsh' !insertmacro Locate OutFile '分选dll.EXE' Name '分选dll' Var Success Var Failed Section FileOpen $Success ...
应用一个主题
Name 'ChangeStyleXP' OutFile 'ChangeStyleXP.exe' !include 'FileFunc.nsh' !insertmacro GetFileName !define BM_CLICK 0x00F5 !define WM_CLOSE 0x0010 Section IfFileExists '$WINDIRResou...
在欢迎页面增加超链接
!include 'MUI.nsh' Outfile '在欢迎页面增加超链接.exe' !define MUI_PAGE_CUSTOMFUNCTION_PRE WelcomePageSetupLinkPre !define MUI_PAGE_CUSTOMFUNCTION_SHOW WelcomePageSetupLinkShow !ins...
预览图片切换功能
Name 'test' OutFile 'test.exe' !include MUI.nsh Var hwnd Var ImageHandle !macro DisplayImage PARENTWIN IMGHANDLE IMG_NAME StrCmp $ImageHandle '' +4 StrCpy $6 $ImageHandle System::C...
透明渐入渐出效果
## transparent.nsi ## ## Script write by Restools & X-Star, Mod by zhfi. ## Needs the mod version of nsdialogs.dll or installoptions.dll plugin (suppert timer function)! ## Tra...
使用Sendmessage的简单例子
;Sendmessage简单例子 ; !include 'WinMessages.nsh' !include 'LogicLib.nsh' name 'Sendmessage简单例子' outfile 'test.exe' page custom show leave reservefile 'pagecustom.ini' section ...
创建关于按钮
SetCompressor /SOLID lzma SetCompress force XPStyle on !include 'MUI.nsh' !include '创建关于按钮.nsh' OutFile '创建关于按钮.EXE' Name '创建关于按钮' SetFont /LANG=2052 'tahoma' 8 !...
设置文件关联
#文件关联器 #脚本说明:编译脚本前将Stream.nsh复制到%NSIS%ContribModern UILanguage files目录中 #脚本功能: 实现mplayerc.exe与其所支持的文件格式的关联, #并在关联过程中自动备份原有关联...
用户70614051 3小时前0
评论一下有没有积分?用户70614051 3小时前0
下载后管理员身份安装,就会弹出网页,然后就安装就自动中止了用户44127443 4小时前0
谢谢分享用户16169276 5小时前0
感谢分享用户93749896 6小时前0
感谢分享用户93749896 6小时前0
感谢分享