Forum OpenACS Q&A: Re: Package Installer using ACS ADMIN Version 5.3.2

Collapse
Posted by Malte Sussdorff on
I have the slight feeling you cannot do this. The package installer tries to be smart about this and install the packages in the order necessary, resolving all dependencies first and then start with the package that has no dependencies and end with the package that depends on all.

Obviously it will fail if you have a circular dependency in there somewhere, so you would have to break that dependency in the code itself.