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: Programatically installing components
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 31, 2009
10:40 AM
Programatically installing components
Afternoon all,
We've recently migrated to InstallShield 2009 at work and I've have been tasked with packaging some software as part of our current project. Thing is I haven't touched InstallShield for several years and I'm a little rusty 🙂
My problem is this - I need to conditionally install some components to the target platform depending on which OS is present and I've noticed that there's some built in condition builder functionality as part of the component properties that can handle this. I thought this would be sufficient but it seems that I also need to check if certain apps are also present on the system. I figure that the component condition builder is probably too limited for my needs and I'll have to perform these more detailed checks in script.
I'm sure this is possible to do in script (or via some other method) but atm I'm a little stumped. Can anyone offer any suggestions?
Many thanks,
Neil
We've recently migrated to InstallShield 2009 at work and I've have been tasked with packaging some software as part of our current project. Thing is I haven't touched InstallShield for several years and I'm a little rusty 🙂
My problem is this - I need to conditionally install some components to the target platform depending on which OS is present and I've noticed that there's some built in condition builder functionality as part of the component properties that can handle this. I thought this would be sufficient but it seems that I also need to check if certain apps are also present on the system. I figure that the component condition builder is probably too limited for my needs and I'll have to perform these more detailed checks in script.
I'm sure this is possible to do in script (or via some other method) but atm I'm a little stumped. Can anyone offer any suggestions?
Many thanks,
Neil
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 01, 2009
03:37 AM
Hi Wallker!
you could do a system search for a specific file or registry entry to lookup installed soft. and you can add as meny conditions to components as you like :cool:
you could do a system search for a specific file or registry entry to lookup installed soft. and you can add as meny conditions to components as you like :cool: