Tuomas järvinen 0 Posted December 19, 2012 Report post Posted December 19, 2012 Hi Folks! Thanks for CM2012, we can now manage software depencenies. However, how to determine for spesific Microsoft update? Example: App-V 5 client requires (http://technet.micro...y/jj713458.aspx) - .Net framework 4. this is a standalone installer, no problem. - Powershell 3 installed. The Powershell is part of "Windows Management Framework 3.0", wich can be deployed using software updates. http://www.microsoft...s.aspx?id=34595 - KB2533623. So How to detect installation of spesific update? I don't wish to reinvent the wheel, so if someone have allready made thislike depndencies, I would like to hear it. With regards, Tuomas. Edit: / offtopic: article: http://myitforum.com/myitforumwp/2012/12/18/microsoft-releases-a-kb-article-with-a-registry-band-aid-for-the-wmf-3-0-issues-with-configmgr-2012/ - WMF 3 and CM2012 may cause the issues, so no need to hurry. Quote Share this post Link to post Share on other sites
narcoticmind 2 Posted December 25, 2012 Report post Posted December 25, 2012 How about creating a custom global condition: Get-WmiObject Win32_QuickFixEngineering -filter 'HotFixID="KBxxxx"' ? Quote Share this post Link to post Share on other sites