排序
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...
更改壁纸
Name '更改壁纸' OutFile '更改壁纸.exe' Caption '更改壁纸' SetCompressor /FINAL /SOLID lzma !include UsefulLib.nsh page instfiles Var HWND Section ${GetWallpaper} '$r0' ;获得当前壁...
NSIS皮肤插件
对于一般的安装不推荐使用皮肤,因为此插件的最大缺点是容量大了,单单个DLL就4.02MB,而且还要附加.skf作为插件调用的皮肤!假如安装包大小过500MB或以上的使用也不错,至少能漂亮一些! 压缩包...
在注册表中记录安装路径以便重装或升级时读取
在NSIS中,这个功能是非常有用的,可以避免用户把程序安装到多个位置的尴尬。 第1步:在“安装目录选择页面”前面加入以下代码: !define MUI_PAGE_CUSTOMFUNCTION_show Pageshow 第2步:读取注...
用户86333552 19小时前0
谢谢分享用户71328814 19小时前0
感谢分享用户71328814 19小时前0
感谢分享用户45348778 20小时前0
感谢分享用户46349682 昨天0
感谢分享用户16268772 昨天0
感谢分享!