I do this with OSD and the applications are configured like so:
main properties page:
selected allow this application to be installed without being deployed (its built solely for OSD)
deployment types section:
content tab:
deployment options, download and run locally
Programs tab:
installation program; powershell.exe -file .\Deploy-Application.ps1 Install -DeployMode "Silent"
User experience Tab:
Install for system
whether or not a user is logged on
minimized
return codes tab:
5000 fast retry (for postponement) I do this so it mimics the one deployed to users systems
hope it helps
main properties page:
selected allow this application to be installed without being deployed (its built solely for OSD)
deployment types section:
content tab:
deployment options, download and run locally
Programs tab:
installation program; powershell.exe -file .\Deploy-Application.ps1 Install -DeployMode "Silent"
User experience Tab:
Install for system
whether or not a user is logged on
minimized
return codes tab:
5000 fast retry (for postponement) I do this so it mimics the one deployed to users systems
hope it helps