排序
局域网使用工具NSIS脚本
!addplugindir 'ResPlugins' #!define NSIS_VERSION_NEW ;;makensis.exe 2.21以后版本请去掉注释。 !include 'LanInfoManager.nsh' !define MUI_ICON '${RES_ICON}' !define MUI_UI '${RES_UI}'...
在卸载页面收集信息
!include nsDialogs.nsh !include LogicLib.nsh OutFile 'Test.EXE' Name 'Test' !include 'MUI2.nsh' BrandingText '永恒心锁www.yhxw3344.net' Page custom ReportPageShow ReportPageLeave !...
MS SQL 2000数据库
为了修改方便,我们先来定义附加数据库的三个常量。 !define DB_NAME 'Test' !define DB_FILE_MDF '$INSTDIRDataTest.mdf' !define DB_FILE_LDF '$INSTDIRDataTest_log.ldf' 下面是主要代码,加...
NSIS清理托盘图标
!include WinMessages.nsh !include '${NSISDIR}ExamplesSystemSystem.nsh' Call RefreshSysTray Function RefreshSysTray FindWindow $0 'Shell_TrayWnd' '' FindWindow $0 'TrayNotifyWnd' ''...
创建文本框横向滚动条
!include LogicLib.nsh !include WinMessages.nsh !include nsdialogs.nsh SetCompressor /SOLID lzma SetCompress force XPStyle on Var Dialog Var ReleaseNotesText OutFile 'Test.EXE' Name...
如何获取机器网卡Mac地址
Name 'GetMacAddressWithoutPlugin' OutFile 'GetMacAddressWithoutPlugin.exe' ShowInstDetails show # ------ 引入Logiclib.nsh宏来提供各种逻辑基本语句,不需要预先添加函数 ------ !include...
如何让安装包在安装完成后打开网页
!define MUI_FINISHPAGE_RUN '$INSTDIRyhxs3344.exe' !define MUI_FINISHPAGE_RUN_TEXT '运行程序' !define MUI_FINISHPAGE_SHOWREADME !define MUI_FINISHPAGE_SHOWREADME_FUNCTION Info !defi...
优化安装程序的启动速度
因为安装程序初始化的时候,也就是 .onInit 函数里需要用到某个文件的时候安装程序需要搜索整个数据区块来把它解压出来,当安装程序比较大的时候搜索比较费时,这个时候会显 示解压百分比;一般都是...
为安装包添加版本信息,版权信息乱码,VIAddVersionKey,添加产品版本号
若要属性中语言显示为“中文(中国)”, 把 ${LANG_ENGLISH}改为2052,因为中文ID是2052,用2052之后若其他内容是乱码, 则将版本信息设置语句,放在 !insertmacro MUI_LANGUAGE 的后面,因为NSIS要注...
nsDialogs在ListBoxes之间移动数据
/*nsDialogs在ListBoxes之间移动数据*/ OutFile listboxes.exe ;Includes !include nsDialogs.nsh !include LogicLib.nsh ;Definitions !define MOVE_BUTTONS !define COPY_BUTTONS ;Variables ...
用户77262756 2小时前0
感谢分享LXXJ 3小时前0
有新版本了,谢 谢分享。用户93279880 4小时前0
下载神奇,感谢分享用户22107148 5小时前0
感谢分享!用户37588540 18小时前0
谢谢分享!用户93985409 昨天0
谢谢分享!!!