SteveA
Posts: 22
Joined: Fri Jan 30, 2009 2:36 am

Want to modify the ProgressDlg

The ProgressDlg says

"Please wait while the Setup Wizard installs Your Application. This may take several minutes."

Aside from "Your" and "Application" being incorrectly capitalized, the statement "This may take several minutes." is not accurate in my case. My installation takes a matter of seconds to install and if the warning says that it may take minutes but then it only takes seconds, the user is likely to wonder if something went wrong.

Is there any way to modify this message?

Thanks
Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact: Website

Re: Want to modify the ProgressDlg

Hi,
Aside from "Your" and "Application" being incorrectly capitalized
Please note that the text uses this form:

Code: Select all

Please wait while the [Wizard] [Progress2] [ProductName].  This may take several minutes.
For your example "[Wizard]" is "Setup Wizard", "[Progress2]" is "installs" and "[ProductName]" is "Your Application". Basically, "Your Application" is the Product Name you configured in the "Product Details" page.
Is there any way to modify this message?
Yes, this message can be modified through the dialog editor in the "Dialogs" page. Please note that the dialog editor is available only in an Enterprise project.

Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”