我正在寻找Inno Setup的循环进度指示,就像jQuery上的这个:http://anthonyterrien.com/knob/
在Inno Setup中是否有类似的东西或是否可以这样做?
我想手动设置百分比,它不应该是一个旋转的圆圈或类似的东西......
答案 0 :(得分:0)
如果没有外部DLL库,您只需使用TBitmapImage
control并手动绘制进度条。
有关在TBitmapImage
上绘画的示例,请参阅How do I change the color of my progress bar in Inno Setup?
更简单的选择是提前准备一组进度图像(10%,20%,30%等)并根据需要加载相应的图像。