I have a child package that runs perfectly when executed in isolation. When I call the same package from a Parent package via an Execute Package Task I get the error:
0xC000F427 To run a SSIS package outside of SQL Server Data Tools you must install Standard Edition of Integration Services or higher.
The parent package also has a script task prior to calling the child and this runs successfully.
Note: I am developing and testing on my workstation.