Operating System - HP-UX
1752278 Members
4871 Online
108786 Solutions
New Discussion

Re: question on swinstall

 
Anil Veshala
New Member

question on swinstall

I defined a bundle Test1 with a probuct prod1 and two filesets in the following order FILESETB and FILESETA

Bundle Test1
bundle attributes

Product prod1
product attributes

Fileset FILESETB
Fileset FILESETA

The problem is when I tried to install using
swinstall -s Test1
FILESETA is installed before FILESETB, filesets are selected in alphabetical order, this does not work for me. I also dont want to depend on pre/co requsites since my packages have pre install scripts. Is there any attribute that controls software selection?
Thanks.
1 REPLY 1
Dennis Handly
Acclaimed Contributor

Re: question on swinstall

>I also don't want to depend on pre/corequisites since my packages have preinstall scripts.

Your only choice is prerequisites. I'm not sure why that should limit you if you have preinstall scripts?