security update

太郎 田中 0 Reputation points
2024-02-27T22:59:35.43+00:00

I would like to apply one particular Windows update (security update) to a Windows server (2019) using the command prompt. I downloaded that update from the catalog and it was a cab file and when I extracted it, I found the update in an msp file. I would like to run the command prompt as an administrator and execute the following command to update from the command prompt. msiexec.exe /p packagename.msp REINSTALLMODE=OMUS REINSTALL=xxxxx /qb /l*v KBxxxxx.log
When executing this command, should I extract the cab file beforehand? Or will it be no problem to execute the command without expanding the file? Also, is there any problem if I execute all the commands at once?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,936 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Marcin Policht 21,830 Reputation points MVP
    2024-02-27T23:21:16.7233333+00:00

    You should expand the cab file first. You can use expand.exe


    hth Marcin


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.