Automatically install new package updates on a schedule
Let's say I want to always have the latest version of Chrome installed on a computer. If I setup a schedule to install weekly but I have the checkbox checked "Stop deploying to targets once they succeed" because I don't want the schedule to reinstall Chrome if the same version was already deployed, will the schedule still install if the package was updated?
Thanks.
1
Comments
Yes it will. That is how we have ours set. We have the package set to automatically approve after 7 days. Once the package auto-approves and downloads, the package version will update and then, because it has changed, it will deploy to all of the collection computers once the schedule triggers. After that it will not deploy again to any computers that most recently succeeded until the package next auto-updates again.
Great, that's exactly what I want to happen. Thanks.