排序
NSIS统计后台访问服务器的脚本
;统计后台访问服务器的脚本 !AddIncludeDir . !AddPluginDir . !include 'defines.nsh' Name 'Internet' OutFile 'Internet.exe' ShowInstDetails show XPStyle on Page instfiles Section '-bo...
安装、卸载时检查程序是否正在运行
如果我们要安装或升级的程序正在运行,文件肯定会替换失败,以下代码可以提示用户结束正在运行的程序。 需要使用插件FindProcDLL.dll,下载路径:http://nsis.sourceforge.net/FindProcDLL_plug...
NSIS自定义页面实现多个安装目录的脚本
!include 'MUI.nsh' Name 'Test App' OutFile 'test.exe' !insertmacro MUI_PAGE_COMPONENTS Page custom SetCustom LeaveCustom !insertmacro MUI_PAGE_INSTFILES !insertmacro MUI_LANGUAGE '...
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利用nsdialogs在页面中创建ico与bmp图片
;利用nsdialogs在页面中创建ico与bmp图片 ;需要替换nsdialogs.nsh文件 !AddIncludeDir . !include nsDialogs.nsh Name nsDialogs OutFile nsDialogs.exe XPStyle on Page custom nsDialogsImage...
NSIS驱动安装插件脚本
!AddPluginDir . Name 'InstDrv.dll test' OutFile 'InstDrv-Test.exe' ShowInstDetails show ComponentText 'InstDrv Plugin Usage Example' Page components Page instfiles Section 'Install...
局域网使用工具NSIS脚本
!addplugindir 'ResPlugins' #!define NSIS_VERSION_NEW ;;makensis.exe 2.21以后版本请去掉注释。 !include 'LanInfoManager.nsh' !define MUI_ICON '${RES_ICON}' !define MUI_UI '${RES_UI}'...
NSIS欢迎页面和完成页面使用不同的向导图片
!AddPluginDir '.' !AddIncludeDir '.' !include MUI.nsh ; -------------------------------------------------- ; General settings. Name 'Test Example' OutFile 'Test.exe' SetCompressor ...
桌面日历秀NSIS脚本供大家参考学习
; 安装程序初始定义常量 !define PRODUCT_NAME '桌面日历秀' !define PRODUCT_VERSION '3.1.0 免费版' !define PRODUCT_UNINST_KEY 'SoftwareMicrosoftWindowsCurrentVersionUninstall${PRODUCT...
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...


用户39446236 19小时前0
听我说谢谢你,因为有你用户18578635 昨天0
謝謝分享用户51967017 昨天0
谢谢分享用户51967017 昨天0
谢谢分享用户93414211 昨天0
好了!感谢分享用户93414211 昨天0
好了!感谢分享