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: What is the name of this dialog? (Prerequisite)
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 20, 2009
02:45 PM
What is the name of this dialog? (Prerequisite)
What is the name of this dialog, and how can I access the text to fill in this dialog in order to properly notify the user of what prerequisite they are installing?
EDIT: Let me add some context around this...I've added Windows Installer 4.5 into my setup .exe and when I encounter a machine that doesn't have Windows Installer 4.5 and needs to install it the following dialog is the one that is displayed. It's not very informative as to what is trying to happen and that's why I want to add some text into this dialog. I just don't know how to get access to it...
EDIT: Let me add some context around this...I've added Windows Installer 4.5 into my setup .exe and when I encounter a machine that doesn't have Windows Installer 4.5 and needs to install it the following dialog is the one that is displayed. It's not very informative as to what is trying to happen and that's why I want to add some text into this dialog. I just don't know how to get access to it...
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 20, 2009
10:15 PM
That is the dialog that is presented when you have a prerequisite to install. So, if you have Windows Installer 4.5 selected in the Redistributables view, then when you run your install, that dialog will display on systems that don't have Windows Installer 4.5. Basically, whatever prerequisites you have selected will be displayed in that dialog for the user. Actually, what they don't already have on their system.
So, you mean the dialog is coming up, but Windows Installer 4.5 is not listed in the dialog? If so, then something is wrong. I have never encountered that problem before. The prerequisites are always listed in the dialog in my experience.
So, you mean the dialog is coming up, but Windows Installer 4.5 is not listed in the dialog? If so, then something is wrong. I have never encountered that problem before. The prerequisites are always listed in the dialog in my experience.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 21, 2009
10:29 AM
Try verifying that all or none of your prerequisites use the behavior option "hidden".
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 21, 2009
12:44 PM
Well, unchecking the hidden checkbox in the properties of the prerequisite seemed to work. However, instead of prompting the user to install Windows Installer 4.5 now it just went ahead and did it without any user prompt. This is adequate for my needs though. Thanks!