Install psappdeploy packages in series

Is it possible to install few created psappdeployment packages in series somehow? Any idea?

Of course.

Command line, you could create a batch file
Powershell, just execute each .ps1 file
SCCM, you could use a task sequence or application dependencies, and in the future application groups.

I have done this. I just used a PSADT package to install multiple PSADT packages.

How did you do that? I have a share where all psappdeploy packages are. When I create a new one how would the install script look like? I don’t think that you put all you packages in the files folder, or?