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
- :
- "Preparing For Installing..." strings
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 09, 2010
01:00 AM
"Preparing For Installing..." strings
Hello.
I want to set values for strings in an InstallShield-2010-project. It can be done with the help of UserInterface->String Editor. Thus we can change the text of any page of the wizard.
But I can't find the strings for pre-page "Preparing for installing..." anywhere.
How to change the strings on this page?
I want to set values for strings in an InstallShield-2010-project. It can be done with the help of UserInterface->String Editor. Thus we can change the text of any page of the wizard.
But I can't find the strings for pre-page "Preparing for installing..." anywhere.
How to change the strings on this page?
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 09, 2010
05:07 PM
Hi,
Check out the Direct Editor, the table ISString. I think the string IDS_IsInitDlg_PreparingWizard is what you are looking for.
Check out the Direct Editor, the table ISString. I think the string IDS_IsInitDlg_PreparingWizard is what you are looking for.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 14, 2010
02:43 AM
The matter is IDS_IsInitDlg_PreparingWizard is not that string I needed.
I need to replace text
"Preparing Installshield Wizard which will install [Product Name] on
your computer.Please wait.."", and the caption "[Product Name] - Installshield Wizard".
I need to replace text
"Preparing Installshield Wizard which will install [Product Name] on
your computer.Please wait.."", and the caption "[Product Name] - Installshield Wizard".
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 14, 2010
04:14 AM
I suspect you'll find that that text is compiled into setup.exe.
If you're quick you may be able to edit setup.ini while your installation is building but it wouldn't surprise me if no-one else encourages you to do that!
If you're quick you may be able to edit setup.ini while your installation is building but it wouldn't surprise me if no-one else encourages you to do that!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 15, 2010
05:22 AM
Does anybody know how can I change these strings in binary files?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 15, 2010
12:38 PM
The setupini.exe tool - http://kb.flexerasoftware.com/selfservice/viewContent.do?externalID=Q107253 - might allow what you're looking for.