Hi.
I´m working on deploying software from command line/script with my sccm 2007 setup.
I´m still new with SCCM, so I’m seeking a bit of help.
My case is that I will deploy application A, and when it’s done I will deploy application B.
I will do this by adding the servers to different collection (one for each application).
My script looks like this: (based on WMI/vbscript)
Call Installapp (application A)
Loop until deployment of Application A is done. (log if error)
Call Installapp (application
Loop until deployment of Application B is done. (log if error)
Can someone help me doing this check? I mean, check the status of the deployment process through sccm. I want my script to wait until the application is installed before moving on with the next.
Exsamples, comments etc.
Thanks.