简体   繁体   English

在nsis的安装页面中下载进度

[英]Download progress inside installation page in nsis

I have an installer in MUI2/NSIS. 我在MUI2 / NSIS中有一个安装程序。 I want to add downloading of a file to a section in the installer using inetc plugin. 我想使用inetc插件将文件下载添加到安装程序的某个部分。

Is there any way i can monitor progress in the section that are executed during the MUI_PAGE_INSTFILES? 我有什么办法可以监视在MUI_PAGE_INSTFILES期间执行的部分中的进度? Show percents for instance. 例如显示百分比。

The INetC plug-in has built-in support for a progress bar that embeds itself in the UI on the active installer page. INetC插件具有对进度条的内置支持,该进度条将其自身嵌入到活动安装程序页面的UI中。 Optionally, you can display the progress in a separate popup window if desired. (可选)您可以根据需要在单独的弹出窗口中显示进度。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM