cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
SouthySuper
Engaged Sweeper III

Microsoft update catalog (example):

http://catalog.update.microsoft.com/v7/site/search.aspx?q=4012598

I downloaded all the packages for our environment (renamed each because they are ridiculously long file names). I then used lansweeper to create a deployment package consisting of several commands like:

wusa.exe \\sharename\patch.msu /quiet /norestart

13 REPLIES 13
SouthySuper
Engaged Sweeper III
are you using the wusa.exe for use with the standalone windows package installers?

Here is what one step of mine looks like

wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows6.0-kb4011981-x64.msu /quiet /norestart

Broken down

wusa.exe (enables the remote install of the ms msu packages)
\\pubfile-02\software$\LANSWEEP_FILES\WannaCry\ (my file path where my junk is stored)
windows6.0-kb4011981-x64.msu (my update renamed so not so long)

/quiet /norestart (just what it says)

my last step on package is command to wait 15 seconds with stop (success) and stop (failure):

timeout 15 > NUL

The last step allows the package to give a complete command

JasonV
Engaged Sweeper
Hello

I am also seeing timeouts on deployment of the windows update patches. I tried deploying from the network and even adding a sequence to copy it local and run it.
Gerardo_de_Lira
Engaged Sweeper
Windows Update Deployment
Command:
wuauclt.exe /updatenow
SouthySuper
Engaged Sweeper III
John, email me your contact info southysuper@gmail.com
john_knapik
Engaged Sweeper
I can do a C$ and it will run but if I use the install it hesitates also I have made an install for Notebook++ and that works fine
SouthySuper
Engaged Sweeper III
If you connect to a machine and run the command(s) locally, does it run?

Did you download each of the kb(s) needed per running a report like this? https://www.lansweeper.com/forum/yaf_postsm50430_Ransomware--MS17-010-Windows-computers-that-are-potentialy-vulnerable.aspx#post50430

Remember that I have renamed each of my msu files to be shorter than when downloaded from the microsoft update catalog

http://catalog.update.microsoft.com/v7/site/home.aspx



If it does run locally, then you may have an issue with the way your file share is configured for use by lansweeper and/or access from your systems (workstations/servers).
john_knapik
Engaged Sweeper
I keep on getting time outs on my kb push any ideas?
SouthySuper
Engaged Sweeper III
I actually split out my windows 10 machines on a separate report/scheduled deployment as the win10 files were large. Below each is a step. I set my timeout at 30 mins which is way overkill for my network speeds but reduced errors for those on slower vpn connections.


For other than win 10 systems
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows6.0-kb4011981-x64.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows6.0-kb4011981-x86.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows6.1-kb4012212-x64.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows8.1-kb4012213-x64.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows8-rt-kb4012214-x64.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows6.0-kb4012598-x64.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows6.0-kb4012598-x86.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows6.1-kb4012212-x86.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows8.1-kb4012213-x86.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows8-rt-kb4012214-x86.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows8-rt-kb4012598-x64.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows8-rt-kb4012598-x86.msu /quiet /norestart


Various Win 10 versions
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows10.0-kb4013198-x64.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows10.0-kb4015217-x64.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows10.0-kb4015219-x64.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows10.0-kb4015438-x64.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows10.0-kb4019472-x64.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows10.0-kb4019473-x64.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows10.0-kb4013429-x64.msu /quiet /norestart
john_knapik
Engaged Sweeper
Do you have a working update
I have been trying but my installs time out
I made an install for a non Microsoft product and it worked fine. I think my problem is with the switches