/*
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
暂无评论内容