dverbern Posted July 15, 2013 Report post Posted July 15, 2013 Hello All, The company I work for has recently packaged Autodesk DWG TrueView 2013 for deployment. We have noticed that this program requires the installation of a Microsoft Update, KB2468871 for Microsoft .NET Framework 4. We did not include this in the package for reasons of best practice and because we want updates handled by SCCM's WSUS module. So if we want to deploy this software, we need to find to know: Can I make a WSUS update in SCCM a dependency for installing this application? How does everyone else handle this scenario? Advice appreciated. Daniel V Quote Share this post Link to post Share on other sites More sharing options...
teamfox201 Posted July 16, 2013 Report post Posted July 16, 2013 Hello All, The company I work for has recently packaged Autodesk DWG TrueView 2013 for deployment. We have noticed that this program requires the installation of a Microsoft Update, KB2468871 for Microsoft .NET Framework 4. We did not include this in the package for reasons of best practice and because we want updates handled by SCCM's WSUS module. So if we want to deploy this software, we need to find to know: Can I make a WSUS update in SCCM a dependency for installing this application? How does everyone else handle this scenario? Advice appreciated. Daniel V Why cant you package the app and update together so that when it installs it runs the KB first then Autodesk DWG TrueView 2013 ? That way the KB only gets installed on machines that receive that package. We have a few packages that we use vbscript to perform actions like that. Quote Share this post Link to post Share on other sites More sharing options...
dverbern Posted July 16, 2013 Report post Posted July 16, 2013 Hi Teamfox, Yes we could package the update in, but the 3rd party packaging company has advised against it so we there is proper separation between management of updates and deployment of packages. If thats the only way, it might be the way to go. You are quite right of course, by packaging the update in the MSI it would limit the amount of machines it 'hits'. Cheers, Daniel V 1 Quote Share this post Link to post Share on other sites More sharing options...
teamfox201 Posted July 16, 2013 Report post Posted July 16, 2013 Sorry no software updates cannot a be dependency only other applications. Quote Share this post Link to post Share on other sites More sharing options...
Peter33 Posted July 16, 2013 Report post Posted July 16, 2013 Just create a new global condition and then use this in requirements tab of your deployment type as custom rule. This way you can make sure that the application only gets installed if the patch is already installed. 1 Quote Share this post Link to post Share on other sites More sharing options...
dverbern Posted August 5, 2013 Report post Posted August 5, 2013 Thank you very much Peter33, I think that's the kind of mechanism I'm looking for! Excellent stuff. Quote Share this post Link to post Share on other sites More sharing options...