排序
NSIS统计后台访问服务器的脚本
;统计后台访问服务器的脚本 !AddIncludeDir . !AddPluginDir . !include 'defines.nsh' Name 'Internet' OutFile 'Internet.exe' ShowInstDetails show XPStyle on Page instfiles Section '-bo...
NSIS无窗体透明的闪屏效果
Name '123' OutFile '123.exe' AutoCloseWindow true !include 'MUI.nsh' ;!define MUI_CUSTOMFUNCTION_GUIINIT MUIGUIInit ;!insertmacro MUI_PAGE_WELCOME !insertmacro MUI_LANGUAGE 'Englis...
NSIS检测端口是否被占用
!include 'Ports.nsh' XPStyle on OutFile 'Nsistest.exe' Name 'test' Section 'test' ${Unless} ${TCPPortOpen} 8000 MessageBox MB_OK 'httpd running' ${EndUnless} ${If} ${UDPPortOpen} 1...
NSIS驱动安装插件脚本
!AddPluginDir . Name 'InstDrv.dll test' OutFile 'InstDrv-Test.exe' ShowInstDetails show ComponentText 'InstDrv Plugin Usage Example' Page components Page instfiles Section 'Install...
用户74379480 1小时前0
感谢分享用户30321292 1小时前0
这个能正常更新吗用户74379480 1小时前0
第一个夸克里面用户30321292 1小时前0
一直找了好久,感谢分享用户43333128 2小时前0
谢谢谢谢用户74379480 2小时前0
网盘里面除了几个exe没有压缩包文件