Using PSApp in a SCCM 2012 Task Sequence

Hello -

I need to deploy office 2016 and need to be able to detect the Office language as well so I decided to do this with a task sequence. I would like to run APPDeploy in a task sequence but I also need to be able to set variables for the Continue and Defer buttons. Has anyone been able to do this?

I was not able to find much in the form and thought to ask.

Thanks in advance for any help and guidance.

Using a task sequence sort of defeats the purpose of the toolkit. Office version and language detection can be done in the application model using a script. Refer to the documentation that comes with the toolkit for guidance on setting the buttons in the Show-InstallationPrompt function.