If the check condition for fileA is true it won't install fileA again but it will continue to check the other files and if for example fileB is already installed too but fileC is missing it will install fileC.

I have a similar need but have started to look into a 'depends' field in the package header. For example, packageA depends on packages packageAa, packageAb and package Ac. packageA is only considered installed if packageAa, packageAb and packageAc are all installed.

As I write this, I realise that perhaps all that is necessary is to have an additional 'check' option of

<check type="package" path="packageAa" value="installed" />
etc.

Has anyone else thought about this or does anyone have any comments to make?

Yours,

Frank


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
wpkg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wpkg-users

Reply via email to