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.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
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.
Share this post
Link to post
Share on other sites