排序
NSIS调用卸载日志进行安全卸载
1、在普通安装脚本前添加库 !include 'LogicLib.nsh' 2、; 激活安装日志记录,该日志文件将会作为卸载文件的依据(注意,本区段必须放置在所有区段之前) Section '-LogSetOn' LogSet on SectionEnd...
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...
宝娜果 4小时前1
谢谢大佬分享用户82754284 6小时前0
感谢大神分享用户54593890 9小时前0
好人一生平安用户28282080 14小时前0
下载下来看一下用户93279880 23小时前0
感谢分享用户93279880 23小时前0
感谢分享