最新发布第150页
排序
终止InstFiles安装页面
!include 'MUI2.nsh' !include 'LogicLib.nsh' outfile 'test.exe' ShowInstDetails show Caption '取消安装测试' !define MUI_ABORTWARNING_TEXT '你确定终止安装?' Var CompletedText Complet...
实例MOD播放例子
SetCompressor /SOLID lzma XPStyle on Name 'Test' OutFile 'Test.exe' Caption 'Test安装向导' BrandingText 'Test' Var count SetFont /LANG=2052 'tahoma' 8 !include 'UseFulLib.nsh' !inc...
下拉表强行指定安装路径
#利用下拉表强行指定安装路径 !include 'nsDialogs.nsh' !include 'FileFunc.nsh' OutFile 'NSIStest.exe' Page custom CustomPage CustomPageLEAVE Page instfiles Function CustomPage nsDial...
NSIS清理托盘图标
!include WinMessages.nsh !include '${NSISDIR}ExamplesSystemSystem.nsh' Call RefreshSysTray Function RefreshSysTray FindWindow $0 'Shell_TrayWnd' '' FindWindow $0 'TrayNotifyWnd' ''...
即时获取复选框通知
outfile 'CheckboxNotify.exe' showinstdetails show licenseData 'QQ.rtf' !define NOCHECKED_TEXT '请选择一个勾选' !include WinMessages.nsh !include LogicLib.nsh page license page cust...
获取路径最后一个目录名称
XPStyle on OutFile 'Test.EXE' Name 'Test' Section 'Test' Push 'D:Program FilesTencentQQ' Push '' Call GetAfterChar Pop $R0 MessageBox MB_OK $R0 SectionEnd Function GetAfterChar Exc...
创建文本框横向滚动条
!include LogicLib.nsh !include WinMessages.nsh !include nsdialogs.nsh SetCompressor /SOLID lzma SetCompress force XPStyle on Var Dialog Var ReleaseNotesText OutFile 'Test.EXE' Name...
创建带有图标的url
XPStyle on OutFile 'nsisTest.exe' Name 'Test' Section 'Test' WriteINIStr '$exedirShortcut.URL' 'InternetShortcut' 'URL' 'http://www.yhxs3344.net' WriteINIStr '$exedirShortcut.URL' ...
彩色许可页面
!include 'MUI.nsh' Name 'Modern UI Test' OutFile 'WelcomeFinish.exe' InstallDir '$LOCALAPPDATAModern UI Test' !define MUI_LICENSEPAGE_CHECKBOX !define MUI_PAGE_CUSTOMFUNCTION_show ...
获取网站缓存Cookie
OutFile 'InternetGetCookie.exe' Name 'InternetGetCookie' !macro InternetGetCookie URL CookieName Push $0 Push $1 Push $2 Push $3 StrCpy $0 '' StrCpy $1 '' StrCpy $2 1020 StrCpy $3 ...
用户42204020 1小时前0
怎么汉化用户34026710 4小时前0
谢谢分享用户63797494 21小时前0
谢谢分享用户87986887 22小时前0
谢谢分享!用户24896716 22小时前0
搞得有点麻烦啊。用户18427620 昨天0
5.0里面是4.21的文件