Jump to content

Create a batch file to install multiple *.msu files in running system


Recommended Posts

Posted (edited)

Is there any body who can create a batch file to install multiple  *.msu  files in running system (windows 8.1/windows 7sp1)?

Edited by sukh
Posted

A quick google search for "batch install msu files" brings up several threads from different forums discussing how to do this, so it is possible.  The person in the thread Kelsenellenelvian linked to was trying to use dism to do the install, which can't be done without extracting the cab file from the msu.

  • 1 month later...
Posted

Hi Imp Eached,

 

just create a batch file (i. e. msuInstall.cmd) and execute it.

@ECHO OFFTITLE MSU Patches InstallationFOR %%i IN ("<Path to your msu files>\*.msu") DO START /WAIT "" WUSA.EXE "%%i" /quiet /norestartEXIT
  • 3 months later...
Posted

Removed your log as it contained reference to warez files (Windows loader)

 

WinCert has a strong anti warez policy and we enforce it.

 

~~ Edited by Kelsenellenelvian ~~

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...