I have a suite project that, when the user is doing an upgrade, checks SQL for a value when the user clicks on one of the Next buttons. The flow control of the wizard pages is based on this check.
Is there a way to show some type of status indicating that it is checking practice information and a wait icon while the code executes?
So the flow control goes like this, just in case it helps:
Install Welcome > License Agreement > Destination > SQL Options (INSERT C# custom action here if upgrade) > Support License (if upgrade and CA indicates customer maintenance license has expired) > Ready To Install
Thanks.
Is there a way to show some type of status indicating that it is checking practice information and a wait icon while the code executes?
So the flow control goes like this, just in case it helps:
Install Welcome > License Agreement > Destination > SQL Options (INSERT C# custom action here if upgrade) > Support License (if upgrade and CA indicates customer maintenance license has expired) > Ready To Install
Thanks.