Repackage Security Patches into MSI format

  • Thread starter Thread starter BJA
  • Start date Start date
B

BJA

I'm trying to find out what's the best or easiest way to
get security patches in MSI format for distribution to
client PC's. Does anyone have any existing solutions. I
don't understand why Microsoft doesn't make them available
in MSI format.

Brian
 
Hi Brian,
I'm trying to find out what's the best or easiest way to
get security patches in MSI format for distribution to
client PC's. Does anyone have any existing solutions. I
don't understand why Microsoft doesn't make them available
in MSI format.

This won't work.
You can use silent installation in a startup script, just read a few
lines before,

Martin



--
Die emailadresse des Absenders existiert zwar, führt aber direkt in
einen Papierkorb. Wer mir unbedingt ne mail schickem muss, kann es mit
[mein Vornamen] [at] pythi. de probieren.

Please don't answer direct to posters return email, it's valide but I
never check this account to get rid of all the f*** spams.
If you realy have to contact me, try my firstname [at] pythi. de
 
BJA said:
I'm trying to find out what's the best or easiest way to
get security patches in MSI format for distribution to
client PC's. Does anyone have any existing solutions. I
don't understand why Microsoft doesn't make them available
in MSI format.

Brian

Brian-

There are simple ways to accomplish this.
How to Use a Visual Basic Script to Install the 824146 (MS03-039) or 823980
(MS03-026) Security Patch on Remote Host Computers

http://support.microsoft.com/default.aspx?scid=kb;en-us;827227

This script can be used with any security patch.



PS

"This post represents MY opinion and experiences only"
 
Nice! Very Nice! Thanks Brian for sharing that little gem of information.

I'm using it right now. I looked through the script and there's no logging
built into it. Oh well! I'll run scan.exe again. :-)

Thanks,
Hector
 
Back
Top