Has anyone wrote a script to the Sasser update w/o DUA?

  • Thread starter Thread starter KM
  • Start date Start date
Hi,

I need to create a script for runnning the Sasser update for machine without
DUA client.
has anyone already wrote such a script?
any recommendations?

thanks,

YaronM
 
Yaron,

Of course you can patch the OS offline (just replace the files and load
registry hives to add the QFE entries).
But you can do that "online" too. It does not matter what kind of script you
use (VBS, WSH, or just batch, etc.). Since you are going to replace system
dlls, you will need to use the file replacement pending on reboot. Search
for a recent thread with MoveFileEx entiries for more helpful info and tools
you may use from your script or batch.

KM
Hi KM,

thanks for the info.
I tought maybe it is possible to use VBScript for use during / after the
system's boot.
do you mean I need to copy it while the system is shut down? or can I
somehow create a patch?
I have the ability to use the network or a USB Drive for the process.

thanks,

YaronM


KM said:
Yaron,

What [kind of] script do you mean if you don't have DUA on the target?

If no DUA is on the device, you will need to deploy Sasser registry
entries
and files manually with any way you have access to the device storage (CD,
network, floppy, etc.).

To know what files and registry has to be populated, look at the
"Additional_Info_Q835732.RTF" link at the bottom of the page
http://www.microsoft.com/downloads/...d3-3382-4f84-a486-f0d7dffcf01f&displaylang=en.

KM
Hi,

I need to create a script for runnning the Sasser update for machine without
DUA client.
has anyone already wrote such a script?
any recommendations?

thanks,

YaronM
 
Hi KM,

thanks for the info.
I tought maybe it is possible to use VBScript for use during / after the
system's boot.
do you mean I need to copy it while the system is shut down? or can I
somehow create a patch?
I have the ability to use the network or a USB Drive for the process.

thanks,

YaronM


KM said:
Yaron,

What [kind of] script do you mean if you don't have DUA on the target?

If no DUA is on the device, you will need to deploy Sasser registry
entries
and files manually with any way you have access to the device storage (CD,
network, floppy, etc.).

To know what files and registry has to be populated, look at the
"Additional_Info_Q835732.RTF" link at the bottom of the page
http://www.microsoft.com/downloads/...d3-3382-4f84-a486-f0d7dffcf01f&displaylang=en.

KM
Hi,

I need to create a script for runnning the Sasser update for machine without
DUA client.
has anyone already wrote such a script?
any recommendations?

thanks,

YaronM
 
Thanks KM for your helpful tips!

YaronM


KM said:
Yaron,

Of course you can patch the OS offline (just replace the files and load
registry hives to add the QFE entries).
But you can do that "online" too. It does not matter what kind of script
you
use (VBS, WSH, or just batch, etc.). Since you are going to replace system
dlls, you will need to use the file replacement pending on reboot. Search
for a recent thread with MoveFileEx entiries for more helpful info and
tools
you may use from your script or batch.

KM
Hi KM,

thanks for the info.
I tought maybe it is possible to use VBScript for use during / after the
system's boot.
do you mean I need to copy it while the system is shut down? or can I
somehow create a patch?
I have the ability to use the network or a USB Drive for the process.

thanks,

YaronM


KM said:
Yaron,

What [kind of] script do you mean if you don't have DUA on the target?

If no DUA is on the device, you will need to deploy Sasser registry
entries
and files manually with any way you have access to the device storage (CD,
network, floppy, etc.).

To know what files and registry has to be populated, look at the
"Additional_Info_Q835732.RTF" link at the bottom of the page
http://www.microsoft.com/downloads/...d3-3382-4f84-a486-f0d7dffcf01f&displaylang=en.

KM

Hi,

I need to create a script for runnning the Sasser update for machine
without
DUA client.
has anyone already wrote such a script?
any recommendations?

thanks,

YaronM
 
Yaron,
if by chance you included BITS in your image, you could use this as the
agent that downloads/moves/copies your dll's. Using a script (vbscript or
whatever) you can add/delete jobs to/from the BITS queue. Unfortunately,
BITS does not read or write to the registry, so your script will have to
amend the registry while applying the qfe's.

Regards,

Sean Gahan
 
You will of course need to have the proper components in
your build in order to use a VB Script such as: VB Runtime
Library, and the Scripting components.

Robert
-----Original Message-----
Thanks KM for your helpful tips!

YaronM


KM said:
Yaron,

Of course you can patch the OS offline (just replace the files and load
registry hives to add the QFE entries).
But you can do that "online" too. It does not matter what kind of script
you
use (VBS, WSH, or just batch, etc.). Since you are going to replace system
dlls, you will need to use the file replacement pending on reboot. Search
for a recent thread with MoveFileEx entiries for more helpful info and
tools
you may use from your script or batch.

KM
Hi KM,

thanks for the info.
I tought maybe it is possible to use VBScript for use during / after the
system's boot.
do you mean I need to copy it while the system is shut down? or can I
somehow create a patch?
I have the ability to use the network or a USB Drive for the process.

thanks,

YaronM


Yaron,

What [kind of] script do you mean if you don't have DUA on the target?

If no DUA is on the device, you will need to deploy Sasser registry
entries
and files manually with any way you have access to
the device storage
(CD,
network, floppy, etc.).

To know what files and registry has to be populated, look at the
"Additional_Info_Q835732.RTF" link at the bottom of the page
http://www.microsoft.com/downloads/...d3-3382-4f84-a486-f0d7dffcf01f&displaylang=en.
KM

Hi,

I need to create a script for runnning the Sasser update for machine
without
DUA client.
has anyone already wrote such a script?
any recommendations?

thanks,

YaronM


.
 
Back
Top