Posts

Showing posts from October, 2015

How to install .Cab file

Image
How  to install SCCM downloaded Windows Server Patch (Updates) .C ab file Manually with Batch file or How to install .Cab file For installation kindly perform below steps.                             Copy each .Cab file in separate folder                 Now open “Notepad” create batch file with below command line a.        dism /online /add-package /packagepath:(.cab file full location) b.        Save this file into .bat extension c.        Open CME with Administrative rights and drag and drop this file It's installed successfully Note: If you want you can install multiple .Cab file in one go by adding all patches information as below