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: Text in prerequisite dialogs
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Dec 16, 2008
08:24 AM
Text in prerequisite dialogs
I have a InstallScript MSI project with SQLExpress as optional prerequisite.
When the database is not installed, InstallShield displays the dialog indicating that SQLExpress is going to be installed and when clicking on continue, a popup shows that SQLExpress is optional.
Is there a way to change the text in these dialogs (ie. indicating the end user what happen if he chooses not to install the DB)?
When the database is not installed, InstallShield displays the dialog indicating that SQLExpress is going to be installed and when clicking on continue, a popup shows that SQLExpress is optional.
Is there a way to change the text in these dialogs (ie. indicating the end user what happen if he chooses not to install the DB)?
(3) Replies
‎Dec 16, 2008
02:37 PM
Try editing string 1669 of 0x0409.ini (in the support folder under your InstallShield install) for English, and other files according to their language IDs, and rebuilding. Just beware that this is a shared file, so you will probably want to preserve the original string for other projects that may need it.
‎Dec 30, 2008
06:24 AM
Am using Basic MSI Install Project type in Installshield2008 Professional.
How should i make the prerequistite as mandatory.
When i click on the "NO" button option, the installer should abort the installation ?
Is there any way to do that ?
How should i make the prerequistite as mandatory.
When i click on the "NO" button option, the installer should abort the installation ?
Is there any way to do that ?