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: How to make Installation requirements with condition?
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
‎Jan 23, 2009
05:12 AM
How to make Installation requirements with condition?
I want to check the registry of target computer for microsoft office entrys and if exist entrys of office 2002 or 2003 then continue installation else stop. How to?
Thanks
Thanks
(6) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 23, 2009
06:40 AM
Use System Search, Registry-Value. There you can choose "Store the value in the property and use the property in an Install Condition".
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 23, 2009
07:16 AM
I have create two custom software conditions, one for office 2002 and one for office 2003. The problem is that the installation continue only if both conditions are true. The result is that install my application only if both office are installed on target computer. Any idea?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 23, 2009
08:09 AM
Are you working with Basic MSI?
What is software condition?
Could you pack the two conditions into one like (A Or B)?
What is software condition?
Could you pack the two conditions into one like (A Or B)?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 23, 2009
12:47 PM
heiner_violet wrote:
Are you working with Basic MSI?
What is software condition?
Could you pack the two conditions into one like (A Or B)?
Yes i want to pack two conditions into one. I want to check if installed office 2002 or office 2003 on target computer and if one of them is true then continue installation else stop.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 25, 2009
08:59 AM
Any idea ?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 25, 2009
11:27 AM
Assuming your system searches populate properties called OFFICE2002 and OFFICE2003, as mentioned before you can use (OFFICE2002 or OFFICE2003) as your install condition...