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 for business Windows Server User experience Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Marcin Policht 49,640 Reputation points MVP Volunteer Moderator
    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.