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
- :
- Prerequisite Check (NOT Including Prerequisites)
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Jun 29, 2011
08:42 AM
Prerequisite Check (NOT Including Prerequisites)
I just want to insert a dialog checking prerequiste depend on features.
I mean it's NOT including prerequisites.
Just want to check.
How can i do this without any script?? (Basic MSI Project)
I mean it's NOT including prerequisites.
Just want to check.
How can i do this without any script?? (Basic MSI Project)
(3) Replies
‎Jun 29, 2011
10:51 AM
This is often done with a pairing of System Search (or searches) and Launch Conditions (or Type 19 "Error" custom actions). You just have to translate the check to MSI's notation.
Note that this check is good to perform even if you include the full prerequisite support, in case someone runs your .msi directly, instead of through setup.exe.
Note that this check is good to perform even if you include the full prerequisite support, in case someone runs your .msi directly, instead of through setup.exe.
‎Jun 29, 2011
02:53 PM
MichaelU wrote:
This is often done with a pairing of System Search (or searches) and Launch Conditions (or Type 19 "Error" custom actions). You just have to translate the check to MSI's notation.
Note that this check is good to perform even if you include the full prerequisite support, in case someone runs your .msi directly, instead of through setup.exe.
hmm,, i want to insert dialog describing prerequisites check progress on textbox right after feature selection dialog because prerequisites for each feature are different
is it possible??
for example,
in textbox
Acrobat....OK
Office....Cannot be found
IE7....OK
‎Jul 05, 2011
08:11 AM
Did you get this working as of yet?
I have a prerequisite that I currently have set to be installed before the main install, but now I want them to be installed when a Feature is selected to be installed. When I do this the main install runs, with Features turned on and the prerequisite is not installed.. So how does a prereq get installed when conditioned on a feature selection?
I have a prerequisite that I currently have set to be installed before the main install, but now I want them to be installed when a Feature is selected to be installed. When I do this the main install runs, with Features turned on and the prerequisite is not installed.. So how does a prereq get installed when conditioned on a feature selection?