Beginners Guide: Installing Applications with PowerShell App Deployment Toolkit

Great beginners guide to PSAppDeployToolkit: https://replicajunction.github.io/2015/04/07/installing-applications-with-psadt-part1/

Kudos to Reddit user @replicajunction :slight_smile:

Hi There

I am new to psadt and am trying to deply SAP gui 7.40 via an exe installer. The problem I am experiencing is that SCCM and the PS script indicate a completed installation while the NWSAPsetup.exe process is still running.

Is there a way to delay the return code provided to sccm untill this process has finnished or as long as this process is running?

If this should be posted to another thread please advise.

Thank you.

The link posted above returns a 404 not found. :frowning:

Try this link
https://replicajunction.github.io/2015/04/07/installing-applications-with-psadt-part1/

This has been most helpful. Thank you.