SCCM: Mandatory assignments/collections
We have a few collections in SCCM that have mandatory assignments to them. Whatever system gets put in this collection, the software assiciated with it get installed. Problem is, if a system already has the software installed and then gets put in the collection, the software tries to reinstall.
Is there any way to configure hte collection to see the software is already installed and not attempt to reinstall?
thanks
Answers (3)
Actually I used to put in the script itself to check whether the software is already exiting on the system. So you don't get these problems. I don't know that deep in SCCM.
Comments:
-
Thanks, what I was going to do but wasnt sure if there was a built in option for SCCM 2007. Just going to run a bat/script before the app. - anonymous_85746 11 years ago
You can use a SQL query within your Collection. I did not remember the query itself but it is not very ticky to do this using the query wizard there, so I googled and found this:
http://community.spiceworks.com/how_to/show/2397-deploy-software-with-sccm-based-on-query-collection
This should help you I hope. Cheers!
This problem is thankfully fixed in sccm 2012 with detection code attached to each application.
You will need to write a script to check the existance of application and then make the application install.
Comments:
-
Thanks...good to know. Not sure how far off we are with upgrading to 2012. - anonymous_85746 11 years ago