titprog是NSIS窗口标题栏显示安装进度的插件

/*
titprog是NSIS窗口标题栏显示安装进度的插件
titprog会个安装进度百分比到窗口标题栏.
*/
Outfile "$%temp%TitlebarProgress.exe"
Name "TitlebarProgress Test"
Caption $(^Name)
RequestExecutionLevel user
!addplugindir "."
Function createInstFiles
titprog::Start
FunctionEnd
page components
page instfiles "" createInstFiles
Section dummy
sleep 100
DetailPrint hello
sleep 100
DetailPrint hello
sleep 100
DetailPrint hello
sleep 100
DetailPrint hello
sleep 100
DetailPrint hello
sleep 100
DetailPrint hello
sleep 100
DetailPrint hello
sleep 100
DetailPrint hello
sleep 100
DetailPrint hello
sleep 100
DetailPrint hello
sleep 100
DetailPrint hello
sleep 100
DetailPrint hello
sleep 100
DetailPrint hello
sleep 100
DetailPrint hello
sleep 100
DetailPrint hello
sleep 100
DetailPrint hello
sleep 100
DetailPrint hello
sleep 100
DetailPrint hello
sleep 100
DetailPrint hello
SectionEnd
© 版权声明
THE END
喜欢就支持一下吧
点赞6 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容