bonthavasu Posted April 17, 2014 Report post Posted April 17, 2014 Hello There! I am trying to figure out the best way to inject/ include security patches on to SCCM 2012 with out disturbing WIM Image (as this is the new feature introduced from SCCM 2012) and no DISM process involvment and no installs of patches from a shared location(WIM injected with script to target the shared location and while WINPE has loaded the patched after the first boot sequence where in the script tries to pull the patches from the shared location). These are not the solutions for me right now. I am looking for a solution where in I can upload the patches offline with out disturbing the WIM image. I heard there is such a provision where in we can do a offline servicing which is quiet faster compared to DISM. Anyone have any idea on this process? Vasu Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted April 17, 2014 Report post Posted April 17, 2014 It's a bit of a long sentense of things that you don't want... So no offline servicing from ConfigMgr (which uses DISM)? What exactly are you looking for, just the normal updates during a task sequence? Quote Share this post Link to post Share on other sites More sharing options...
bonthavasu Posted April 18, 2014 Report post Posted April 18, 2014 Thank you for the reply! SCCM 2012 has an inbuilt feature where in patches coming from MS will be loaded on to the old WIM and a new WIM with updated patches will hatch. With this we are disturbing the WIM which we created previously. I am looking for a solution where in WIM is not touched while pushing updates to the OS and these updates should be loaded offline and not when the OS has booted for the first time(Before the login screen comes). Is there a way we can load these patches offline? Vasu Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted April 18, 2014 Report post Posted April 18, 2014 Nope, that's what offline servicing is for.... The only other thing you can do, is to create a build and capture task sequence and create an image that you deploy with the normal task sequence. Quote Share this post Link to post Share on other sites More sharing options...
bonthavasu Posted April 22, 2014 Report post Posted April 22, 2014 Ok, so dont we have any other idea to service patches offline? How about using MDT2012? Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted April 22, 2014 Report post Posted April 22, 2014 It has a step for installing updates "offline", which just means that you have to create a package with updates and those will be applied during the task sequence. Quote Share this post Link to post Share on other sites More sharing options...