杉宫竹苑工作室

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 1993|回复: 0

NSIS无窗体透明的闪屏效果

[复制链接]
发表于 2019-3-1 22:03:29 | 显示全部楼层 |阅读模式

正式会员享受无限制浏览网站功能和高速网盘下载,赶快加入本站吧!

您需要 登录 才可以下载或查看,没有账号?立即注册

x
  1. Name "123"
  2. OutFile "123.exe"
  3. AutoCloseWindow true
  4. !include "MUI.nsh"
  5. ;!define MUI_CUSTOMFUNCTION_GUIINIT MUIGUIInit
  6. ;!insertmacro MUI_PAGE_WELCOME
  7. !insertmacro MUI_LANGUAGE "English"
  8. Function .onInit
  9. InitPluginsDir
  10. SetOutPath "$PLUGINSDIR"
  11. File "test.gif"
  12. newadvsplash::show /NOUNLOAD 2000 1000 2000 "$PLUGINSDIRtest.gif"
  13. Sleep 2000
  14. MessageBox mb_ok "演示完毕"
  15. FunctionEnd
  16. /*
  17. Function MUIGUIInit
  18. newadvsplash::wait
  19. Delete "$PLUGINSDIRtest.gif"
  20. SetOutPath "$EXEDIR"
  21. ShowWindow $HWNDPARENT ${SW_RESTORE}
  22. FunctionEnd
  23. */
  24. Section
  25. SectionEnd
复制代码


回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋|手机版|Archiver|SgzyStudio

GMT+8, 2024-4-30 16:30 , Processed in 0.110943 second(s), 18 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表