Hello,
We do not have predefined support for this, but you can try to use a custom action to start the SQL Server Agent service. Maybe you can find a way to start it automatically through a custom action.
For example, in the attached sample we changed the StartupType of the asp net service in a
Power Shell command line custom action.
A sample project is attached to this thread, so if you are interested to take a look directly at my project, you are more than welcome to download the ZIP file. In the sample project, the
aspnet_state service is set to start automatically.
Let me know if that helped.
Best regards,
Dan