NSIS 托盘提示

Name "NotifyIcon Example"
OutFile "notifyicon.exe"
Icon "${NSISDIR}\Contrib\Graphics\Icons\modern-install-colorful.ico"
XPStyle on

Section "ThisNameIsIgnoredSoWhyBother?"

InitPluginsDir

NotifyIcon::Icon /NOUNLOAD "iy" 103
NotifyIcon::Icon /NOUNLOAD "b" "NSIS installer" "Starting installation..."
NotifyIcon::Icon /NOUNLOAD "p" "Completed %d%%"
Sleep 4000

NotifyIcon::Icon /NOUNLOAD "!pt" "Tip is back!"
Sleep 2000

File "/oname=$PLUGINSDIR\icon.ico" "D:\My Documents\ubuntu.ico"
NotifyIcon::Icon /NOUNLOAD ".fb" "$PLUGINSDIR\icon.ico" "NSIS installer" "Installation is finished!"
Sleep 3000

NotifyIcon::Icon /NOUNLOAD "f" "$PLUGINSDIR\icon.ico"
Sleep 4000

SectionEnd

Function .onGUIEnd
NotifyIcon::Icon "r"
FunctionEnd
© 版权声明
THE END
喜欢就支持一下吧
点赞13 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容