w7tbp是NSIS任务栏进度条的插件

/*
w7tbp是NSIS任务栏进度条的插件
w7tbp支持在Win7以上系统的任务栏添加进度条的功能
*/
Outfile "$%temp%Win7TaskbarProgress.exe"
Name "Win7TaskbarProgress Test"
Caption $(^Name)
RequestExecutionLevel user
ShowInstDetails show
!addplugindir "."
Function createInstFiles
w7tbp::Start
FunctionEnd
page components
page instfiles "" createInstFiles
Section dummy
sleep 1000
DetailPrint hello
sleep 100
DetailPrint hello
sleep 100
DetailPrint hello
sleep 100
DetailPrint hello
sleep 1000
DetailPrint hello
sleep 100
DetailPrint hello
sleep 100
DetailPrint hello
sleep 1000
DetailPrint hello
sleep 100
DetailPrint hello
sleep 100
DetailPrint hello
sleep 100
DetailPrint hello
sleep 1000
DetailPrint hello
sleep 100
DetailPrint hello
sleep 100
DetailPrint hello
sleep 1000
DetailPrint hello
sleep 100
DetailPrint hello
sleep 1000
DetailPrint hello
sleep 100
DetailPrint hello
sleep 1000
DetailPrint hello
SectionEnd
© 版权声明
THE END
喜欢就支持一下吧
点赞14 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容