本文介绍了UAC弹出窗口和单击“安装"按钮之间有延迟?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在为应用程序开发WIX安装程序.当我单击安装"按钮时,将出现下一个UI,即进度条UI.问题在于,在UAC弹出窗口单击是"之前,开始向用户发送状态消息所花费的时间.

在此延迟的UAC弹出窗口之前,有什么方法可以显示等待消息吗?

谢谢,Sandeep

I am developing a WIX Installer for an application. When I click on the Install button, next UI is coming which is a progress bar UI. The issues is the time it takes to start the status messages to the users before UAC popup clicked yes.

Is there any way to show wait message before this delayed UAC popup to the user?

Thanks, Sandeep

推荐答案


这篇关于UAC弹出窗口和单击“安装"按钮之间有延迟?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-14 22:26