How to install .Cab file
How to install SCCM downloaded Windows Server Patch (Updates) .Cab 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



Comments
Post a Comment