This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Dialog text for requirements.
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 01, 2011
07:43 PM
Dialog text for requirements.
I cannot find where to change the text "[ProductName] requires the following items to be installed on your computer. Click Install to begin installing these requirements." for the requirements dialog. I'd like to add a message "Some application installs could take 5 minutes or more depending on your OS and computer hardware." Is there a place where I can change this dialog text?
Thank you,
Don
Thank you,
Don
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 05, 2011
08:27 AM
Hi,
I am currently looking into this Issue.I should have further updates at the earliest.
Thanks,
Madusree
I am currently looking into this Issue.I should have further updates at the earliest.
Thanks,
Madusree
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 07, 2011
09:28 AM
Hi,
Could you kindly confirm me if you are referring to the Prerequisite pop up dialog that appears before Installation or the Software requirements dialog.
If you are referring to System requirement dialog you can edit the message by navigating to Solution Explorer->Customize setup appearance->Text and Messages.
But you cannot edit the text that appears on Prerequisite dialog.
Thanks,
Madusree
Could you kindly confirm me if you are referring to the Prerequisite pop up dialog that appears before Installation or the Software requirements dialog.
If you are referring to System requirement dialog you can edit the message by navigating to Solution Explorer->Customize setup appearance->Text and Messages.
But you cannot edit the text that appears on Prerequisite dialog.
Thanks,
Madusree
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 07, 2011
12:12 PM
Hello Madusree,
This is what I am talking about the popup that appears on the prerequsite dialog screen. So I guess we will have to live with it. Thank you.
This is what I am talking about the popup that appears on the prerequsite dialog screen. So I guess we will have to live with it. Thank you.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 08, 2011
12:56 AM
Hi Don,
After further testing I found that you can indeed edit texts in the prerequisite-related dialogs which is displayed by the Setup.exe launcher. Setup.exe dialogs are not available for edit within InstallShield Limited edition
However, you can edit the default strings that are included in the dialogs. They are located in the .ini files that are installed to C:\Program Files\InstallShield\2011LE\Support.
The English strings, for example, are in the 0x0409.ini file.
For the string 1652 I added the message “Some application installs could take 5 minutes or more depending on your OS and computer hardware” saved the file and after re-building the solution, while installing the newly added message reflected in the prerequisite pop up dialog 🙂
Thanks,
Madusree
After further testing I found that you can indeed edit texts in the prerequisite-related dialogs which is displayed by the Setup.exe launcher. Setup.exe dialogs are not available for edit within InstallShield Limited edition
However, you can edit the default strings that are included in the dialogs. They are located in the .ini files that are installed to C:\Program Files\InstallShield\2011LE\Support.
The English strings, for example, are in the 0x0409.ini file.
For the string 1652 I added the message “Some application installs could take 5 minutes or more depending on your OS and computer hardware” saved the file and after re-building the solution, while installing the newly added message reflected in the prerequisite pop up dialog 🙂
Thanks,
Madusree
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 08, 2011
06:02 PM
Perfect! That is exactly what I was looking for. Thank you!
