欢迎来到山村网

NSIS入门之水纹特效脚本语言

2019-03-02 14:41:34浏览:77 来源:山村网   
核心摘要:    !AddPluginDir .  !AddIncludeDir .  !include MUI2.nsh  ; --------------------------------------------------

NSIS入门之水纹特效脚本语言 山村

  

  !AddPluginDir "."

  !AddIncludeDir "."

  !include MUI2.nsh

  ; --------------------------------------------------

  ; General settings.

  Name "WaterCtrl_Test Example"

  OutFile "WaterCtrl_Test.exe"

  SetCompressor /SOLID lzma

  ReserveFile "${NSISDIR}Pluginssystem.dll"

  ReserveFile waterctrl.dll

  ;SetFont tahoma 8

  ; --------------------------------------------------

  ; MUI interface settings.

  !define MUI_FINISHPAGE_NOAUTOCLOSE

  ; --------------------------------------------------

  ; Insert MUI pages.

  !define MUI_WELCOMEFINISHPAGE_BITMAP WizModernImage-Is.bmp

  ; Installer pages

  !define MUI_PAGE_CUSTOMFUNCTION_PRE pre

  !define MUI_PAGE_CUSTOMFUNCTION_LEAVE leave

  !insertmacro MUI_PAGE_WELCOME

  !insertmacro MUI_PAGE_INSTFILES

  !define MUI_PAGE_CUSTOMFUNCTION_Pre pre

  !define MUI_PAGE_CUSTOMFUNCTION_LEAVE leave

  !insertmacro MUI_PAGE_FINISH

  ; --------------------------------------------------

  ; Languages.

  !insertmacro MUI_LANGUAGE "SimpChinese"

  Function .onGUIEnd

  SetPluginUnload manual

  waterctrl::disablewater

  System::Free

  FunctionEnd

  Function .onInit

  InitPluginsDir

  SetOutPath $PLUGINSDIR

  File waterctrl.dll

  SetOutPath $TEMP

  FunctionEnd

  Function Pre

  System::Call 'user32::LoadImage(i,t,i,i,i,i,) i (0,"$PLUGINSDIRmodern-wizard.bmp",0,0,0,0x2010) .s'

  Pop $R0

  System::Call '$PLUGINSDIRwaterctrl::enablewater(i,i,i,i,i,i) i ($HWNDPARENT,0,0,$R0,3,50)'

  System::Call '$PLUGINSDIRwaterctrl::setwaterparent(i $HWNDPARENT)'

  System::Call '$PLUGINSDIRwaterctrl::flattenwater()'

  System::Call '$PLUGINSDIRwaterctrl::waterblob(i,i,i,i) i (70,198,10,1000)'

  FunctionEnd

  Function leave

  System::Call '$PLUGINSDIRwaterctrl::disablewater()'

  FunctionEnd

  Section "Dummy" SecDummy

  SectionEnd

(责任编辑:豆豆)
下一篇:

NSIS入门之如何编写脚本语言实现火焰效果

上一篇:

认识NSIS入门之基本语法篇

  • 信息二维码

    手机看新闻

  • 分享到
打赏
免责声明
• 
本文仅代表作者个人观点,本站未对其内容进行核实,请读者仅做参考,如若文中涉及有违公德、触犯法律的内容,一经发现,立即删除,作者需自行承担相应责任。涉及到版权或其他问题,请及时联系我们 xfptx@outlook.com