sukh Posted April 3, 2014 Share Posted April 3, 2014 (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 April 3, 2014 by sukh Quote Link to comment Share on other sites More sharing options...
Kelsenellenelvian Posted April 3, 2014 Share Posted April 3, 2014 This has been answer herehttp://www.wincert.net/forum/topic/12173-how-to-add-windows-updatesmsu-files-into-running-system-using-dism/#entry106773They cannot be batch installed they have to be decompressed first Quote Link to comment Share on other sites More sharing options...
Imp Eached Posted April 3, 2014 Share Posted April 3, 2014 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. Quote Link to comment Share on other sites More sharing options...
Shodan2000 Posted May 26, 2014 Share Posted May 26, 2014 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 Quote Link to comment Share on other sites More sharing options...
ranjan Posted August 29, 2014 Share Posted August 29, 2014 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 ~~ Quote Link to comment Share on other sites More sharing options...
techbound Posted September 8, 2014 Share Posted September 8, 2014 (edited) funny i'm working on a vb.net program this very moment that does what you want. well for office updates that is. Edited September 8, 2014 by techbound Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.