Click here to Skip to main content
15,921,941 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
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
Posted
Updated 14-Jun-11 9:39am
v2

1 solution

The UAC popup is generated by the Windows system code. You have no control over it in the installer itself.

Even if you did, would it reallly be worth your time to solve that problem?

Your installer gets run once. Every other installer experiences the same delay. Having that delay doesn't cause the user to think poorly of your product (if anything it causes the user to think poorly of Windows).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900