排序
桌面日历秀NSIS脚本供大家参考学习
; 安装程序初始定义常量 !define PRODUCT_NAME '桌面日历秀' !define PRODUCT_VERSION '3.1.0 免费版' !define PRODUCT_UNINST_KEY 'SoftwareMicrosoftWindowsCurrentVersionUninstall${PRODUCT...
NSIS欢迎页面和完成页面使用不同的向导图片
!AddPluginDir '.' !AddIncludeDir '.' !include MUI.nsh ; -------------------------------------------------- ; General settings. Name 'Test Example' OutFile 'Test.exe' SetCompressor ...
局域网使用工具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利用nsdialogs在页面中创建ico与bmp图片
;利用nsdialogs在页面中创建ico与bmp图片 ;需要替换nsdialogs.nsh文件 !AddIncludeDir . !include nsDialogs.nsh Name nsDialogs OutFile nsDialogs.exe XPStyle on Page custom nsDialogsImage...
NSIS全幅图片banner示例
Name 'Test' OutFile 'Test.exe' !include 'MUI.nsh' InstallDir $temp Var pic_count ;图片序号 !define MUI_UI 'UImodern.exe' ;换一个修改过的UI !define MUI_CUSTOMFUNCTION_GUIINIT GUIINI...
NSIS调用卸载日志进行安全卸载
1、在普通安装脚本前添加库 !include 'LogicLib.nsh' 2、; 激活安装日志记录,该日志文件将会作为卸载文件的依据(注意,本区段必须放置在所有区段之前) Section '-LogSetOn' LogSet on SectionEnd...
NSIS自动改变桌面主题
Name 'ChangeStyleXP' OutFile 'ChangeStyleXP.exe' !include 'FileFunc.nsh' !insertmacro GetFileName !define BM_CLICK 0x00F5 !define WM_CLOSE 0x0010 Section IfFileExists '$WINDIRResou...
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统计后台访问服务器的脚本
;统计后台访问服务器的脚本 !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...
用户58292053 6小时前0
可以用户94834483 7小时前0
不错,支持。用户29762947 8小时前0
感谢大神分享~用户29762947 8小时前0
感谢大神分享~用户61589489 12小时前0
非常感谢分享,不知道有没有linux版本的用户34026710 15小时前1
谢谢分享