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
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: Rules setting for features.
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 01, 2009
07:08 AM
Rules setting for features.
Hi friends,
Could you please help me on this,
I want to show the feature list from the chose install set panel based on the Solaris operating system version like 9x and 10.
In the rule push button I can able see only Solaris ,here I cont able to find any versions like windows 2003 /XP.
Here my requirement is one of my feature will support only Solaris 9 version ,another feature will support in Solaris 10
Advanced Thanks,
Reddy
Could you please help me on this,
I want to show the feature list from the chose install set panel based on the Solaris operating system version like 9x and 10.
In the rule push button I can able see only Solaris ,here I cont able to find any versions like windows 2003 /XP.
Here my requirement is one of my feature will support only Solaris 9 version ,another feature will support in Solaris 10
Advanced Thanks,
Reddy
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 01, 2009
07:58 AM
You can try with custom rule , if you know command for retrieving solaris version.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 01, 2009
10:55 AM
Hi prabhu,
can you please tell me where custom rule will place in the installanywhere.
Thanks,
Reddy
can you please tell me where custom rule will place in the installanywhere.
Thanks,
Reddy
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 01, 2009
12:09 PM
I think you don't need custom code, you might simply launch an uname -a which should return the Solaris version:
You just have to parse the output and maybe set a couple of variable $IS_9$ and $IS_10$ and install features based to the either variable being true.
user@solaris:~$ uname -a
SunOS solaris 5.10 Generic_118833-17 sun4u sparc SUNW,Ultra-5_10
You just have to parse the output and maybe set a couple of variable $IS_9$ and $IS_10$ and install features based to the either variable being true.